diff --git a/bootcamp/milvus_connect.ipynb b/bootcamp/milvus_connect.ipynb index d67837699..0e02577b5 100644 --- a/bootcamp/milvus_connect.ipynb +++ b/bootcamp/milvus_connect.ipynb @@ -229,10 +229,25 @@ "cell_type": "code", "execution_count": 7, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Successfully disconnected from the server.\n" + ] + } + ], "source": [ "# Drop collection\n", - "utility.drop_collection(COLLECTION_NAME)" + "utility.drop_collection(COLLECTION_NAME)\n", + "\n", + "# Disconnect from the server.\n", + "try:\n", + " connections.disconnect(alias=\"default\")\n", + " print(\"Successfully disconnected from the server.\")\n", + "except:\n", + " pass" ] }, { @@ -259,7 +274,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 8, "metadata": {}, "outputs": [], "source": [ @@ -268,7 +283,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 9, "metadata": {}, "outputs": [ { @@ -287,28 +302,28 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 10, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "--2024-06-05 13:52:21-- https://github.com/milvus-io/milvus/releases/download/v2.4.0-rc.1/milvus-standalone-docker-compose.yml\n", + "--2024-06-05 16:49:09-- https://github.com/milvus-io/milvus/releases/download/v2.4.0-rc.1/milvus-standalone-docker-compose.yml\n", "Resolving github.com (github.com)... 140.82.116.4\n", "Connecting to github.com (github.com)|140.82.116.4|:443... connected.\n", "HTTP request sent, awaiting response... 302 Found\n", - "Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/208728772/2cb73d9e-b8a0-4b7c-9c09-4164066c1879?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240605%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240605T205221Z&X-Amz-Expires=300&X-Amz-Signature=3bd1addce5372706c03b6c85c965f9ee49144bb6ec0206706a515a5d23f6596b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=208728772&response-content-disposition=attachment%3B%20filename%3Dmilvus-standalone-docker-compose.yml&response-content-type=application%2Foctet-stream [following]\n", - "--2024-06-05 13:52:21-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/208728772/2cb73d9e-b8a0-4b7c-9c09-4164066c1879?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240605%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240605T205221Z&X-Amz-Expires=300&X-Amz-Signature=3bd1addce5372706c03b6c85c965f9ee49144bb6ec0206706a515a5d23f6596b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=208728772&response-content-disposition=attachment%3B%20filename%3Dmilvus-standalone-docker-compose.yml&response-content-type=application%2Foctet-stream\n", - "Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.111.133, ...\n", - "Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected.\n", + "Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/208728772/2cb73d9e-b8a0-4b7c-9c09-4164066c1879?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240605%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240605T234910Z&X-Amz-Expires=300&X-Amz-Signature=90c03b2c5639a940606f98e5dbd54a79f7f5958a5d7a5870d04f7a3bd5876512&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=208728772&response-content-disposition=attachment%3B%20filename%3Dmilvus-standalone-docker-compose.yml&response-content-type=application%2Foctet-stream [following]\n", + "--2024-06-05 16:49:10-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/208728772/2cb73d9e-b8a0-4b7c-9c09-4164066c1879?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240605%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240605T234910Z&X-Amz-Expires=300&X-Amz-Signature=90c03b2c5639a940606f98e5dbd54a79f7f5958a5d7a5870d04f7a3bd5876512&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=208728772&response-content-disposition=attachment%3B%20filename%3Dmilvus-standalone-docker-compose.yml&response-content-type=application%2Foctet-stream\n", + "Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.111.133, 185.199.108.133, ...\n", + "Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected.\n", "HTTP request sent, awaiting response... 200 OK\n", "Length: 1771 (1.7K) [application/octet-stream]\n", "Saving to: ‘docker-compose.yml’\n", "\n", - "docker-compose.yml 100%[===================>] 1.73K --.-KB/s in 0.003s \n", + "docker-compose.yml 100%[===================>] 1.73K --.-KB/s in 0s \n", "\n", - "2024-06-05 13:52:22 (531 KB/s) - ‘docker-compose.yml’ saved [1771/1771]\n", + "2024-06-05 16:49:10 (21.4 MB/s) - ‘docker-compose.yml’ saved [1771/1771]\n", "\n", "\u001b[1A\u001b[1B\u001b[0G\u001b[?25l[+] Running 0/0\n", " \u001b[33m⠙\u001b[0m standalone Pulling \u001b[34m0.1s \u001b[0m\n", @@ -333,10460 +348,15240 @@ "\u001b[?25h\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/1\n", " \u001b[33m⠙\u001b[0m standalone Pulling \u001b[34m1.1s \u001b[0m\n", "\u001b[?25h\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/1\n", - " \u001b[33m⠹\u001b[0m standalone Pulling \u001b[34m1.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/1\n", - " \u001b[33m⠸\u001b[0m standalone Pulling \u001b[34m1.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/1\n", - " \u001b[33m⠼\u001b[0m standalone Pulling \u001b[34m1.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/1\n", - " \u001b[33m⠴\u001b[0m standalone Pulling \u001b[34m1.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/1\n", - " \u001b[33m⠦\u001b[0m standalone Pulling \u001b[34m1.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/1\n", - " \u001b[33m⠧\u001b[0m standalone Pulling \u001b[34m1.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/1\n", - " \u001b[33m⠇\u001b[0m standalone Pulling \u001b[34m1.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/1\n", - " \u001b[33m⠏\u001b[0m standalone Pulling \u001b[34m1.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/1\n", - " \u001b[33m⠋\u001b[0m standalone Pulling \u001b[34m2.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/1\n", - " \u001b[33m⠙\u001b[0m standalone Pulling \u001b[34m2.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/1\n", - " \u001b[33m⠹\u001b[0m standalone Pulling \u001b[34m2.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/1\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⠀⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m2.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m aadc999ec938 Pulling fs layer \u001b[34m0.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m0.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⠀⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m2.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m aadc999ec938 Pulling fs layer \u001b[34m0.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m0.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⠀⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m1.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m aadc999ec938 Pulling fs layer \u001b[34m0.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m0.0s \u001b[0m\n", "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⠀⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m2.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m aadc999ec938 Pulling fs layer \u001b[34m0.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m0.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⠀⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m1.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m aadc999ec938 Pulling fs layer \u001b[34m0.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m0.1s \u001b[0m\n", "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⠀⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m2.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m aadc999ec938 Pulling fs layer \u001b[34m0.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m0.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⠀⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m1.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m aadc999ec938 Pulling fs layer \u001b[34m0.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m0.2s \u001b[0m\n", "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⠀⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m2.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m aadc999ec938 Pulling fs layer \u001b[34m0.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⠀⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m1.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m aadc999ec938 Pulling fs layer \u001b[34m0.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m0.3s \u001b[0m\n", "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⠀⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m2.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m aadc999ec938 Pulling fs layer \u001b[34m0.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m0.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⠀⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m1.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m aadc999ec938 Pulling fs layer \u001b[34m0.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m0.4s \u001b[0m\n", "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 0/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⠀⠀⠀⠀\u001b[0m] 281.8kB/27.36MB Pulling \u001b[34m2.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 281.8kB/27.36MB \u001b[34m0.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m aadc999ec938 Pulling fs layer \u001b[34m0.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m0.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 281.8kB/27.36MB Pulling \u001b[34m3.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 281.8kB/27.36MB \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m0.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 843kB/27.36MB Pulling \u001b[34m3.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 843kB/27.36MB \u001b[34m0.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m0.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 843kB/27.36MB Pulling \u001b[34m3.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 843kB/27.36MB \u001b[34m1.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m1.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m1.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 1.4MB/27.36MB Pulling \u001b[34m3.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 1.4MB/27.36MB \u001b[34m1.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m1.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m1.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 1.679MB/27.36MB Pulling \u001b[34m3.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 1.679MB/27.36MB \u001b[34m1.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m1.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m1.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 2.497MB/99.74MB Pulling \u001b[34m3.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 1.96MB/27.36MB \u001b[34m1.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 537.1kB/72.38MB \u001b[34m1.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m1.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 2.497MB/99.74MB Pulling \u001b[34m3.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 1.96MB/27.36MB \u001b[34m1.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 537.1kB/72.38MB \u001b[34m1.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m1.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 2.776MB/99.74MB Pulling \u001b[34m3.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 2.239MB/27.36MB \u001b[34m1.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 537.1kB/72.38MB \u001b[34m1.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m1.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 3.054MB/99.74MB Pulling \u001b[34m3.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 2.517MB/27.36MB \u001b[34m1.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 537.1kB/72.38MB \u001b[34m1.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m1.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 3.333MB/99.74MB Pulling \u001b[34m3.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 2.796MB/27.36MB \u001b[34m1.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 537.1kB/72.38MB \u001b[34m1.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m1.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 4.152MB/99.74MB Pulling \u001b[34m4.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 3.078MB/27.36MB \u001b[34m1.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 1.074MB/72.38MB \u001b[34m1.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m1.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 4.152MB/99.74MB Pulling \u001b[34m4.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 3.078MB/27.36MB \u001b[34m1.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 1.074MB/72.38MB \u001b[34m1.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m1.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 4.439MB/99.74MB Pulling \u001b[34m4.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 3.365MB/27.36MB \u001b[34m2.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 1.074MB/72.38MB \u001b[34m2.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Waiting \u001b[34m2.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m2.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 4.439MB/99.74MB Pulling \u001b[34m4.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 3.365MB/27.36MB \u001b[34m2.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 1.074MB/72.38MB \u001b[34m2.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Waiting \u001b[34m2.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m2.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 4.717MB/99.74MB Pulling \u001b[34m4.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 3.644MB/27.36MB \u001b[34m2.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 1.074MB/72.38MB \u001b[34m2.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Waiting \u001b[34m2.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m2.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 5.791MB/526.7MB Pulling \u001b[34m4.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 3.644MB/27.36MB \u001b[34m2.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 1.61MB/72.38MB \u001b[34m2.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 537.1kB/426.9MB \u001b[34m2.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m2.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 6.07MB/526.7MB Pulling \u001b[34m4.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 3.922MB/27.36MB \u001b[34m2.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 1.61MB/72.38MB \u001b[34m2.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 537.1kB/426.9MB \u001b[34m2.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m2.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 6.07MB/526.7MB Pulling \u001b[34m4.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 3.922MB/27.36MB \u001b[34m2.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 1.61MB/72.38MB \u001b[34m2.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 537.1kB/426.9MB \u001b[34m2.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m2.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 6.07MB/526.7MB Pulling \u001b[34m4.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 3.922MB/27.36MB \u001b[34m2.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 1.61MB/72.38MB \u001b[34m2.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 537.1kB/426.9MB \u001b[34m2.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m2.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 6.885MB/526.7MB Pulling \u001b[34m4.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 4.197MB/27.36MB \u001b[34m2.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 1.61MB/72.38MB \u001b[34m2.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 1.078MB/426.9MB \u001b[34m2.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m2.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 6.885MB/526.7MB Pulling \u001b[34m5.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 4.197MB/27.36MB \u001b[34m2.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 1.61MB/72.38MB \u001b[34m2.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 1.078MB/426.9MB \u001b[34m2.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m2.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 6.885MB/526.7MB Pulling \u001b[34m5.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 4.197MB/27.36MB \u001b[34m2.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 1.61MB/72.38MB \u001b[34m2.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 1.078MB/426.9MB \u001b[34m2.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m2.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 7.7MB/526.7MB Pulling \u001b[34m5.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 4.475MB/27.36MB \u001b[34m3.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 1.61MB/72.38MB \u001b[34m3.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 1.614MB/426.9MB \u001b[34m3.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m3.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 8.236MB/526.7MB Pulling \u001b[34m5.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 4.475MB/27.36MB \u001b[34m3.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 2.147MB/72.38MB \u001b[34m3.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 1.614MB/426.9MB \u001b[34m3.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m3.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 8.515MB/526.7MB Pulling \u001b[34m5.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 4.754MB/27.36MB \u001b[34m3.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 2.147MB/72.38MB \u001b[34m3.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 1.614MB/426.9MB \u001b[34m3.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m3.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 9.056MB/526.7MB Pulling \u001b[34m5.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 4.754MB/27.36MB \u001b[34m3.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 2.147MB/72.38MB \u001b[34m3.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 2.155MB/426.9MB \u001b[34m3.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m3.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 9.338MB/526.7MB Pulling \u001b[34m5.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 5.036MB/27.36MB \u001b[34m3.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 2.147MB/72.38MB \u001b[34m3.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 2.155MB/426.9MB \u001b[34m3.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m3.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 9.338MB/526.7MB Pulling \u001b[34m5.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 5.036MB/27.36MB \u001b[34m3.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 2.147MB/72.38MB \u001b[34m3.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 2.155MB/426.9MB \u001b[34m3.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m3.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 9.613MB/526.7MB Pulling \u001b[34m5.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 5.311MB/27.36MB \u001b[34m3.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 2.147MB/72.38MB \u001b[34m3.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 2.155MB/426.9MB \u001b[34m3.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m3.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 9.613MB/526.7MB Pulling \u001b[34m5.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 5.311MB/27.36MB \u001b[34m3.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 2.147MB/72.38MB \u001b[34m3.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 2.155MB/426.9MB \u001b[34m3.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m3.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 10.97MB/526.7MB Pulling \u001b[34m6.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 5.597MB/27.36MB \u001b[34m3.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 2.675MB/72.38MB \u001b[34m3.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 2.696MB/426.9MB \u001b[34m3.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m3.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 10.97MB/526.7MB Pulling \u001b[34m6.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 5.597MB/27.36MB \u001b[34m3.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 2.675MB/72.38MB \u001b[34m3.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 2.696MB/426.9MB \u001b[34m3.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m3.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 11.25MB/526.7MB Pulling \u001b[34m6.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 5.876MB/27.36MB \u001b[34m4.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 2.675MB/72.38MB \u001b[34m4.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 2.696MB/426.9MB \u001b[34m4.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m4.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 11.53MB/526.7MB Pulling \u001b[34m6.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 6.155MB/27.36MB \u001b[34m4.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 2.675MB/72.38MB \u001b[34m4.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 2.696MB/426.9MB \u001b[34m4.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m4.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 11.53MB/526.7MB Pulling \u001b[34m6.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 6.155MB/27.36MB \u001b[34m4.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 2.675MB/72.38MB \u001b[34m4.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 2.696MB/426.9MB \u001b[34m4.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m4.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 12.35MB/526.7MB Pulling \u001b[34m6.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 6.437MB/27.36MB \u001b[34m4.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 2.675MB/72.38MB \u001b[34m4.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 3.236MB/426.9MB \u001b[34m4.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m4.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 12.35MB/526.7MB Pulling \u001b[34m6.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 6.437MB/27.36MB \u001b[34m4.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 2.675MB/72.38MB \u001b[34m4.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 3.236MB/426.9MB \u001b[34m4.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m4.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 12.64MB/526.7MB Pulling \u001b[34m6.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 6.724MB/27.36MB \u001b[34m4.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 2.675MB/72.38MB \u001b[34m4.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 3.236MB/426.9MB \u001b[34m4.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m4.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 13.18MB/526.7MB Pulling \u001b[34m6.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 6.724MB/27.36MB \u001b[34m4.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 3.216MB/72.38MB \u001b[34m4.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 3.236MB/426.9MB \u001b[34m4.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m4.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 14MB/526.7MB Pulling \u001b[34m6.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 7.002MB/27.36MB \u001b[34m4.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 3.216MB/72.38MB \u001b[34m4.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 3.777MB/426.9MB \u001b[34m4.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m4.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 14MB/526.7MB Pulling \u001b[34m7.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 7.002MB/27.36MB \u001b[34m4.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 3.216MB/72.38MB \u001b[34m4.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 3.777MB/426.9MB \u001b[34m4.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m4.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 14.28MB/526.7MB Pulling \u001b[34m7.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 7.289MB/27.36MB \u001b[34m4.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 3.216MB/72.38MB \u001b[34m4.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 3.777MB/426.9MB \u001b[34m4.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m4.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 14.28MB/526.7MB Pulling \u001b[34m7.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 7.289MB/27.36MB \u001b[34m5.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 3.216MB/72.38MB \u001b[34m5.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 3.777MB/426.9MB \u001b[34m5.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m5.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 14.81MB/526.7MB Pulling \u001b[34m7.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 7.289MB/27.36MB \u001b[34m5.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 3.216MB/72.38MB \u001b[34m5.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 4.305MB/426.9MB \u001b[34m5.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m5.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 15.63MB/526.7MB Pulling \u001b[34m7.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 7.568MB/27.36MB \u001b[34m5.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 3.752MB/72.38MB \u001b[34m5.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 4.305MB/426.9MB \u001b[34m5.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m5.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 15.63MB/526.7MB Pulling \u001b[34m7.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 7.568MB/27.36MB \u001b[34m5.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 3.752MB/72.38MB \u001b[34m5.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 4.305MB/426.9MB \u001b[34m5.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m5.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 16.44MB/526.7MB Pulling \u001b[34m7.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 7.846MB/27.36MB \u001b[34m5.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 3.752MB/72.38MB \u001b[34m5.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 4.846MB/426.9MB \u001b[34m5.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m5.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 16.44MB/526.7MB Pulling \u001b[34m7.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 7.846MB/27.36MB \u001b[34m5.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 3.752MB/72.38MB \u001b[34m5.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 4.846MB/426.9MB \u001b[34m5.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m5.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 16.44MB/526.7MB Pulling \u001b[34m7.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 7.846MB/27.36MB \u001b[34m5.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 3.752MB/72.38MB \u001b[34m5.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 4.846MB/426.9MB \u001b[34m5.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m5.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 16.72MB/526.7MB Pulling \u001b[34m7.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 8.121MB/27.36MB \u001b[34m5.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 3.752MB/72.38MB \u001b[34m5.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 4.846MB/426.9MB \u001b[34m5.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m5.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 17.79MB/526.7MB Pulling \u001b[34m8.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 8.121MB/27.36MB \u001b[34m5.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 4.293MB/72.38MB \u001b[34m5.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 5.379MB/426.9MB \u001b[34m5.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m5.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 17.79MB/526.7MB Pulling \u001b[34m8.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 8.121MB/27.36MB \u001b[34m5.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 4.293MB/72.38MB \u001b[34m5.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 5.379MB/426.9MB \u001b[34m5.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m5.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 18.6MB/526.7MB Pulling \u001b[34m8.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 8.399MB/27.36MB \u001b[34m6.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 4.293MB/72.38MB \u001b[34m6.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 5.907MB/426.9MB \u001b[34m6.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m6.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 18.6MB/526.7MB Pulling \u001b[34m8.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 8.399MB/27.36MB \u001b[34m6.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 4.293MB/72.38MB \u001b[34m6.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 5.907MB/426.9MB \u001b[34m6.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m6.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 18.6MB/526.7MB Pulling \u001b[34m8.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 8.399MB/27.36MB \u001b[34m6.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 4.293MB/72.38MB \u001b[34m6.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 5.907MB/426.9MB \u001b[34m6.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m6.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 19.66MB/526.7MB Pulling \u001b[34m8.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 8.399MB/27.36MB \u001b[34m6.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 4.822MB/72.38MB \u001b[34m6.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 6.444MB/426.9MB \u001b[34m6.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m6.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 19.66MB/526.7MB Pulling \u001b[34m8.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 8.399MB/27.36MB \u001b[34m6.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 4.822MB/72.38MB \u001b[34m6.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 6.444MB/426.9MB \u001b[34m6.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m6.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 19.66MB/526.7MB Pulling \u001b[34m8.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 8.399MB/27.36MB \u001b[34m6.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 4.822MB/72.38MB \u001b[34m6.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 6.444MB/426.9MB \u001b[34m6.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m6.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 20.48MB/526.7MB Pulling \u001b[34m8.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 8.686MB/27.36MB \u001b[34m6.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 4.822MB/72.38MB \u001b[34m6.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 6.972MB/426.9MB \u001b[34m6.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m6.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 20.48MB/526.7MB Pulling \u001b[34m8.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 8.686MB/27.36MB \u001b[34m6.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 4.822MB/72.38MB \u001b[34m6.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 6.972MB/426.9MB \u001b[34m6.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m6.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 21.01MB/526.7MB Pulling \u001b[34m9.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 8.686MB/27.36MB \u001b[34m6.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 4.822MB/72.38MB \u001b[34m6.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 7.504MB/426.9MB \u001b[34m6.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m6.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 21.55MB/526.7MB Pulling \u001b[34m9.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 8.686MB/27.36MB \u001b[34m6.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 5.358MB/72.38MB \u001b[34m6.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 7.504MB/426.9MB \u001b[34m6.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m6.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 21.55MB/526.7MB Pulling \u001b[34m9.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 8.686MB/27.36MB \u001b[34m7.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 5.358MB/72.38MB \u001b[34m7.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 7.504MB/426.9MB \u001b[34m7.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m7.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 22.36MB/526.7MB Pulling \u001b[34m9.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 8.964MB/27.36MB \u001b[34m7.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 5.358MB/72.38MB \u001b[34m7.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 8.037MB/426.9MB \u001b[34m7.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m7.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 22.36MB/526.7MB Pulling \u001b[34m9.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 8.964MB/27.36MB \u001b[34m7.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 5.358MB/72.38MB \u001b[34m7.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 8.037MB/426.9MB \u001b[34m7.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m7.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 22.36MB/526.7MB Pulling \u001b[34m9.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 8.964MB/27.36MB \u001b[34m7.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 5.358MB/72.38MB \u001b[34m7.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 8.037MB/426.9MB \u001b[34m7.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m7.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 22.9MB/526.7MB Pulling \u001b[34m9.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 8.964MB/27.36MB \u001b[34m7.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 5.358MB/72.38MB \u001b[34m7.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 8.578MB/426.9MB \u001b[34m7.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m7.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 23.71MB/526.7MB Pulling \u001b[34m9.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 9.243MB/27.36MB \u001b[34m7.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 5.891MB/72.38MB \u001b[34m7.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 8.578MB/426.9MB \u001b[34m7.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m7.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 24.25MB/526.7MB Pulling \u001b[34m9.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 9.243MB/27.36MB \u001b[34m7.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 5.891MB/72.38MB \u001b[34m7.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 9.118MB/426.9MB \u001b[34m7.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m7.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 24.25MB/526.7MB Pulling \u001b[34m9.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 9.243MB/27.36MB \u001b[34m7.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 5.891MB/72.38MB \u001b[34m7.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 9.118MB/426.9MB \u001b[34m7.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m7.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 24.53MB/526.7MB Pulling \u001b[34m10.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 9.521MB/27.36MB \u001b[34m7.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 5.891MB/72.38MB \u001b[34m7.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 9.118MB/426.9MB \u001b[34m7.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m7.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 25.07MB/526.7MB Pulling \u001b[34m10.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 9.521MB/27.36MB \u001b[34m7.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 5.891MB/72.38MB \u001b[34m7.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 9.655MB/426.9MB \u001b[34m7.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m7.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 25.07MB/526.7MB Pulling \u001b[34m10.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 9.521MB/27.36MB \u001b[34m8.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 5.891MB/72.38MB \u001b[34m8.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 9.655MB/426.9MB \u001b[34m8.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m8.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 25.88MB/526.7MB Pulling \u001b[34m10.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 9.796MB/27.36MB \u001b[34m8.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 6.427MB/72.38MB \u001b[34m8.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 9.655MB/426.9MB \u001b[34m8.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m8.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 26.42MB/526.7MB Pulling \u001b[34m10.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 9.796MB/27.36MB \u001b[34m8.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 6.427MB/72.38MB \u001b[34m8.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 10.2MB/426.9MB \u001b[34m8.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m8.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 26.42MB/526.7MB Pulling \u001b[34m10.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 9.796MB/27.36MB \u001b[34m8.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 6.427MB/72.38MB \u001b[34m8.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 10.2MB/426.9MB \u001b[34m8.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m8.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 26.7MB/526.7MB Pulling \u001b[34m10.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 10.07MB/27.36MB \u001b[34m8.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 6.427MB/72.38MB \u001b[34m8.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 10.2MB/426.9MB \u001b[34m8.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m8.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 27.23MB/526.7MB Pulling \u001b[34m10.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 10.07MB/27.36MB \u001b[34m8.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 6.427MB/72.38MB \u001b[34m8.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 10.73MB/426.9MB \u001b[34m8.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m8.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 27.23MB/526.7MB Pulling \u001b[34m10.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 10.07MB/27.36MB \u001b[34m8.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 6.427MB/72.38MB \u001b[34m8.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 10.73MB/426.9MB \u001b[34m8.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m8.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 27.51MB/526.7MB Pulling \u001b[34m10.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 10.35MB/27.36MB \u001b[34m8.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 6.427MB/72.38MB \u001b[34m8.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 10.73MB/426.9MB \u001b[34m8.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m8.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⠀⣿⠀⠀⠀\u001b[0m] 28.04MB/526.7MB Pulling \u001b[34m11.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 10.35MB/27.36MB \u001b[34m8.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 6.427MB/72.38MB \u001b[34m8.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 11.26MB/426.9MB \u001b[34m8.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m8.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 28.87MB/526.7MB Pulling \u001b[34m11.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 10.64MB/27.36MB \u001b[34m8.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 6.964MB/72.38MB \u001b[34m8.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 11.26MB/426.9MB \u001b[34m8.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m8.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 28.87MB/526.7MB Pulling \u001b[34m11.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 10.64MB/27.36MB \u001b[34m9.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 6.964MB/72.38MB \u001b[34m9.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 11.26MB/426.9MB \u001b[34m9.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m9.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 29.4MB/526.7MB Pulling \u001b[34m11.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 10.64MB/27.36MB \u001b[34m9.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 6.964MB/72.38MB \u001b[34m9.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 11.8MB/426.9MB \u001b[34m9.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m9.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 29.68MB/526.7MB Pulling \u001b[34m11.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 10.92MB/27.36MB \u001b[34m9.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 6.964MB/72.38MB \u001b[34m9.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 11.8MB/426.9MB \u001b[34m9.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m9.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 29.68MB/526.7MB Pulling \u001b[34m11.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 10.92MB/27.36MB \u001b[34m9.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 6.964MB/72.38MB \u001b[34m9.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 11.8MB/426.9MB \u001b[34m9.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m9.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 30.49MB/526.7MB Pulling \u001b[34m11.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 11.2MB/27.36MB \u001b[34m9.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 6.964MB/72.38MB \u001b[34m9.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 12.33MB/426.9MB \u001b[34m9.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m9.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 30.49MB/526.7MB Pulling \u001b[34m11.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 11.2MB/27.36MB \u001b[34m9.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 6.964MB/72.38MB \u001b[34m9.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 12.33MB/426.9MB \u001b[34m9.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m9.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 30.77MB/526.7MB Pulling \u001b[34m11.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 11.48MB/27.36MB \u001b[34m9.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 6.964MB/72.38MB \u001b[34m9.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 12.33MB/426.9MB \u001b[34m9.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m9.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 31.31MB/526.7MB Pulling \u001b[34m11.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 11.48MB/27.36MB \u001b[34m9.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 7.504MB/72.38MB \u001b[34m9.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 12.33MB/426.9MB \u001b[34m9.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m9.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 31.84MB/526.7MB Pulling \u001b[34m12.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 11.48MB/27.36MB \u001b[34m9.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 7.504MB/72.38MB \u001b[34m9.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 12.86MB/426.9MB \u001b[34m9.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m9.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 32.12MB/526.7MB Pulling \u001b[34m12.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 11.75MB/27.36MB \u001b[34m9.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 7.504MB/72.38MB \u001b[34m9.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 12.86MB/426.9MB \u001b[34m9.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m9.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 32.12MB/526.7MB Pulling \u001b[34m12.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 11.75MB/27.36MB \u001b[34m10.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 7.504MB/72.38MB \u001b[34m10.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 12.86MB/426.9MB \u001b[34m10.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m10.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 32.94MB/526.7MB Pulling \u001b[34m12.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 12.03MB/27.36MB \u001b[34m10.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 7.504MB/72.38MB \u001b[34m10.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 13.4MB/426.9MB \u001b[34m10.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m10.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 32.94MB/526.7MB Pulling \u001b[34m12.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 12.03MB/27.36MB \u001b[34m10.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 7.504MB/72.38MB \u001b[34m10.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 13.4MB/426.9MB \u001b[34m10.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m10.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 33.22MB/526.7MB Pulling \u001b[34m12.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 12.31MB/27.36MB \u001b[34m10.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 7.504MB/72.38MB \u001b[34m10.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 13.4MB/426.9MB \u001b[34m10.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m10.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 34.3MB/526.7MB Pulling \u001b[34m12.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 12.31MB/27.36MB \u001b[34m10.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 8.045MB/72.38MB \u001b[34m10.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 13.94MB/426.9MB \u001b[34m10.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m10.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 34.3MB/526.7MB Pulling \u001b[34m12.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 12.31MB/27.36MB \u001b[34m10.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 8.045MB/72.38MB \u001b[34m10.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 13.94MB/426.9MB \u001b[34m10.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m10.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 34.59MB/526.7MB Pulling \u001b[34m12.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 12.6MB/27.36MB \u001b[34m10.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 8.045MB/72.38MB \u001b[34m10.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 13.94MB/426.9MB \u001b[34m10.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m10.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 35.12MB/526.7MB Pulling \u001b[34m12.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 12.6MB/27.36MB \u001b[34m10.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 8.045MB/72.38MB \u001b[34m10.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 14.48MB/426.9MB \u001b[34m10.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m10.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 35.4MB/526.7MB Pulling \u001b[34m13.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 12.88MB/27.36MB \u001b[34m10.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 8.045MB/72.38MB \u001b[34m10.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 14.48MB/426.9MB \u001b[34m10.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m10.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 35.4MB/526.7MB Pulling \u001b[34m13.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 12.88MB/27.36MB \u001b[34m10.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 8.045MB/72.38MB \u001b[34m10.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 14.48MB/426.9MB \u001b[34m10.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m10.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 35.68MB/526.7MB Pulling \u001b[34m13.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 13.15MB/27.36MB \u001b[34m11.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 8.045MB/72.38MB \u001b[34m11.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 14.48MB/426.9MB \u001b[34m11.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m11.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 36.76MB/526.7MB Pulling \u001b[34m13.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 13.15MB/27.36MB \u001b[34m11.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 8.586MB/72.38MB \u001b[34m11.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 15.02MB/426.9MB \u001b[34m11.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m11.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 36.76MB/526.7MB Pulling \u001b[34m13.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 13.15MB/27.36MB \u001b[34m11.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 8.586MB/72.38MB \u001b[34m11.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 15.02MB/426.9MB \u001b[34m11.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m11.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 37.04MB/526.7MB Pulling \u001b[34m13.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 13.43MB/27.36MB \u001b[34m11.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 8.586MB/72.38MB \u001b[34m11.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 15.02MB/426.9MB \u001b[34m11.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m11.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⠀⣿⠀⠀⠀\u001b[0m] 37.58MB/526.7MB Pulling \u001b[34m13.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 13.43MB/27.36MB \u001b[34m11.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 8.586MB/72.38MB \u001b[34m11.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 15.56MB/426.9MB \u001b[34m11.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m11.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⠀⣿⠀⠀⠀\u001b[0m] 37.85MB/526.7MB Pulling \u001b[34m13.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 13.71MB/27.36MB \u001b[34m11.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 8.586MB/72.38MB \u001b[34m11.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 15.56MB/426.9MB \u001b[34m11.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m11.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⠀⣿⠀⠀⠀\u001b[0m] 37.85MB/526.7MB Pulling \u001b[34m13.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 13.71MB/27.36MB \u001b[34m11.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 8.586MB/72.38MB \u001b[34m11.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 15.56MB/426.9MB \u001b[34m11.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m11.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⠀⣿⠀⠀⠀\u001b[0m] 38.14MB/526.7MB Pulling \u001b[34m13.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 13.99MB/27.36MB \u001b[34m11.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 8.586MB/72.38MB \u001b[34m11.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 15.56MB/426.9MB \u001b[34m11.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m11.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⠀⣿⠀⠀⠀\u001b[0m] 39.21MB/526.7MB Pulling \u001b[34m14.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 13.99MB/27.36MB \u001b[34m11.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 9.126MB/72.38MB \u001b[34m11.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 16.09MB/426.9MB \u001b[34m11.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m11.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⠀⣿⠀⠀⠀\u001b[0m] 39.21MB/526.7MB Pulling \u001b[34m14.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 13.99MB/27.36MB \u001b[34m11.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 9.126MB/72.38MB \u001b[34m11.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 16.09MB/426.9MB \u001b[34m11.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m11.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⠀⣿⠀⠀⠀\u001b[0m] 39.49MB/526.7MB Pulling \u001b[34m14.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 14.27MB/27.36MB \u001b[34m12.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 9.126MB/72.38MB \u001b[34m12.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 16.09MB/426.9MB \u001b[34m12.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m12.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⠀⣿⠀⠀⠀\u001b[0m] 40.02MB/526.7MB Pulling \u001b[34m14.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 14.27MB/27.36MB \u001b[34m12.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 9.126MB/72.38MB \u001b[34m12.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 16.62MB/426.9MB \u001b[34m12.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m12.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⠀⣿⠀⠀⠀\u001b[0m] 40.3MB/526.7MB Pulling \u001b[34m14.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 14.55MB/27.36MB \u001b[34m12.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 9.126MB/72.38MB \u001b[34m12.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 16.62MB/426.9MB \u001b[34m12.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m12.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⠀⣿⠀⠀⠀\u001b[0m] 40.3MB/526.7MB Pulling \u001b[34m14.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 14.55MB/27.36MB \u001b[34m12.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 9.126MB/72.38MB \u001b[34m12.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 16.62MB/426.9MB \u001b[34m12.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m12.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 40.84MB/526.7MB Pulling \u001b[34m14.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 14.55MB/27.36MB \u001b[34m12.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 9.667MB/72.38MB \u001b[34m12.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 16.62MB/426.9MB \u001b[34m12.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m12.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 41.66MB/526.7MB Pulling \u001b[34m14.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 14.83MB/27.36MB \u001b[34m12.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 9.667MB/72.38MB \u001b[34m12.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 17.16MB/426.9MB \u001b[34m12.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m12.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 41.66MB/526.7MB Pulling \u001b[34m14.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 14.83MB/27.36MB \u001b[34m12.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 9.667MB/72.38MB \u001b[34m12.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 17.16MB/426.9MB \u001b[34m12.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m12.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 41.93MB/526.7MB Pulling \u001b[34m14.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 15.1MB/27.36MB \u001b[34m12.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 9.667MB/72.38MB \u001b[34m12.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 17.16MB/426.9MB \u001b[34m12.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m12.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 41.93MB/526.7MB Pulling \u001b[34m15.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 15.1MB/27.36MB \u001b[34m12.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 9.667MB/72.38MB \u001b[34m12.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 17.16MB/426.9MB \u001b[34m12.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m12.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 43.27MB/526.7MB Pulling \u001b[34m15.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 15.37MB/27.36MB \u001b[34m12.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 10.2MB/72.38MB \u001b[34m12.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 17.7MB/426.9MB \u001b[34m12.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m12.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 43.27MB/526.7MB Pulling \u001b[34m15.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 15.37MB/27.36MB \u001b[34m13.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 10.2MB/72.38MB \u001b[34m13.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 17.7MB/426.9MB \u001b[34m13.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m13.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 43.56MB/526.7MB Pulling \u001b[34m15.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 15.66MB/27.36MB \u001b[34m13.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 10.2MB/72.38MB \u001b[34m13.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 17.7MB/426.9MB \u001b[34m13.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m13.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 43.56MB/526.7MB Pulling \u001b[34m15.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 15.66MB/27.36MB \u001b[34m13.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 10.2MB/72.38MB \u001b[34m13.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 17.7MB/426.9MB \u001b[34m13.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m13.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 44.37MB/526.7MB Pulling \u001b[34m15.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 15.94MB/27.36MB \u001b[34m13.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 10.2MB/72.38MB \u001b[34m13.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m13.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m13.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 44.37MB/526.7MB Pulling \u001b[34m15.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 15.94MB/27.36MB \u001b[34m13.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 10.2MB/72.38MB \u001b[34m13.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m13.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m13.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 44.91MB/526.7MB Pulling \u001b[34m15.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 15.94MB/27.36MB \u001b[34m13.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 10.74MB/72.38MB \u001b[34m13.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m13.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m13.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 45.19MB/526.7MB Pulling \u001b[34m15.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 16.21MB/27.36MB \u001b[34m13.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 10.74MB/72.38MB \u001b[34m13.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m13.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m13.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 45.72MB/526.7MB Pulling \u001b[34m15.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 16.21MB/27.36MB \u001b[34m13.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 10.74MB/72.38MB \u001b[34m13.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 18.77MB/426.9MB \u001b[34m13.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m13.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 46MB/526.7MB Pulling \u001b[34m16.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 16.49MB/27.36MB \u001b[34m13.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 10.74MB/72.38MB \u001b[34m13.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 18.77MB/426.9MB \u001b[34m13.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m13.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 46MB/526.7MB Pulling \u001b[34m16.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 16.49MB/27.36MB \u001b[34m13.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 10.74MB/72.38MB \u001b[34m13.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 18.77MB/426.9MB \u001b[34m13.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m13.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 46.82MB/526.7MB Pulling \u001b[34m16.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 16.77MB/27.36MB \u001b[34m14.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 11.28MB/72.38MB \u001b[34m14.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 18.77MB/426.9MB \u001b[34m14.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m14.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 46.82MB/526.7MB Pulling \u001b[34m16.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 16.77MB/27.36MB \u001b[34m14.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 11.28MB/72.38MB \u001b[34m14.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 18.77MB/426.9MB \u001b[34m14.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m14.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 47.65MB/526.7MB Pulling \u001b[34m16.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 17.06MB/27.36MB \u001b[34m14.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 11.28MB/72.38MB \u001b[34m14.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 19.31MB/426.9MB \u001b[34m14.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m14.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 47.65MB/526.7MB Pulling \u001b[34m16.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 17.06MB/27.36MB \u001b[34m14.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 11.28MB/72.38MB \u001b[34m14.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 19.31MB/426.9MB \u001b[34m14.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m14.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⡀⣿⠀⠀⠀\u001b[0m] 47.65MB/526.7MB Pulling \u001b[34m16.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 17.06MB/27.36MB \u001b[34m14.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 11.28MB/72.38MB \u001b[34m14.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 19.31MB/426.9MB \u001b[34m14.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m14.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 48.48MB/526.7MB Pulling \u001b[34m16.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 17.34MB/27.36MB \u001b[34m14.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 11.82MB/72.38MB \u001b[34m14.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 19.31MB/426.9MB \u001b[34m14.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m14.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 49.01MB/526.7MB Pulling \u001b[34m16.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 17.34MB/27.36MB \u001b[34m14.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 11.82MB/72.38MB \u001b[34m14.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 19.85MB/426.9MB \u001b[34m14.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m14.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 49.3MB/526.7MB Pulling \u001b[34m16.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 17.63MB/27.36MB \u001b[34m14.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 11.82MB/72.38MB \u001b[34m14.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 19.85MB/426.9MB \u001b[34m14.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m14.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 49.3MB/526.7MB Pulling \u001b[34m17.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 17.63MB/27.36MB \u001b[34m14.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 11.82MB/72.38MB \u001b[34m14.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 19.85MB/426.9MB \u001b[34m14.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m14.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 50.12MB/526.7MB Pulling \u001b[34m17.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 17.91MB/27.36MB \u001b[34m14.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 12.36MB/72.38MB \u001b[34m14.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 19.85MB/426.9MB \u001b[34m14.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m14.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 50.12MB/526.7MB Pulling \u001b[34m17.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 17.91MB/27.36MB \u001b[34m15.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 12.36MB/72.38MB \u001b[34m15.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 19.85MB/426.9MB \u001b[34m15.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m15.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 50.94MB/526.7MB Pulling \u001b[34m17.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 18.19MB/27.36MB \u001b[34m15.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 12.36MB/72.38MB \u001b[34m15.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 20.39MB/426.9MB \u001b[34m15.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m15.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 50.94MB/526.7MB Pulling \u001b[34m17.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 18.19MB/27.36MB \u001b[34m15.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 12.36MB/72.38MB \u001b[34m15.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 20.39MB/426.9MB \u001b[34m15.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m15.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 50.94MB/526.7MB Pulling \u001b[34m17.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 18.19MB/27.36MB \u001b[34m15.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 12.36MB/72.38MB \u001b[34m15.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 20.39MB/426.9MB \u001b[34m15.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m15.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 51.75MB/526.7MB Pulling \u001b[34m17.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 18.47MB/27.36MB \u001b[34m15.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 12.89MB/72.38MB \u001b[34m15.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 20.39MB/426.9MB \u001b[34m15.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m15.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 51.75MB/526.7MB Pulling \u001b[34m17.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 18.47MB/27.36MB \u001b[34m15.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 12.89MB/72.38MB \u001b[34m15.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 20.39MB/426.9MB \u001b[34m15.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m15.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 52.58MB/526.7MB Pulling \u001b[34m17.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 18.75MB/27.36MB \u001b[34m15.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 12.89MB/72.38MB \u001b[34m15.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 20.93MB/426.9MB \u001b[34m15.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m15.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 52.58MB/526.7MB Pulling \u001b[34m17.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 18.75MB/27.36MB \u001b[34m15.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 12.89MB/72.38MB \u001b[34m15.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 20.93MB/426.9MB \u001b[34m15.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m15.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 53.39MB/526.7MB Pulling \u001b[34m18.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 19.03MB/27.36MB \u001b[34m15.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 13.44MB/72.38MB \u001b[34m15.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 20.93MB/426.9MB \u001b[34m15.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m15.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 53.39MB/526.7MB Pulling \u001b[34m18.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 19.03MB/27.36MB \u001b[34m15.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 13.44MB/72.38MB \u001b[34m15.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 20.93MB/426.9MB \u001b[34m15.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m15.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 54.21MB/526.7MB Pulling \u001b[34m18.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 19.31MB/27.36MB \u001b[34m16.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 13.44MB/72.38MB \u001b[34m16.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 21.46MB/426.9MB \u001b[34m16.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m16.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 54.21MB/526.7MB Pulling \u001b[34m18.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 19.31MB/27.36MB \u001b[34m16.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 13.44MB/72.38MB \u001b[34m16.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 21.46MB/426.9MB \u001b[34m16.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m16.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 54.21MB/526.7MB Pulling \u001b[34m18.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 19.31MB/27.36MB \u001b[34m16.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 13.44MB/72.38MB \u001b[34m16.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 21.46MB/426.9MB \u001b[34m16.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m16.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 55.02MB/526.7MB Pulling \u001b[34m18.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 19.59MB/27.36MB \u001b[34m16.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 13.97MB/72.38MB \u001b[34m16.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 21.46MB/426.9MB \u001b[34m16.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m16.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 55.02MB/526.7MB Pulling \u001b[34m18.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 19.59MB/27.36MB \u001b[34m16.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 13.97MB/72.38MB \u001b[34m16.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 21.46MB/426.9MB \u001b[34m16.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m16.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 55.84MB/526.7MB Pulling \u001b[34m18.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 19.87MB/27.36MB \u001b[34m16.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 13.97MB/72.38MB \u001b[34m16.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 22MB/426.9MB \u001b[34m16.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m16.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 55.84MB/526.7MB Pulling \u001b[34m18.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 19.87MB/27.36MB \u001b[34m16.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 13.97MB/72.38MB \u001b[34m16.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 22MB/426.9MB \u001b[34m16.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m16.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 55.84MB/526.7MB Pulling \u001b[34m18.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 19.87MB/27.36MB \u001b[34m16.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 13.97MB/72.38MB \u001b[34m16.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 22MB/426.9MB \u001b[34m16.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m16.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 56.65MB/526.7MB Pulling \u001b[34m19.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 20.15MB/27.36MB \u001b[34m16.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 14.5MB/72.38MB \u001b[34m16.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 22MB/426.9MB \u001b[34m16.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m16.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 57.19MB/526.7MB Pulling \u001b[34m19.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 20.15MB/27.36MB \u001b[34m16.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 14.5MB/72.38MB \u001b[34m16.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 22.54MB/426.9MB \u001b[34m16.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m16.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 57.47MB/526.7MB Pulling \u001b[34m19.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 20.43MB/27.36MB \u001b[34m17.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 14.5MB/72.38MB \u001b[34m17.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 22.54MB/426.9MB \u001b[34m17.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m17.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 57.47MB/526.7MB Pulling \u001b[34m19.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 20.43MB/27.36MB \u001b[34m17.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 14.5MB/72.38MB \u001b[34m17.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 22.54MB/426.9MB \u001b[34m17.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m17.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⡀⣿⠀⠀⠀\u001b[0m] 58.01MB/526.7MB Pulling \u001b[34m19.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 20.43MB/27.36MB \u001b[34m17.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 15.04MB/72.38MB \u001b[34m17.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 22.54MB/426.9MB \u001b[34m17.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m17.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 58.83MB/526.7MB Pulling \u001b[34m19.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 20.71MB/27.36MB \u001b[34m17.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 15.04MB/72.38MB \u001b[34m17.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 23.08MB/426.9MB \u001b[34m17.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m17.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 58.83MB/526.7MB Pulling \u001b[34m19.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 20.71MB/27.36MB \u001b[34m17.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 15.04MB/72.38MB \u001b[34m17.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 23.08MB/426.9MB \u001b[34m17.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m17.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 59.1MB/526.7MB Pulling \u001b[34m19.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 20.99MB/27.36MB \u001b[34m17.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 15.04MB/72.38MB \u001b[34m17.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 23.08MB/426.9MB \u001b[34m17.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m17.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 59.1MB/526.7MB Pulling \u001b[34m19.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 20.99MB/27.36MB \u001b[34m17.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 15.04MB/72.38MB \u001b[34m17.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 23.08MB/426.9MB \u001b[34m17.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m17.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 60.17MB/526.7MB Pulling \u001b[34m19.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 20.99MB/27.36MB \u001b[34m17.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 15.58MB/72.38MB \u001b[34m17.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 23.61MB/426.9MB \u001b[34m17.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m17.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 60.45MB/526.7MB Pulling \u001b[34m20.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 21.26MB/27.36MB \u001b[34m17.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 15.58MB/72.38MB \u001b[34m17.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 23.61MB/426.9MB \u001b[34m17.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m17.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 60.45MB/526.7MB Pulling \u001b[34m20.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 21.26MB/27.36MB \u001b[34m17.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 15.58MB/72.38MB \u001b[34m17.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 23.61MB/426.9MB \u001b[34m17.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m17.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 60.99MB/526.7MB Pulling \u001b[34m20.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 21.26MB/27.36MB \u001b[34m18.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 15.58MB/72.38MB \u001b[34m18.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 24.14MB/426.9MB \u001b[34m18.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m18.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 60.99MB/526.7MB Pulling \u001b[34m20.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 21.26MB/27.36MB \u001b[34m18.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 15.58MB/72.38MB \u001b[34m18.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 24.14MB/426.9MB \u001b[34m18.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m18.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 61.81MB/526.7MB Pulling \u001b[34m20.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 21.54MB/27.36MB \u001b[34m18.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 16.12MB/72.38MB \u001b[34m18.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 24.14MB/426.9MB \u001b[34m18.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m18.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 61.81MB/526.7MB Pulling \u001b[34m20.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 21.54MB/27.36MB \u001b[34m18.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 16.12MB/72.38MB \u001b[34m18.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 24.14MB/426.9MB \u001b[34m18.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m18.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 62.35MB/526.7MB Pulling \u001b[34m20.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 21.54MB/27.36MB \u001b[34m18.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 16.12MB/72.38MB \u001b[34m18.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 24.68MB/426.9MB \u001b[34m18.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m18.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 62.64MB/526.7MB Pulling \u001b[34m20.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 21.83MB/27.36MB \u001b[34m18.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 16.12MB/72.38MB \u001b[34m18.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 24.68MB/426.9MB \u001b[34m18.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m18.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 63.18MB/526.7MB Pulling \u001b[34m20.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 21.83MB/27.36MB \u001b[34m18.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 16.66MB/72.38MB \u001b[34m18.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 24.68MB/426.9MB \u001b[34m18.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m18.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 63.71MB/526.7MB Pulling \u001b[34m20.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 21.83MB/27.36MB \u001b[34m18.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 16.66MB/72.38MB \u001b[34m18.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 25.22MB/426.9MB \u001b[34m18.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m18.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 64MB/526.7MB Pulling \u001b[34m21.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 22.12MB/27.36MB \u001b[34m18.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 16.66MB/72.38MB \u001b[34m18.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 25.22MB/426.9MB \u001b[34m18.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m18.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 64MB/526.7MB Pulling \u001b[34m21.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 22.12MB/27.36MB \u001b[34m18.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 16.66MB/72.38MB \u001b[34m18.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 25.22MB/426.9MB \u001b[34m18.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m18.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 64MB/526.7MB Pulling \u001b[34m21.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 22.12MB/27.36MB \u001b[34m19.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 16.66MB/72.38MB \u001b[34m19.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 25.22MB/426.9MB \u001b[34m19.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m19.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 64MB/526.7MB Pulling \u001b[34m21.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 22.12MB/27.36MB \u001b[34m19.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 16.66MB/72.38MB \u001b[34m19.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 25.22MB/426.9MB \u001b[34m19.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m19.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 64.81MB/526.7MB Pulling \u001b[34m21.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 22.4MB/27.36MB \u001b[34m19.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 16.66MB/72.38MB \u001b[34m19.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 25.75MB/426.9MB \u001b[34m19.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m19.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 64.81MB/526.7MB Pulling \u001b[34m21.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 22.4MB/27.36MB \u001b[34m19.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 16.66MB/72.38MB \u001b[34m19.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 25.75MB/426.9MB \u001b[34m19.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m19.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 65.35MB/526.7MB Pulling \u001b[34m21.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 22.4MB/27.36MB \u001b[34m19.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 17.2MB/72.38MB \u001b[34m19.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 25.75MB/426.9MB \u001b[34m19.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m19.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 65.89MB/526.7MB Pulling \u001b[34m21.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 22.4MB/27.36MB \u001b[34m19.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 17.2MB/72.38MB \u001b[34m19.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 26.29MB/426.9MB \u001b[34m19.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m19.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 66.17MB/526.7MB Pulling \u001b[34m21.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 22.67MB/27.36MB \u001b[34m19.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 17.2MB/72.38MB \u001b[34m19.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 26.29MB/426.9MB \u001b[34m19.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m19.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 66.17MB/526.7MB Pulling \u001b[34m21.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 22.67MB/27.36MB \u001b[34m19.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 17.2MB/72.38MB \u001b[34m19.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 26.29MB/426.9MB \u001b[34m19.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m19.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 66.7MB/526.7MB Pulling \u001b[34m22.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 22.67MB/27.36MB \u001b[34m19.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 17.2MB/72.38MB \u001b[34m19.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 26.82MB/426.9MB \u001b[34m19.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m19.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 66.98MB/526.7MB Pulling \u001b[34m22.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 22.95MB/27.36MB \u001b[34m19.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 17.2MB/72.38MB \u001b[34m19.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 26.82MB/426.9MB \u001b[34m19.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m19.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 67.51MB/526.7MB Pulling \u001b[34m22.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 22.95MB/27.36MB \u001b[34m20.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 17.2MB/72.38MB \u001b[34m20.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 27.35MB/426.9MB \u001b[34m20.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m20.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 68.05MB/526.7MB Pulling \u001b[34m22.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 22.95MB/27.36MB \u001b[34m20.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 17.74MB/72.38MB \u001b[34m20.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 27.35MB/426.9MB \u001b[34m20.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m20.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 68.33MB/526.7MB Pulling \u001b[34m22.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 23.23MB/27.36MB \u001b[34m20.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 17.74MB/72.38MB \u001b[34m20.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 27.35MB/426.9MB \u001b[34m20.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m20.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 68.86MB/526.7MB Pulling \u001b[34m22.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 23.23MB/27.36MB \u001b[34m20.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 17.74MB/72.38MB \u001b[34m20.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 27.88MB/426.9MB \u001b[34m20.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m20.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 69.14MB/526.7MB Pulling \u001b[34m22.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 23.51MB/27.36MB \u001b[34m20.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 17.74MB/72.38MB \u001b[34m20.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 27.88MB/426.9MB \u001b[34m20.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m20.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 69.14MB/526.7MB Pulling \u001b[34m22.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 23.51MB/27.36MB \u001b[34m20.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 17.74MB/72.38MB \u001b[34m20.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 27.88MB/426.9MB \u001b[34m20.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m20.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⡀⣿⠀⠀⠀\u001b[0m] 69.67MB/526.7MB Pulling \u001b[34m22.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 23.51MB/27.36MB \u001b[34m20.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 17.74MB/72.38MB \u001b[34m20.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 28.41MB/426.9MB \u001b[34m20.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m20.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣀⣿⠀⠀⠀\u001b[0m] 70.49MB/526.7MB Pulling \u001b[34m22.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 23.79MB/27.36MB \u001b[34m20.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 18.29MB/72.38MB \u001b[34m20.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 28.41MB/426.9MB \u001b[34m20.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m20.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣀⣿⠀⠀⠀\u001b[0m] 70.49MB/526.7MB Pulling \u001b[34m23.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 23.79MB/27.36MB \u001b[34m20.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 18.29MB/72.38MB \u001b[34m20.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 28.41MB/426.9MB \u001b[34m20.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m20.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣀⣿⠀⠀⠀\u001b[0m] 70.77MB/526.7MB Pulling \u001b[34m23.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 24.07MB/27.36MB \u001b[34m20.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 18.29MB/72.38MB \u001b[34m20.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 28.41MB/426.9MB \u001b[34m20.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m20.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣀⣿⠀⠀⠀\u001b[0m] 70.77MB/526.7MB Pulling \u001b[34m23.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 24.07MB/27.36MB \u001b[34m21.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 18.29MB/72.38MB \u001b[34m21.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 28.41MB/426.9MB \u001b[34m21.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m21.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 71.58MB/526.7MB Pulling \u001b[34m23.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 24.34MB/27.36MB \u001b[34m21.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 18.29MB/72.38MB \u001b[34m21.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 28.96MB/426.9MB \u001b[34m21.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m21.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 72.12MB/526.7MB Pulling \u001b[34m23.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 24.34MB/27.36MB \u001b[34m21.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 18.83MB/72.38MB \u001b[34m21.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 28.96MB/426.9MB \u001b[34m21.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m21.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 72.4MB/526.7MB Pulling \u001b[34m23.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 24.62MB/27.36MB \u001b[34m21.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 18.83MB/72.38MB \u001b[34m21.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 28.96MB/426.9MB \u001b[34m21.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m21.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 72.4MB/526.7MB Pulling \u001b[34m23.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 24.62MB/27.36MB \u001b[34m21.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 18.83MB/72.38MB \u001b[34m21.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 28.96MB/426.9MB \u001b[34m21.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m21.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 72.67MB/526.7MB Pulling \u001b[34m23.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 24.89MB/27.36MB \u001b[34m21.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 18.83MB/72.38MB \u001b[34m21.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 28.96MB/426.9MB \u001b[34m21.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m21.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 73.21MB/526.7MB Pulling \u001b[34m23.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 24.89MB/27.36MB \u001b[34m21.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 18.83MB/72.38MB \u001b[34m21.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 29.49MB/426.9MB \u001b[34m21.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m21.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 74.02MB/526.7MB Pulling \u001b[34m23.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 25.17MB/27.36MB \u001b[34m21.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 19.35MB/72.38MB \u001b[34m21.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 29.49MB/426.9MB \u001b[34m21.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m21.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 74.02MB/526.7MB Pulling \u001b[34m24.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 25.17MB/27.36MB \u001b[34m21.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 19.35MB/72.38MB \u001b[34m21.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 29.49MB/426.9MB \u001b[34m21.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m21.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 74.3MB/526.7MB Pulling \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 25.45MB/27.36MB \u001b[34m21.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 19.35MB/72.38MB \u001b[34m21.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 29.49MB/426.9MB \u001b[34m21.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m21.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 74.3MB/526.7MB Pulling \u001b[34m24.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 25.45MB/27.36MB \u001b[34m22.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 19.35MB/72.38MB \u001b[34m22.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 29.49MB/426.9MB \u001b[34m22.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m22.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 75.65MB/526.7MB Pulling \u001b[34m24.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 25.73MB/27.36MB \u001b[34m22.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 19.88MB/72.38MB \u001b[34m22.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 30.03MB/426.9MB \u001b[34m22.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m22.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 75.65MB/526.7MB Pulling \u001b[34m24.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 25.73MB/27.36MB \u001b[34m22.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 19.88MB/72.38MB \u001b[34m22.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 30.03MB/426.9MB \u001b[34m22.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m22.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 75.65MB/526.7MB Pulling \u001b[34m24.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 25.73MB/27.36MB \u001b[34m22.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 19.88MB/72.38MB \u001b[34m22.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 30.03MB/426.9MB \u001b[34m22.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m22.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 75.93MB/526.7MB Pulling \u001b[34m24.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 26.01MB/27.36MB \u001b[34m22.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 19.88MB/72.38MB \u001b[34m22.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 30.03MB/426.9MB \u001b[34m22.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m22.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 76.46MB/526.7MB Pulling \u001b[34m24.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 26.01MB/27.36MB \u001b[34m22.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 20.42MB/72.38MB \u001b[34m22.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 30.03MB/426.9MB \u001b[34m22.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m22.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 77MB/526.7MB Pulling \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 26.01MB/27.36MB \u001b[34m22.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 20.42MB/72.38MB \u001b[34m22.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 30.56MB/426.9MB \u001b[34m22.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m22.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 77.27MB/526.7MB Pulling \u001b[34m24.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 26.29MB/27.36MB \u001b[34m22.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 20.42MB/72.38MB \u001b[34m22.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 30.56MB/426.9MB \u001b[34m22.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m22.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 77.27MB/526.7MB Pulling \u001b[34m25.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 26.29MB/27.36MB \u001b[34m22.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 20.42MB/72.38MB \u001b[34m22.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 30.56MB/426.9MB \u001b[34m22.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m22.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 77.8MB/526.7MB Pulling \u001b[34m25.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 26.29MB/27.36MB \u001b[34m22.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 20.95MB/72.38MB \u001b[34m22.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 30.56MB/426.9MB \u001b[34m22.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m22.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 78.09MB/526.7MB Pulling \u001b[34m25.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 26.58MB/27.36MB \u001b[34m23.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 20.95MB/72.38MB \u001b[34m23.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 30.56MB/426.9MB \u001b[34m23.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m23.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 78.63MB/526.7MB Pulling \u001b[34m25.3s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 26.58MB/27.36MB \u001b[34m23.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 20.95MB/72.38MB \u001b[34m23.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 31.11MB/426.9MB \u001b[34m23.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m23.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 79.17MB/526.7MB Pulling \u001b[34m25.4s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 26.58MB/27.36MB \u001b[34m23.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 21.49MB/72.38MB \u001b[34m23.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 31.11MB/426.9MB \u001b[34m23.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m23.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 79.17MB/526.7MB Pulling \u001b[34m25.5s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 26.58MB/27.36MB \u001b[34m23.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 21.49MB/72.38MB \u001b[34m23.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 31.11MB/426.9MB \u001b[34m23.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m23.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 79.46MB/526.7MB Pulling \u001b[34m25.6s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 26.86MB/27.36MB \u001b[34m23.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 21.49MB/72.38MB \u001b[34m23.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 31.11MB/426.9MB \u001b[34m23.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m23.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 79.99MB/526.7MB Pulling \u001b[34m25.7s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 26.86MB/27.36MB \u001b[34m23.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 22.02MB/72.38MB \u001b[34m23.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 31.11MB/426.9MB \u001b[34m23.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m23.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 80.52MB/526.7MB Pulling \u001b[34m25.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 26.86MB/27.36MB \u001b[34m23.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 22.02MB/72.38MB \u001b[34m23.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 31.63MB/426.9MB \u001b[34m23.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m23.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 80.8MB/526.7MB Pulling \u001b[34m25.9s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 27.14MB/27.36MB \u001b[34m23.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 22.02MB/72.38MB \u001b[34m23.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 31.63MB/426.9MB \u001b[34m23.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m23.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 80.8MB/526.7MB Pulling \u001b[34m26.0s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 27.14MB/27.36MB \u001b[34m23.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 22.02MB/72.38MB \u001b[34m23.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 31.63MB/426.9MB \u001b[34m23.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m23.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 81.34MB/526.7MB Pulling \u001b[34m26.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 27.14MB/27.36MB \u001b[34m23.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 22.57MB/72.38MB \u001b[34m23.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 31.63MB/426.9MB \u001b[34m23.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.9s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m23.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣀⣿⠀⠀⠀\u001b[0m] 81.88MB/526.7MB Pulling \u001b[34m26.2s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 27.14MB/27.36MB \u001b[34m24.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 22.57MB/72.38MB \u001b[34m24.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 32.17MB/426.9MB \u001b[34m24.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.0s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m24.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 2/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⠀⠀\u001b[0m] 54.74MB/499.3MB Pulling \u001b[34m26.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 22.57MB/72.38MB \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 32.17MB/426.9MB \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m24.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 2/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⠀⠀\u001b[0m] 55.28MB/499.3MB Pulling \u001b[34m26.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 23.11MB/72.38MB \u001b[34m24.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 32.17MB/426.9MB \u001b[34m24.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.2s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m24.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⠀⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m1.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m aadc999ec938 Pulling fs layer \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m0.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m1.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m0.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m1.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m0.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m2.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m0.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m2.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m0.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m0.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Waiting \u001b[34m0.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m0.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m0.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m2.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m1.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m1.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m1.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 0B/0B Pulling \u001b[34m2.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Pulling fs layer \u001b[34m1.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m1.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m1.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 278.5kB/27.36MB Pulling \u001b[34m2.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 278.5kB/27.36MB \u001b[34m1.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Pulling fs layer \u001b[34m1.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m1.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 818.5kB/99.74MB Pulling \u001b[34m2.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 278.5kB/27.36MB \u001b[34m1.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 539.9kB/72.38MB \u001b[34m1.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m1.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 818.5kB/99.74MB Pulling \u001b[34m2.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 278.5kB/27.36MB \u001b[34m1.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 539.9kB/72.38MB \u001b[34m1.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m1.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 818.5kB/99.74MB Pulling \u001b[34m2.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 278.5kB/27.36MB \u001b[34m1.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 539.9kB/72.38MB \u001b[34m1.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m1.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 818.5kB/99.74MB Pulling \u001b[34m2.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 278.5kB/27.36MB \u001b[34m1.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 539.9kB/72.38MB \u001b[34m1.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m1.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 818.5kB/99.74MB Pulling \u001b[34m2.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 278.5kB/27.36MB \u001b[34m1.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 539.9kB/72.38MB \u001b[34m1.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m1.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 818.5kB/99.74MB Pulling \u001b[34m3.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 278.5kB/27.36MB \u001b[34m1.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 539.9kB/72.38MB \u001b[34m1.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Waiting \u001b[34m1.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m1.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 1.638MB/526.7MB Pulling \u001b[34m3.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 557.1kB/27.36MB \u001b[34m1.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 539.9kB/72.38MB \u001b[34m1.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 540.7kB/426.9MB \u001b[34m1.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m1.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m1.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 1.638MB/526.7MB Pulling \u001b[34m3.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 557.1kB/27.36MB \u001b[34m2.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 539.9kB/72.38MB \u001b[34m2.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 540.7kB/426.9MB \u001b[34m2.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m2.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 2.178MB/526.7MB Pulling \u001b[34m3.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 557.1kB/27.36MB \u001b[34m2.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 1.081MB/72.38MB \u001b[34m2.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 540.7kB/426.9MB \u001b[34m2.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m2.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 2.178MB/526.7MB Pulling \u001b[34m3.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 557.1kB/27.36MB \u001b[34m2.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 1.081MB/72.38MB \u001b[34m2.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 540.7kB/426.9MB \u001b[34m2.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m2.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 2.719MB/526.7MB Pulling \u001b[34m3.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 557.1kB/27.36MB \u001b[34m2.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 1.081MB/72.38MB \u001b[34m2.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 1.081MB/426.9MB \u001b[34m2.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m2.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 2.719MB/526.7MB Pulling \u001b[34m3.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 557.1kB/27.36MB \u001b[34m2.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 1.081MB/72.38MB \u001b[34m2.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 1.081MB/426.9MB \u001b[34m2.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m2.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 2.998MB/526.7MB Pulling \u001b[34m3.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 835.6kB/27.36MB \u001b[34m2.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 1.081MB/72.38MB \u001b[34m2.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 1.081MB/426.9MB \u001b[34m2.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m2.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 3.536MB/526.7MB Pulling \u001b[34m3.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 835.6kB/27.36MB \u001b[34m2.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 1.081MB/72.38MB \u001b[34m2.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 1.62MB/426.9MB \u001b[34m2.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m2.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 4.077MB/526.7MB Pulling \u001b[34m3.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 835.6kB/27.36MB \u001b[34m2.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 1.621MB/72.38MB \u001b[34m2.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 1.62MB/426.9MB \u001b[34m2.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m2.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 4.077MB/526.7MB Pulling \u001b[34m4.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 835.6kB/27.36MB \u001b[34m2.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 1.621MB/72.38MB \u001b[34m2.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 1.62MB/426.9MB \u001b[34m2.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m2.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 4.614MB/526.7MB Pulling \u001b[34m4.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 835.6kB/27.36MB \u001b[34m2.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 1.621MB/72.38MB \u001b[34m2.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 2.157MB/426.9MB \u001b[34m2.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m2.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m2.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 4.903MB/526.7MB Pulling \u001b[34m4.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 1.125MB/27.36MB \u001b[34m3.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 1.621MB/72.38MB \u001b[34m3.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 2.157MB/426.9MB \u001b[34m3.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m3.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 4.903MB/526.7MB Pulling \u001b[34m4.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 1.125MB/27.36MB \u001b[34m3.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 1.621MB/72.38MB \u001b[34m3.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 2.157MB/426.9MB \u001b[34m3.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m3.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 5.435MB/526.7MB Pulling \u001b[34m4.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 1.125MB/27.36MB \u001b[34m3.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 1.621MB/72.38MB \u001b[34m3.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 2.689MB/426.9MB \u001b[34m3.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m3.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 5.976MB/526.7MB Pulling \u001b[34m4.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 1.125MB/27.36MB \u001b[34m3.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 2.162MB/72.38MB \u001b[34m3.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 2.689MB/426.9MB \u001b[34m3.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m3.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 6.254MB/526.7MB Pulling \u001b[34m4.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 1.403MB/27.36MB \u001b[34m3.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 2.162MB/72.38MB \u001b[34m3.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 2.689MB/426.9MB \u001b[34m3.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m3.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 6.787MB/526.7MB Pulling \u001b[34m4.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 1.403MB/27.36MB \u001b[34m3.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 2.162MB/72.38MB \u001b[34m3.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 3.222MB/426.9MB \u001b[34m3.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m3.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 6.787MB/526.7MB Pulling \u001b[34m4.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 1.403MB/27.36MB \u001b[34m3.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 2.162MB/72.38MB \u001b[34m3.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 3.222MB/426.9MB \u001b[34m3.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m3.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 6.787MB/526.7MB Pulling \u001b[34m4.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 1.403MB/27.36MB \u001b[34m3.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 2.162MB/72.38MB \u001b[34m3.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 3.222MB/426.9MB \u001b[34m3.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m3.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 7.856MB/526.7MB Pulling \u001b[34m5.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 1.403MB/27.36MB \u001b[34m3.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 2.703MB/72.38MB \u001b[34m3.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 3.75MB/426.9MB \u001b[34m3.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m3.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 8.135MB/526.7MB Pulling \u001b[34m5.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 1.682MB/27.36MB \u001b[34m3.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 2.703MB/72.38MB \u001b[34m3.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 3.75MB/426.9MB \u001b[34m3.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m3.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m3.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 8.663MB/526.7MB Pulling \u001b[34m5.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 1.682MB/27.36MB \u001b[34m4.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 2.703MB/72.38MB \u001b[34m4.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 4.279MB/426.9MB \u001b[34m4.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m4.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 8.663MB/526.7MB Pulling \u001b[34m5.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 1.682MB/27.36MB \u001b[34m4.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 2.703MB/72.38MB \u001b[34m4.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 4.279MB/426.9MB \u001b[34m4.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m4.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 9.485MB/526.7MB Pulling \u001b[34m5.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 1.964MB/27.36MB \u001b[34m4.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 3.242MB/72.38MB \u001b[34m4.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 4.279MB/426.9MB \u001b[34m4.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m4.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 10.02MB/526.7MB Pulling \u001b[34m5.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 1.964MB/27.36MB \u001b[34m4.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 3.242MB/72.38MB \u001b[34m4.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 4.811MB/426.9MB \u001b[34m4.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m4.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 10.02MB/526.7MB Pulling \u001b[34m5.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 1.964MB/27.36MB \u001b[34m4.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 3.242MB/72.38MB \u001b[34m4.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 4.811MB/426.9MB \u001b[34m4.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m4.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 10.02MB/526.7MB Pulling \u001b[34m5.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 1.964MB/27.36MB \u001b[34m4.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 3.242MB/72.38MB \u001b[34m4.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 4.811MB/426.9MB \u001b[34m4.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m4.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 11.38MB/526.7MB Pulling \u001b[34m5.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 2.243MB/27.36MB \u001b[34m4.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 3.783MB/72.38MB \u001b[34m4.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 5.352MB/426.9MB \u001b[34m4.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m4.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 11.38MB/526.7MB Pulling \u001b[34m5.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 2.243MB/27.36MB \u001b[34m4.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 3.783MB/72.38MB \u001b[34m4.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 5.352MB/426.9MB \u001b[34m4.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m4.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 11.92MB/526.7MB Pulling \u001b[34m6.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 2.243MB/27.36MB \u001b[34m4.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 3.783MB/72.38MB \u001b[34m4.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 5.892MB/426.9MB \u001b[34m4.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m4.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 12.74MB/526.7MB Pulling \u001b[34m6.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 2.521MB/27.36MB \u001b[34m4.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 4.324MB/72.38MB \u001b[34m4.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 5.892MB/426.9MB \u001b[34m4.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m4.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m4.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 12.74MB/526.7MB Pulling \u001b[34m6.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 2.521MB/27.36MB \u001b[34m5.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 4.324MB/72.38MB \u001b[34m5.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 5.892MB/426.9MB \u001b[34m5.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m5.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 12.74MB/526.7MB Pulling \u001b[34m6.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 2.521MB/27.36MB \u001b[34m5.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 4.324MB/72.38MB \u001b[34m5.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 5.892MB/426.9MB \u001b[34m5.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m5.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 14.09MB/526.7MB Pulling \u001b[34m6.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 2.8MB/27.36MB \u001b[34m5.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 4.864MB/72.38MB \u001b[34m5.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 6.429MB/426.9MB \u001b[34m5.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m5.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 14.09MB/526.7MB Pulling \u001b[34m6.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 2.8MB/27.36MB \u001b[34m5.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 4.864MB/72.38MB \u001b[34m5.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 6.429MB/426.9MB \u001b[34m5.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m5.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 14.63MB/526.7MB Pulling \u001b[34m6.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 2.8MB/27.36MB \u001b[34m5.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 4.864MB/72.38MB \u001b[34m5.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 6.966MB/426.9MB \u001b[34m5.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m5.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 15.17MB/526.7MB Pulling \u001b[34m6.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 2.8MB/27.36MB \u001b[34m5.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 5.405MB/72.38MB \u001b[34m5.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 6.966MB/426.9MB \u001b[34m5.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m5.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 15.45MB/526.7MB Pulling \u001b[34m6.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 3.078MB/27.36MB \u001b[34m5.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 5.405MB/72.38MB \u001b[34m5.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 6.966MB/426.9MB \u001b[34m5.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m5.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 15.98MB/526.7MB Pulling \u001b[34m6.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 3.078MB/27.36MB \u001b[34m5.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 5.405MB/72.38MB \u001b[34m5.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 7.494MB/426.9MB \u001b[34m5.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m5.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 16.79MB/526.7MB Pulling \u001b[34m7.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 3.357MB/27.36MB \u001b[34m5.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 5.937MB/72.38MB \u001b[34m5.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 7.494MB/426.9MB \u001b[34m5.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m5.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⠀⠀⣿⠀⠀⠀\u001b[0m] 17.87MB/526.7MB Pulling \u001b[34m7.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 3.357MB/27.36MB \u001b[34m5.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 6.478MB/72.38MB \u001b[34m5.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 8.035MB/426.9MB \u001b[34m5.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m5.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m5.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 18.15MB/526.7MB Pulling \u001b[34m7.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 3.635MB/27.36MB \u001b[34m6.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 6.478MB/72.38MB \u001b[34m6.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 8.035MB/426.9MB \u001b[34m6.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m6.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 18.69MB/526.7MB Pulling \u001b[34m7.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 3.635MB/27.36MB \u001b[34m6.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 6.478MB/72.38MB \u001b[34m6.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 8.575MB/426.9MB \u001b[34m6.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m6.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 19.51MB/526.7MB Pulling \u001b[34m7.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 3.914MB/27.36MB \u001b[34m6.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 7.019MB/72.38MB \u001b[34m6.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 8.575MB/426.9MB \u001b[34m6.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m6.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 20.04MB/526.7MB Pulling \u001b[34m7.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 3.914MB/27.36MB \u001b[34m6.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 7.019MB/72.38MB \u001b[34m6.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 9.104MB/426.9MB \u001b[34m6.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m6.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 20.84MB/526.7MB Pulling \u001b[34m7.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 4.193MB/27.36MB \u001b[34m6.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 7.547MB/72.38MB \u001b[34m6.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 9.104MB/426.9MB \u001b[34m6.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m6.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 21.92MB/526.7MB Pulling \u001b[34m7.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 4.193MB/27.36MB \u001b[34m6.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 8.088MB/72.38MB \u001b[34m6.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 9.644MB/426.9MB \u001b[34m6.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m6.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 22.74MB/526.7MB Pulling \u001b[34m7.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 4.475MB/27.36MB \u001b[34m6.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 8.088MB/72.38MB \u001b[34m6.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 10.18MB/426.9MB \u001b[34m6.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m6.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 23.56MB/526.7MB Pulling \u001b[34m7.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 4.762MB/27.36MB \u001b[34m6.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 8.62MB/72.38MB \u001b[34m6.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 10.18MB/426.9MB \u001b[34m6.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m6.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 24.09MB/526.7MB Pulling \u001b[34m8.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 4.762MB/27.36MB \u001b[34m6.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 8.62MB/72.38MB \u001b[34m6.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 10.71MB/426.9MB \u001b[34m6.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m6.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 25.44MB/526.7MB Pulling \u001b[34m8.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 5.04MB/27.36MB \u001b[34m6.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 9.161MB/72.38MB \u001b[34m6.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 11.24MB/426.9MB \u001b[34m6.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m6.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m6.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 25.44MB/526.7MB Pulling \u001b[34m8.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 5.04MB/27.36MB \u001b[34m7.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 9.161MB/72.38MB \u001b[34m7.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 11.24MB/426.9MB \u001b[34m7.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m7.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 25.44MB/526.7MB Pulling \u001b[34m8.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 5.04MB/27.36MB \u001b[34m7.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 9.161MB/72.38MB \u001b[34m7.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 11.24MB/426.9MB \u001b[34m7.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m7.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 25.97MB/526.7MB Pulling \u001b[34m8.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 5.04MB/27.36MB \u001b[34m7.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 9.161MB/72.38MB \u001b[34m7.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 11.77MB/426.9MB \u001b[34m7.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m7.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 25.97MB/526.7MB Pulling \u001b[34m8.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 5.04MB/27.36MB \u001b[34m7.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 9.161MB/72.38MB \u001b[34m7.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 11.77MB/426.9MB \u001b[34m7.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m7.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 26.25MB/526.7MB Pulling \u001b[34m8.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 5.315MB/27.36MB \u001b[34m7.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 9.161MB/72.38MB \u001b[34m7.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 11.77MB/426.9MB \u001b[34m7.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m7.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⠀⣿⠀⠀⠀\u001b[0m] 26.79MB/526.7MB Pulling \u001b[34m8.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 5.315MB/27.36MB \u001b[34m7.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 9.161MB/72.38MB \u001b[34m7.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 12.31MB/426.9MB \u001b[34m7.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m7.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 27.33MB/526.7MB Pulling \u001b[34m8.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 5.315MB/27.36MB \u001b[34m7.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 9.702MB/72.38MB \u001b[34m7.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 12.31MB/426.9MB \u001b[34m7.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m7.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 27.61MB/526.7MB Pulling \u001b[34m8.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 5.602MB/27.36MB \u001b[34m7.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 9.702MB/72.38MB \u001b[34m7.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 12.31MB/426.9MB \u001b[34m7.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m7.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 28.15MB/526.7MB Pulling \u001b[34m9.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 5.602MB/27.36MB \u001b[34m7.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 9.702MB/72.38MB \u001b[34m7.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 12.85MB/426.9MB \u001b[34m7.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m7.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 28.7MB/526.7MB Pulling \u001b[34m9.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 5.602MB/27.36MB \u001b[34m7.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 10.24MB/72.38MB \u001b[34m7.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 12.85MB/426.9MB \u001b[34m7.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m7.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m7.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 28.97MB/526.7MB Pulling \u001b[34m9.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 5.88MB/27.36MB \u001b[34m8.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 10.24MB/72.38MB \u001b[34m8.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 12.85MB/426.9MB \u001b[34m8.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m8.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 29.5MB/526.7MB Pulling \u001b[34m9.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 5.88MB/27.36MB \u001b[34m8.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 10.24MB/72.38MB \u001b[34m8.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 13.38MB/426.9MB \u001b[34m8.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m8.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 29.5MB/526.7MB Pulling \u001b[34m9.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 5.88MB/27.36MB \u001b[34m8.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 10.24MB/72.38MB \u001b[34m8.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 13.38MB/426.9MB \u001b[34m8.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m8.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 30.04MB/526.7MB Pulling \u001b[34m9.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 5.88MB/27.36MB \u001b[34m8.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 10.78MB/72.38MB \u001b[34m8.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 13.38MB/426.9MB \u001b[34m8.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m8.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 30.58MB/526.7MB Pulling \u001b[34m9.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 5.88MB/27.36MB \u001b[34m8.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 10.78MB/72.38MB \u001b[34m8.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 13.92MB/426.9MB \u001b[34m8.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m8.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 30.86MB/526.7MB Pulling \u001b[34m9.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 6.159MB/27.36MB \u001b[34m8.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 10.78MB/72.38MB \u001b[34m8.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 13.92MB/426.9MB \u001b[34m8.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m8.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 31.4MB/526.7MB Pulling \u001b[34m9.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 6.159MB/27.36MB \u001b[34m8.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 10.78MB/72.38MB \u001b[34m8.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 14.46MB/426.9MB \u001b[34m8.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m8.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 31.93MB/526.7MB Pulling \u001b[34m9.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 6.159MB/27.36MB \u001b[34m8.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 11.31MB/72.38MB \u001b[34m8.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 14.46MB/426.9MB \u001b[34m8.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m8.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 31.93MB/526.7MB Pulling \u001b[34m10.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 6.159MB/27.36MB \u001b[34m8.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 11.31MB/72.38MB \u001b[34m8.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 14.46MB/426.9MB \u001b[34m8.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m8.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 31.93MB/526.7MB Pulling \u001b[34m10.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 6.159MB/27.36MB \u001b[34m8.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 11.31MB/72.38MB \u001b[34m8.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 14.46MB/426.9MB \u001b[34m8.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m8.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m8.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 32.74MB/526.7MB Pulling \u001b[34m10.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 6.437MB/27.36MB \u001b[34m9.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 11.31MB/72.38MB \u001b[34m9.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 14.99MB/426.9MB \u001b[34m9.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m9.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 32.74MB/526.7MB Pulling \u001b[34m10.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 6.437MB/27.36MB \u001b[34m9.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 11.31MB/72.38MB \u001b[34m9.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 14.99MB/426.9MB \u001b[34m9.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m9.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 33.55MB/526.7MB Pulling \u001b[34m10.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 6.716MB/27.36MB \u001b[34m9.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 11.85MB/72.38MB \u001b[34m9.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 14.99MB/426.9MB \u001b[34m9.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m9.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 34.09MB/526.7MB Pulling \u001b[34m10.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 6.716MB/27.36MB \u001b[34m9.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 11.85MB/72.38MB \u001b[34m9.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 15.53MB/426.9MB \u001b[34m9.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m9.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 34.09MB/526.7MB Pulling \u001b[34m10.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 6.716MB/27.36MB \u001b[34m9.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 11.85MB/72.38MB \u001b[34m9.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 15.53MB/426.9MB \u001b[34m9.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m9.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⡀⡀⣿⠀⠀⠀\u001b[0m] 34.09MB/526.7MB Pulling \u001b[34m10.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 6.716MB/27.36MB \u001b[34m9.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 11.85MB/72.38MB \u001b[34m9.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 15.53MB/426.9MB \u001b[34m9.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m9.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 34.92MB/526.7MB Pulling \u001b[34m10.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 6.998MB/27.36MB \u001b[34m9.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 12.39MB/72.38MB \u001b[34m9.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 15.53MB/426.9MB \u001b[34m9.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m9.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 35.74MB/526.7MB Pulling \u001b[34m10.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 7.277MB/27.36MB \u001b[34m9.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 12.39MB/72.38MB \u001b[34m9.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 16.07MB/426.9MB \u001b[34m9.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m9.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 35.74MB/526.7MB Pulling \u001b[34m11.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 7.277MB/27.36MB \u001b[34m9.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 12.39MB/72.38MB \u001b[34m9.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 16.07MB/426.9MB \u001b[34m9.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m9.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 36.27MB/526.7MB Pulling \u001b[34m11.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 7.277MB/27.36MB \u001b[34m9.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 12.92MB/72.38MB \u001b[34m9.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 16.07MB/426.9MB \u001b[34m9.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m9.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m9.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 36.56MB/526.7MB Pulling \u001b[34m11.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 7.564MB/27.36MB \u001b[34m10.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 12.92MB/72.38MB \u001b[34m10.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 16.07MB/426.9MB \u001b[34m10.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m10.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 37.1MB/526.7MB Pulling \u001b[34m11.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 7.564MB/27.36MB \u001b[34m10.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 12.92MB/72.38MB \u001b[34m10.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 16.61MB/426.9MB \u001b[34m10.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m10.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 37.1MB/526.7MB Pulling \u001b[34m11.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 7.564MB/27.36MB \u001b[34m10.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 12.92MB/72.38MB \u001b[34m10.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 16.61MB/426.9MB \u001b[34m10.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m10.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 37.9MB/526.7MB Pulling \u001b[34m11.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 7.838MB/27.36MB \u001b[34m10.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 13.45MB/72.38MB \u001b[34m10.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 16.61MB/426.9MB \u001b[34m10.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m10.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 37.9MB/526.7MB Pulling \u001b[34m11.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 7.838MB/27.36MB \u001b[34m10.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 13.45MB/72.38MB \u001b[34m10.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 16.61MB/426.9MB \u001b[34m10.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m10.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 38.18MB/526.7MB Pulling \u001b[34m11.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 8.117MB/27.36MB \u001b[34m10.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 13.45MB/72.38MB \u001b[34m10.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 16.61MB/426.9MB \u001b[34m10.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m10.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 39.25MB/526.7MB Pulling \u001b[34m11.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 8.117MB/27.36MB \u001b[34m10.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 13.99MB/72.38MB \u001b[34m10.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 17.14MB/426.9MB \u001b[34m10.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m10.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 39.25MB/526.7MB Pulling \u001b[34m11.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 8.117MB/27.36MB \u001b[34m10.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 13.99MB/72.38MB \u001b[34m10.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 17.14MB/426.9MB \u001b[34m10.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m10.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 39.25MB/526.7MB Pulling \u001b[34m12.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 8.117MB/27.36MB \u001b[34m10.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 13.99MB/72.38MB \u001b[34m10.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 17.14MB/426.9MB \u001b[34m10.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m10.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 40.08MB/526.7MB Pulling \u001b[34m12.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 8.403MB/27.36MB \u001b[34m10.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 14.53MB/72.38MB \u001b[34m10.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 17.14MB/426.9MB \u001b[34m10.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m10.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m10.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 40.08MB/526.7MB Pulling \u001b[34m12.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 8.403MB/27.36MB \u001b[34m11.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 14.53MB/72.38MB \u001b[34m11.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 17.14MB/426.9MB \u001b[34m11.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m11.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 40.36MB/526.7MB Pulling \u001b[34m12.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 8.682MB/27.36MB \u001b[34m11.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 14.53MB/72.38MB \u001b[34m11.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 17.14MB/426.9MB \u001b[34m11.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m11.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 40.36MB/526.7MB Pulling \u001b[34m12.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 8.682MB/27.36MB \u001b[34m11.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 14.53MB/72.38MB \u001b[34m11.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 17.14MB/426.9MB \u001b[34m11.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m11.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 41.72MB/526.7MB Pulling \u001b[34m12.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 8.968MB/27.36MB \u001b[34m11.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 15.07MB/72.38MB \u001b[34m11.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 17.68MB/426.9MB \u001b[34m11.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m11.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 41.72MB/526.7MB Pulling \u001b[34m12.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 8.968MB/27.36MB \u001b[34m11.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 15.07MB/72.38MB \u001b[34m11.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 17.68MB/426.9MB \u001b[34m11.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m11.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 42.55MB/526.7MB Pulling \u001b[34m12.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 9.255MB/27.36MB \u001b[34m11.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 15.61MB/72.38MB \u001b[34m11.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 17.68MB/426.9MB \u001b[34m11.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m11.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 42.55MB/526.7MB Pulling \u001b[34m12.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 9.255MB/27.36MB \u001b[34m11.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 15.61MB/72.38MB \u001b[34m11.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 17.68MB/426.9MB \u001b[34m11.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m11.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 43.37MB/526.7MB Pulling \u001b[34m12.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 9.538MB/27.36MB \u001b[34m11.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 16.15MB/72.38MB \u001b[34m11.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 17.68MB/426.9MB \u001b[34m11.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m11.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 43.37MB/526.7MB Pulling \u001b[34m13.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 9.538MB/27.36MB \u001b[34m11.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 16.15MB/72.38MB \u001b[34m11.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 17.68MB/426.9MB \u001b[34m11.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m11.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 43.37MB/526.7MB Pulling \u001b[34m13.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 9.538MB/27.36MB \u001b[34m11.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 16.15MB/72.38MB \u001b[34m11.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 17.68MB/426.9MB \u001b[34m11.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m11.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m11.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 43.91MB/526.7MB Pulling \u001b[34m13.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 9.538MB/27.36MB \u001b[34m12.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 16.69MB/72.38MB \u001b[34m12.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 17.68MB/426.9MB \u001b[34m12.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m12.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 44.73MB/526.7MB Pulling \u001b[34m13.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 9.816MB/27.36MB \u001b[34m12.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 16.69MB/72.38MB \u001b[34m12.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m12.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m12.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 45.27MB/526.7MB Pulling \u001b[34m13.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 9.816MB/27.36MB \u001b[34m12.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 17.23MB/72.38MB \u001b[34m12.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m12.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m12.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 45.27MB/526.7MB Pulling \u001b[34m13.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 9.816MB/27.36MB \u001b[34m12.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 17.23MB/72.38MB \u001b[34m12.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m12.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m12.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 45.81MB/526.7MB Pulling \u001b[34m13.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 9.816MB/27.36MB \u001b[34m12.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 17.77MB/72.38MB \u001b[34m12.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m12.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m12.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 46.1MB/526.7MB Pulling \u001b[34m13.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 10.1MB/27.36MB \u001b[34m12.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 17.77MB/72.38MB \u001b[34m12.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m12.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m12.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⡀⣿⠀⠀⠀\u001b[0m] 46.1MB/526.7MB Pulling \u001b[34m13.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 10.1MB/27.36MB \u001b[34m12.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 17.77MB/72.38MB \u001b[34m12.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m12.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m12.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⣀⣿⠀⠀⠀\u001b[0m] 46.64MB/526.7MB Pulling \u001b[34m13.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 10.1MB/27.36MB \u001b[34m12.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 18.31MB/72.38MB \u001b[34m12.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m12.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m12.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⣀⣿⠀⠀⠀\u001b[0m] 47.17MB/526.7MB Pulling \u001b[34m14.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 10.1MB/27.36MB \u001b[34m12.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 18.84MB/72.38MB \u001b[34m12.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m12.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m12.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⣀⣿⠀⠀⠀\u001b[0m] 47.17MB/526.7MB Pulling \u001b[34m14.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 10.1MB/27.36MB \u001b[34m12.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 18.84MB/72.38MB \u001b[34m12.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m12.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m12.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m12.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⣀⣿⠀⠀⠀\u001b[0m] 47.7MB/526.7MB Pulling \u001b[34m14.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 10.1MB/27.36MB \u001b[34m13.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 19.37MB/72.38MB \u001b[34m13.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 18.23MB/426.9MB \u001b[34m13.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m13.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⣀⣿⠀⠀⠀\u001b[0m] 48.51MB/526.7MB Pulling \u001b[34m14.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 10.38MB/27.36MB \u001b[34m13.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 19.37MB/72.38MB \u001b[34m13.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 18.76MB/426.9MB \u001b[34m13.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m13.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⣀⣿⠀⠀⠀\u001b[0m] 49.04MB/526.7MB Pulling \u001b[34m14.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 10.38MB/27.36MB \u001b[34m13.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 19.9MB/72.38MB \u001b[34m13.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 18.76MB/426.9MB \u001b[34m13.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m13.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⣀⣿⠀⠀⠀\u001b[0m] 49.04MB/526.7MB Pulling \u001b[34m14.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 10.38MB/27.36MB \u001b[34m13.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 19.9MB/72.38MB \u001b[34m13.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 18.76MB/426.9MB \u001b[34m13.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m13.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣀⣀⣿⠀⠀⠀\u001b[0m] 49.58MB/526.7MB Pulling \u001b[34m14.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 10.38MB/27.36MB \u001b[34m13.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 20.44MB/72.38MB \u001b[34m13.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 18.76MB/426.9MB \u001b[34m13.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m13.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 49.86MB/526.7MB Pulling \u001b[34m14.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 10.66MB/27.36MB \u001b[34m13.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 20.44MB/72.38MB \u001b[34m13.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 18.76MB/426.9MB \u001b[34m13.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m13.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 49.86MB/526.7MB Pulling \u001b[34m14.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 10.66MB/27.36MB \u001b[34m13.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 20.44MB/72.38MB \u001b[34m13.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 18.76MB/426.9MB \u001b[34m13.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m13.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 49.86MB/526.7MB Pulling \u001b[34m14.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 10.66MB/27.36MB \u001b[34m13.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 20.44MB/72.38MB \u001b[34m13.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 18.76MB/426.9MB \u001b[34m13.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m13.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 50.39MB/526.7MB Pulling \u001b[34m15.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 10.66MB/27.36MB \u001b[34m13.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 20.97MB/72.38MB \u001b[34m13.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 18.76MB/426.9MB \u001b[34m13.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m13.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 50.67MB/526.7MB Pulling \u001b[34m15.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 10.94MB/27.36MB \u001b[34m13.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 20.97MB/72.38MB \u001b[34m13.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 18.76MB/426.9MB \u001b[34m13.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m13.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m13.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 51.21MB/526.7MB Pulling \u001b[34m15.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 10.94MB/27.36MB \u001b[34m14.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 20.97MB/72.38MB \u001b[34m14.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 19.3MB/426.9MB \u001b[34m14.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m14.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 52.03MB/526.7MB Pulling \u001b[34m15.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 11.22MB/27.36MB \u001b[34m14.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 21.51MB/72.38MB \u001b[34m14.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 19.3MB/426.9MB \u001b[34m14.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m14.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 52.03MB/526.7MB Pulling \u001b[34m15.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 11.22MB/27.36MB \u001b[34m14.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 21.51MB/72.38MB \u001b[34m14.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 19.3MB/426.9MB \u001b[34m14.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m14.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 52.03MB/526.7MB Pulling \u001b[34m15.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 11.22MB/27.36MB \u001b[34m14.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 21.51MB/72.38MB \u001b[34m14.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 19.3MB/426.9MB \u001b[34m14.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m14.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 52.56MB/526.7MB Pulling \u001b[34m15.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 11.22MB/27.36MB \u001b[34m14.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 22.04MB/72.38MB \u001b[34m14.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 19.3MB/426.9MB \u001b[34m14.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m14.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 52.84MB/526.7MB Pulling \u001b[34m15.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 11.5MB/27.36MB \u001b[34m14.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 22.04MB/72.38MB \u001b[34m14.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 19.3MB/426.9MB \u001b[34m14.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m14.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 52.84MB/526.7MB Pulling \u001b[34m15.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 11.5MB/27.36MB \u001b[34m14.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 22.04MB/72.38MB \u001b[34m14.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 19.3MB/426.9MB \u001b[34m14.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m14.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 52.84MB/526.7MB Pulling \u001b[34m15.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 11.5MB/27.36MB \u001b[34m14.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 22.04MB/72.38MB \u001b[34m14.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 19.3MB/426.9MB \u001b[34m14.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m14.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 52.84MB/526.7MB Pulling \u001b[34m16.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 11.5MB/27.36MB \u001b[34m14.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 22.04MB/72.38MB \u001b[34m14.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 19.3MB/426.9MB \u001b[34m14.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m14.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 53.12MB/526.7MB Pulling \u001b[34m16.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 11.78MB/27.36MB \u001b[34m14.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 22.04MB/72.38MB \u001b[34m14.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 19.3MB/426.9MB \u001b[34m14.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m14.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m14.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 53.66MB/526.7MB Pulling \u001b[34m16.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 11.78MB/27.36MB \u001b[34m15.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 22.04MB/72.38MB \u001b[34m15.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m15.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m15.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 54.2MB/526.7MB Pulling \u001b[34m16.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 11.78MB/27.36MB \u001b[34m15.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 22.58MB/72.38MB \u001b[34m15.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m15.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m15.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 54.2MB/526.7MB Pulling \u001b[34m16.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 11.78MB/27.36MB \u001b[34m15.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 22.58MB/72.38MB \u001b[34m15.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m15.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m15.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 54.2MB/526.7MB Pulling \u001b[34m16.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 11.78MB/27.36MB \u001b[34m15.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 22.58MB/72.38MB \u001b[34m15.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m15.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m15.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 54.2MB/526.7MB Pulling \u001b[34m16.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 11.78MB/27.36MB \u001b[34m15.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 22.58MB/72.38MB \u001b[34m15.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m15.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m15.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 54.48MB/526.7MB Pulling \u001b[34m16.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m15.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 22.58MB/72.38MB \u001b[34m15.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m15.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m15.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 54.48MB/526.7MB Pulling \u001b[34m16.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m15.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 22.58MB/72.38MB \u001b[34m15.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m15.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m15.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 54.48MB/526.7MB Pulling \u001b[34m16.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m15.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 22.58MB/72.38MB \u001b[34m15.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m15.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m15.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 54.48MB/526.7MB Pulling \u001b[34m17.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m15.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 22.58MB/72.38MB \u001b[34m15.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m15.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m15.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 54.48MB/526.7MB Pulling \u001b[34m17.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m15.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 22.58MB/72.38MB \u001b[34m15.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m15.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m15.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m15.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 54.48MB/526.7MB Pulling \u001b[34m17.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m16.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 22.58MB/72.38MB \u001b[34m16.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m16.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m16.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 54.48MB/526.7MB Pulling \u001b[34m17.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m16.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 22.58MB/72.38MB \u001b[34m16.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m16.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m16.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 54.48MB/526.7MB Pulling \u001b[34m17.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m16.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 22.58MB/72.38MB \u001b[34m16.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m16.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m16.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 54.48MB/526.7MB Pulling \u001b[34m17.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m16.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 22.58MB/72.38MB \u001b[34m16.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m16.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m16.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 55.01MB/526.7MB Pulling \u001b[34m17.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m16.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 23.11MB/72.38MB \u001b[34m16.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m16.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m16.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 55.01MB/526.7MB Pulling \u001b[34m17.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m16.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 23.11MB/72.38MB \u001b[34m16.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m16.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m16.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 55.01MB/526.7MB Pulling \u001b[34m17.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m16.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 23.11MB/72.38MB \u001b[34m16.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m16.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m16.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 55.01MB/526.7MB Pulling \u001b[34m17.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m16.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 23.11MB/72.38MB \u001b[34m16.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m16.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m16.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 55.01MB/526.7MB Pulling \u001b[34m18.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 12.07MB/27.36MB \u001b[34m16.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 23.11MB/72.38MB \u001b[34m16.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m16.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m16.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 55.83MB/526.7MB Pulling \u001b[34m18.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 12.34MB/27.36MB \u001b[34m16.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 23.65MB/72.38MB \u001b[34m16.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m16.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m16.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m16.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 55.83MB/526.7MB Pulling \u001b[34m18.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 12.34MB/27.36MB \u001b[34m17.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 23.65MB/72.38MB \u001b[34m17.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 19.84MB/426.9MB \u001b[34m17.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m17.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 56.65MB/526.7MB Pulling \u001b[34m18.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 12.62MB/27.36MB \u001b[34m17.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 23.65MB/72.38MB \u001b[34m17.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 20.38MB/426.9MB \u001b[34m17.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m17.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 57.19MB/526.7MB Pulling \u001b[34m18.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 12.62MB/27.36MB \u001b[34m17.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 24.19MB/72.38MB \u001b[34m17.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 20.38MB/426.9MB \u001b[34m17.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m17.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 57.19MB/526.7MB Pulling \u001b[34m18.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 12.62MB/27.36MB \u001b[34m17.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 24.19MB/72.38MB \u001b[34m17.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 20.38MB/426.9MB \u001b[34m17.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m17.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 57.47MB/526.7MB Pulling \u001b[34m18.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 12.9MB/27.36MB \u001b[34m17.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 24.19MB/72.38MB \u001b[34m17.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 20.38MB/426.9MB \u001b[34m17.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m17.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 58.01MB/526.7MB Pulling \u001b[34m18.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 12.9MB/27.36MB \u001b[34m17.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 24.73MB/72.38MB \u001b[34m17.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 20.38MB/426.9MB \u001b[34m17.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m17.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 58.3MB/526.7MB Pulling \u001b[34m18.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 13.19MB/27.36MB \u001b[34m17.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 24.73MB/72.38MB \u001b[34m17.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 20.38MB/426.9MB \u001b[34m17.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m17.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 58.84MB/526.7MB Pulling \u001b[34m18.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 13.19MB/27.36MB \u001b[34m17.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 25.27MB/72.38MB \u001b[34m17.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 20.38MB/426.9MB \u001b[34m17.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m17.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 59.64MB/526.7MB Pulling \u001b[34m19.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 13.47MB/27.36MB \u001b[34m17.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 25.27MB/72.38MB \u001b[34m17.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 20.9MB/426.9MB \u001b[34m17.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m17.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣄⣀⣿⠀⠀⠀\u001b[0m] 60.19MB/526.7MB Pulling \u001b[34m19.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 13.47MB/27.36MB \u001b[34m17.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 25.82MB/72.38MB \u001b[34m17.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 20.9MB/426.9MB \u001b[34m17.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m17.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m17.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣀⣿⠀⠀⠀\u001b[0m] 60.47MB/526.7MB Pulling \u001b[34m19.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 13.75MB/27.36MB \u001b[34m18.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 25.82MB/72.38MB \u001b[34m18.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 20.9MB/426.9MB \u001b[34m18.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m18.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣀⣿⠀⠀⠀\u001b[0m] 61.01MB/526.7MB Pulling \u001b[34m19.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 13.75MB/27.36MB \u001b[34m18.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 26.36MB/72.38MB \u001b[34m18.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 20.9MB/426.9MB \u001b[34m18.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m18.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣀⣿⠀⠀⠀\u001b[0m] 62.36MB/526.7MB Pulling \u001b[34m19.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 14.03MB/27.36MB \u001b[34m18.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 26.89MB/72.38MB \u001b[34m18.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 21.43MB/426.9MB \u001b[34m18.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m18.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣀⣿⠀⠀⠀\u001b[0m] 63.16MB/526.7MB Pulling \u001b[34m19.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 14.31MB/27.36MB \u001b[34m18.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 27.42MB/72.38MB \u001b[34m18.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 21.43MB/426.9MB \u001b[34m18.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m18.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣀⣿⠀⠀⠀\u001b[0m] 63.16MB/526.7MB Pulling \u001b[34m19.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 14.31MB/27.36MB \u001b[34m18.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 27.42MB/72.38MB \u001b[34m18.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 21.43MB/426.9MB \u001b[34m18.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m18.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 64.78MB/526.7MB Pulling \u001b[34m19.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 14.86MB/27.36MB \u001b[34m18.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 27.95MB/72.38MB \u001b[34m18.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 21.97MB/426.9MB \u001b[34m18.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m18.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 65.58MB/526.7MB Pulling \u001b[34m19.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 15.14MB/27.36MB \u001b[34m18.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 28.48MB/72.38MB \u001b[34m18.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 21.97MB/426.9MB \u001b[34m18.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m18.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 66.12MB/526.7MB Pulling \u001b[34m19.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 15.14MB/27.36MB \u001b[34m18.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 29.02MB/72.38MB \u001b[34m18.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 21.97MB/426.9MB \u001b[34m18.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m18.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 67.76MB/526.7MB Pulling \u001b[34m20.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 15.7MB/27.36MB \u001b[34m18.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 29.56MB/72.38MB \u001b[34m18.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 22.51MB/426.9MB \u001b[34m18.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m18.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 67.76MB/526.7MB Pulling \u001b[34m20.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 15.7MB/27.36MB \u001b[34m18.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 29.56MB/72.38MB \u001b[34m18.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 22.51MB/426.9MB \u001b[34m18.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m18.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m18.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 67.76MB/526.7MB Pulling \u001b[34m20.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 15.7MB/27.36MB \u001b[34m19.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 29.56MB/72.38MB \u001b[34m19.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 22.51MB/426.9MB \u001b[34m19.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m19.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 69.4MB/526.7MB Pulling \u001b[34m20.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 16.25MB/27.36MB \u001b[34m19.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 30.64MB/72.38MB \u001b[34m19.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 22.51MB/426.9MB \u001b[34m19.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m19.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 69.4MB/526.7MB Pulling \u001b[34m20.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 16.25MB/27.36MB \u001b[34m19.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 30.64MB/72.38MB \u001b[34m19.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 22.51MB/426.9MB \u001b[34m19.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m19.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 70.21MB/526.7MB Pulling \u001b[34m20.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 16.53MB/27.36MB \u001b[34m19.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 30.64MB/72.38MB \u001b[34m19.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 23.04MB/426.9MB \u001b[34m19.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m19.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 70.74MB/526.7MB Pulling \u001b[34m20.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 16.53MB/27.36MB \u001b[34m19.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 31.17MB/72.38MB \u001b[34m19.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 23.04MB/426.9MB \u001b[34m19.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m19.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 70.74MB/526.7MB Pulling \u001b[34m20.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 16.53MB/27.36MB \u001b[34m19.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 31.17MB/72.38MB \u001b[34m19.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 23.04MB/426.9MB \u001b[34m19.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m19.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 71.28MB/526.7MB Pulling \u001b[34m20.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 16.53MB/27.36MB \u001b[34m19.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 31.71MB/72.38MB \u001b[34m19.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 23.04MB/426.9MB \u001b[34m19.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m19.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 71.56MB/526.7MB Pulling \u001b[34m20.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 16.81MB/27.36MB \u001b[34m19.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 31.71MB/72.38MB \u001b[34m19.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 23.04MB/426.9MB \u001b[34m19.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m19.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 72.09MB/526.7MB Pulling \u001b[34m21.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 16.81MB/27.36MB \u001b[34m19.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 31.71MB/72.38MB \u001b[34m19.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 23.57MB/426.9MB \u001b[34m19.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m19.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 72.63MB/526.7MB Pulling \u001b[34m21.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 16.81MB/27.36MB \u001b[34m19.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 32.25MB/72.38MB \u001b[34m19.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 23.57MB/426.9MB \u001b[34m19.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m19.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m19.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 72.92MB/526.7MB Pulling \u001b[34m21.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 17.09MB/27.36MB \u001b[34m20.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 32.25MB/72.38MB \u001b[34m20.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 23.57MB/426.9MB \u001b[34m20.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m20.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 72.92MB/526.7MB Pulling \u001b[34m21.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 17.09MB/27.36MB \u001b[34m20.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 32.25MB/72.38MB \u001b[34m20.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 23.57MB/426.9MB \u001b[34m20.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m20.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 73.46MB/526.7MB Pulling \u001b[34m21.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 17.09MB/27.36MB \u001b[34m20.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 32.79MB/72.38MB \u001b[34m20.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 23.57MB/426.9MB \u001b[34m20.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m20.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣤⣄⣿⠀⠀⠀\u001b[0m] 73.46MB/526.7MB Pulling \u001b[34m21.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 17.09MB/27.36MB \u001b[34m20.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 32.79MB/72.38MB \u001b[34m20.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 23.57MB/426.9MB \u001b[34m20.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m20.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 74.28MB/526.7MB Pulling \u001b[34m21.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 17.37MB/27.36MB \u001b[34m20.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 32.79MB/72.38MB \u001b[34m20.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 24.12MB/426.9MB \u001b[34m20.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m20.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 74.56MB/526.7MB Pulling \u001b[34m21.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 17.65MB/27.36MB \u001b[34m20.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 32.79MB/72.38MB \u001b[34m20.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 24.12MB/426.9MB \u001b[34m20.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m20.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 75.09MB/526.7MB Pulling \u001b[34m21.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 17.65MB/27.36MB \u001b[34m20.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 33.32MB/72.38MB \u001b[34m20.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 24.12MB/426.9MB \u001b[34m20.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m20.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 75.09MB/526.7MB Pulling \u001b[34m21.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 17.65MB/27.36MB \u001b[34m20.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 33.32MB/72.38MB \u001b[34m20.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 24.12MB/426.9MB \u001b[34m20.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m20.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 75.9MB/526.7MB Pulling \u001b[34m22.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 17.93MB/27.36MB \u001b[34m20.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 33.32MB/72.38MB \u001b[34m20.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 24.64MB/426.9MB \u001b[34m20.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m20.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 76.43MB/526.7MB Pulling \u001b[34m22.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 17.93MB/27.36MB \u001b[34m20.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 33.86MB/72.38MB \u001b[34m20.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 24.64MB/426.9MB \u001b[34m20.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m20.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m20.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 76.7MB/526.7MB Pulling \u001b[34m22.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 18.2MB/27.36MB \u001b[34m21.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 33.86MB/72.38MB \u001b[34m21.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 24.64MB/426.9MB \u001b[34m21.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m21.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 76.7MB/526.7MB Pulling \u001b[34m22.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 18.2MB/27.36MB \u001b[34m21.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 33.86MB/72.38MB \u001b[34m21.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 24.64MB/426.9MB \u001b[34m21.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m21.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 76.98MB/526.7MB Pulling \u001b[34m22.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 18.48MB/27.36MB \u001b[34m21.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 33.86MB/72.38MB \u001b[34m21.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 24.64MB/426.9MB \u001b[34m21.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m21.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 77.79MB/526.7MB Pulling \u001b[34m22.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 18.76MB/27.36MB \u001b[34m21.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 33.86MB/72.38MB \u001b[34m21.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 25.17MB/426.9MB \u001b[34m21.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m21.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 78.33MB/526.7MB Pulling \u001b[34m22.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 18.76MB/27.36MB \u001b[34m21.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 34.4MB/72.38MB \u001b[34m21.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 25.17MB/426.9MB \u001b[34m21.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m21.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 78.62MB/526.7MB Pulling \u001b[34m22.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 19.05MB/27.36MB \u001b[34m21.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 34.4MB/72.38MB \u001b[34m21.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 25.17MB/426.9MB \u001b[34m21.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m21.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 78.62MB/526.7MB Pulling \u001b[34m22.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 19.05MB/27.36MB \u001b[34m21.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 34.4MB/72.38MB \u001b[34m21.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 25.17MB/426.9MB \u001b[34m21.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m21.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 79.18MB/526.7MB Pulling \u001b[34m22.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 19.61MB/27.36MB \u001b[34m21.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 34.4MB/72.38MB \u001b[34m21.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 25.17MB/426.9MB \u001b[34m21.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m21.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 79.18MB/526.7MB Pulling \u001b[34m23.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 19.61MB/27.36MB \u001b[34m21.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 34.4MB/72.38MB \u001b[34m21.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 25.17MB/426.9MB \u001b[34m21.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m21.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 79.99MB/526.7MB Pulling \u001b[34m23.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 19.89MB/27.36MB \u001b[34m21.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 34.4MB/72.38MB \u001b[34m21.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 25.71MB/426.9MB \u001b[34m21.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m21.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m21.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 80.27MB/526.7MB Pulling \u001b[34m23.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 20.17MB/27.36MB \u001b[34m22.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 34.4MB/72.38MB \u001b[34m22.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 25.71MB/426.9MB \u001b[34m22.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m22.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 81.08MB/526.7MB Pulling \u001b[34m23.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 20.45MB/27.36MB \u001b[34m22.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 34.92MB/72.38MB \u001b[34m22.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 25.71MB/426.9MB \u001b[34m22.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m22.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣦⣄⣿⠀⠀⠀\u001b[0m] 81.08MB/526.7MB Pulling \u001b[34m23.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 20.45MB/27.36MB \u001b[34m22.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 34.92MB/72.38MB \u001b[34m22.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 25.71MB/426.9MB \u001b[34m22.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m22.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣄⣿⠀⠀⠀\u001b[0m] 81.36MB/526.7MB Pulling \u001b[34m23.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 20.72MB/27.36MB \u001b[34m22.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 34.92MB/72.38MB \u001b[34m22.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 25.71MB/426.9MB \u001b[34m22.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m22.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣄⣿⠀⠀⠀\u001b[0m] 81.9MB/526.7MB Pulling \u001b[34m23.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 20.72MB/27.36MB \u001b[34m22.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 34.92MB/72.38MB \u001b[34m22.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 26.25MB/426.9MB \u001b[34m22.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m22.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣄⣿⠀⠀⠀\u001b[0m] 82.18MB/526.7MB Pulling \u001b[34m23.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 21MB/27.36MB \u001b[34m22.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 34.92MB/72.38MB \u001b[34m22.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 26.25MB/426.9MB \u001b[34m22.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m22.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣄⣿⠀⠀⠀\u001b[0m] 82.71MB/526.7MB Pulling \u001b[34m23.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 21MB/27.36MB \u001b[34m22.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 35.45MB/72.38MB \u001b[34m22.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 26.25MB/426.9MB \u001b[34m22.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m22.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣄⣿⠀⠀⠀\u001b[0m] 82.98MB/526.7MB Pulling \u001b[34m23.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 21.28MB/27.36MB \u001b[34m22.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 35.45MB/72.38MB \u001b[34m22.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 26.25MB/426.9MB \u001b[34m22.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m22.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣄⣿⠀⠀⠀\u001b[0m] 83.52MB/526.7MB Pulling \u001b[34m24.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 21.28MB/27.36MB \u001b[34m22.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 35.45MB/72.38MB \u001b[34m22.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 26.79MB/426.9MB \u001b[34m22.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m22.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣄⣿⠀⠀⠀\u001b[0m] 83.8MB/526.7MB Pulling \u001b[34m24.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 21.56MB/27.36MB \u001b[34m22.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 35.45MB/72.38MB \u001b[34m22.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 26.79MB/426.9MB \u001b[34m22.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m22.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m22.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣄⣿⠀⠀⠀\u001b[0m] 84.33MB/526.7MB Pulling \u001b[34m24.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 21.56MB/27.36MB \u001b[34m23.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 35.99MB/72.38MB \u001b[34m23.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 26.79MB/426.9MB \u001b[34m23.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m23.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣄⣿⠀⠀⠀\u001b[0m] 84.61MB/526.7MB Pulling \u001b[34m24.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 21.83MB/27.36MB \u001b[34m23.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 35.99MB/72.38MB \u001b[34m23.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 26.79MB/426.9MB \u001b[34m23.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m23.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣄⣿⠀⠀⠀\u001b[0m] 84.61MB/526.7MB Pulling \u001b[34m24.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 21.83MB/27.36MB \u001b[34m23.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 35.99MB/72.38MB \u001b[34m23.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 26.79MB/426.9MB \u001b[34m23.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m23.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣄⣿⠀⠀⠀\u001b[0m] 85.42MB/526.7MB Pulling \u001b[34m24.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 22.11MB/27.36MB \u001b[34m23.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 35.99MB/72.38MB \u001b[34m23.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 27.32MB/426.9MB \u001b[34m23.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m23.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣤⣿⠀⠀⠀\u001b[0m] 85.95MB/526.7MB Pulling \u001b[34m24.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 22.11MB/27.36MB \u001b[34m23.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 36.51MB/72.38MB \u001b[34m23.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 27.32MB/426.9MB \u001b[34m23.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m23.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣤⣿⠀⠀⠀\u001b[0m] 86.23MB/526.7MB Pulling \u001b[34m24.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 22.39MB/27.36MB \u001b[34m23.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 36.51MB/72.38MB \u001b[34m23.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 27.32MB/426.9MB \u001b[34m23.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m23.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣤⣿⠀⠀⠀\u001b[0m] 86.23MB/526.7MB Pulling \u001b[34m24.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 22.39MB/27.36MB \u001b[34m23.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 36.51MB/72.38MB \u001b[34m23.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 27.32MB/426.9MB \u001b[34m23.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m23.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣤⣿⠀⠀⠀\u001b[0m] 86.51MB/526.7MB Pulling \u001b[34m24.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 22.67MB/27.36MB \u001b[34m23.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 36.51MB/72.38MB \u001b[34m23.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 27.32MB/426.9MB \u001b[34m23.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m23.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣤⣿⠀⠀⠀\u001b[0m] 87.04MB/526.7MB Pulling \u001b[34m25.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 22.67MB/27.36MB \u001b[34m23.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 36.51MB/72.38MB \u001b[34m23.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 27.86MB/426.9MB \u001b[34m23.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m23.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣤⣿⠀⠀⠀\u001b[0m] 87.85MB/526.7MB Pulling \u001b[34m25.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 22.95MB/27.36MB \u001b[34m23.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 37.05MB/72.38MB \u001b[34m23.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 27.86MB/426.9MB \u001b[34m23.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m23.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m23.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣤⣿⠀⠀⠀\u001b[0m] 88.13MB/526.7MB Pulling \u001b[34m25.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 23.23MB/27.36MB \u001b[34m24.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 37.05MB/72.38MB \u001b[34m24.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 27.86MB/426.9MB \u001b[34m24.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m24.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣤⣿⠀⠀⠀\u001b[0m] 88.13MB/526.7MB Pulling \u001b[34m25.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 23.23MB/27.36MB \u001b[34m24.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 37.05MB/72.38MB \u001b[34m24.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 27.86MB/426.9MB \u001b[34m24.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m24.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣤⣿⠀⠀⠀\u001b[0m] 88.41MB/526.7MB Pulling \u001b[34m25.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 23.51MB/27.36MB \u001b[34m24.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 37.05MB/72.38MB \u001b[34m24.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 27.86MB/426.9MB \u001b[34m24.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m24.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣤⣿⠀⠀⠀\u001b[0m] 88.95MB/526.7MB Pulling \u001b[34m25.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 23.51MB/27.36MB \u001b[34m24.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 37.05MB/72.38MB \u001b[34m24.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 28.4MB/426.9MB \u001b[34m24.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m24.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣤⣿⠀⠀⠀\u001b[0m] 89.77MB/526.7MB Pulling \u001b[34m25.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 23.78MB/27.36MB \u001b[34m24.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 37.59MB/72.38MB \u001b[34m24.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 28.4MB/426.9MB \u001b[34m24.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m24.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣤⣿⠀⠀⠀\u001b[0m] 90.05MB/526.7MB Pulling \u001b[34m25.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 24.07MB/27.36MB \u001b[34m24.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 37.59MB/72.38MB \u001b[34m24.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 28.4MB/426.9MB \u001b[34m24.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m24.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣶⣤⣿⠀⠀⠀\u001b[0m] 90.05MB/526.7MB Pulling \u001b[34m25.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 24.07MB/27.36MB \u001b[34m24.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 37.59MB/72.38MB \u001b[34m24.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 28.4MB/426.9MB \u001b[34m24.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m24.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 90.32MB/526.7MB Pulling \u001b[34m25.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 24.34MB/27.36MB \u001b[34m24.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 37.59MB/72.38MB \u001b[34m24.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 28.4MB/426.9MB \u001b[34m24.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m24.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 90.32MB/526.7MB Pulling \u001b[34m26.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 24.34MB/27.36MB \u001b[34m24.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 37.59MB/72.38MB \u001b[34m24.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 28.4MB/426.9MB \u001b[34m24.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m24.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 91.68MB/526.7MB Pulling \u001b[34m26.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 24.62MB/27.36MB \u001b[34m24.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 38.12MB/72.38MB \u001b[34m24.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 28.94MB/426.9MB \u001b[34m24.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m24.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 91.96MB/526.7MB Pulling \u001b[34m26.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 24.9MB/27.36MB \u001b[34m25.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 38.12MB/72.38MB \u001b[34m25.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 28.94MB/426.9MB \u001b[34m25.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m25.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m25.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 92.23MB/526.7MB Pulling \u001b[34m26.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 25.17MB/27.36MB \u001b[34m25.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 38.12MB/72.38MB \u001b[34m25.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 28.94MB/426.9MB \u001b[34m25.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m25.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m25.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 92.23MB/526.7MB Pulling \u001b[34m26.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 25.17MB/27.36MB \u001b[34m25.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 38.12MB/72.38MB \u001b[34m25.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 28.94MB/426.9MB \u001b[34m25.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m25.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m25.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 92.23MB/526.7MB Pulling \u001b[34m26.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 25.17MB/27.36MB \u001b[34m25.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 38.12MB/72.38MB \u001b[34m25.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 28.94MB/426.9MB \u001b[34m25.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m25.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m25.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 92.51MB/526.7MB Pulling \u001b[34m26.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 25.45MB/27.36MB \u001b[34m25.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 38.12MB/72.38MB \u001b[34m25.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 28.94MB/426.9MB \u001b[34m25.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m25.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m25.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 93.57MB/526.7MB Pulling \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 25.45MB/27.36MB \u001b[34m25.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 38.66MB/72.38MB \u001b[34m25.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 29.46MB/426.9MB \u001b[34m25.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m25.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m25.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 93.85MB/526.7MB Pulling \u001b[34m26.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 25.73MB/27.36MB \u001b[34m25.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 38.66MB/72.38MB \u001b[34m25.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 29.46MB/426.9MB \u001b[34m25.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m25.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m25.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 94.12MB/526.7MB Pulling \u001b[34m26.9s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m f4bb4e8dca02 Downloading 26MB/27.36MB \u001b[34m25.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 38.66MB/72.38MB \u001b[34m25.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 29.46MB/426.9MB \u001b[34m25.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m25.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m25.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 94.4MB/526.7MB Pulling \u001b[34m27.0s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m f4bb4e8dca02 Downloading 26.27MB/27.36MB \u001b[34m25.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 38.66MB/72.38MB \u001b[34m25.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 29.46MB/426.9MB \u001b[34m25.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m25.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m25.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 94.94MB/526.7MB Pulling \u001b[34m27.1s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m f4bb4e8dca02 Downloading 26.27MB/27.36MB \u001b[34m25.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 38.66MB/72.38MB \u001b[34m25.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 30.01MB/426.9MB \u001b[34m25.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m25.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m25.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 95.76MB/526.7MB Pulling \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m f4bb4e8dca02 Downloading 26.55MB/27.36MB \u001b[34m26.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 39.2MB/72.38MB \u001b[34m26.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 30.01MB/426.9MB \u001b[34m26.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m26.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m26.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 96.03MB/526.7MB Pulling \u001b[34m27.3s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m f4bb4e8dca02 Downloading 26.83MB/27.36MB \u001b[34m26.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 39.2MB/72.38MB \u001b[34m26.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 30.01MB/426.9MB \u001b[34m26.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m26.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m26.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 96.03MB/526.7MB Pulling \u001b[34m27.4s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m f4bb4e8dca02 Downloading 26.83MB/27.36MB \u001b[34m26.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 39.2MB/72.38MB \u001b[34m26.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 30.01MB/426.9MB \u001b[34m26.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m26.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m26.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 96.84MB/526.7MB Pulling \u001b[34m27.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m f4bb4e8dca02 Downloading 27.11MB/27.36MB \u001b[34m26.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 39.2MB/72.38MB \u001b[34m26.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 30.53MB/426.9MB \u001b[34m26.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m26.3s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m26.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 96.84MB/526.7MB Pulling \u001b[34m27.6s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m f4bb4e8dca02 Downloading 27.11MB/27.36MB \u001b[34m26.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 39.2MB/72.38MB \u001b[34m26.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 30.53MB/426.9MB \u001b[34m26.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m26.4s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m26.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 97.38MB/526.7MB Pulling \u001b[34m27.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m f4bb4e8dca02 Downloading 27.11MB/27.36MB \u001b[34m26.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 39.74MB/72.38MB \u001b[34m26.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 30.53MB/426.9MB \u001b[34m26.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m26.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m26.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 1/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣷⣤⣿⠀⠀⠀\u001b[0m] 97.92MB/526.7MB Pulling \u001b[34m27.8s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m f4bb4e8dca02 Downloading 27.11MB/27.36MB \u001b[34m26.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 39.74MB/72.38MB \u001b[34m26.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 31.07MB/426.9MB \u001b[34m26.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m26.6s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m26.6s \u001b[0m\n", "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 2/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⠀⠀\u001b[0m] 55.82MB/499.3MB Pulling \u001b[34m26.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 23.11MB/72.38MB \u001b[34m24.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 32.71MB/426.9MB \u001b[34m24.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.3s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m24.3s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⠀⠀\u001b[0m] 70.81MB/499.3MB Pulling \u001b[34m27.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 39.74MB/72.38MB \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 31.07MB/426.9MB \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 4f4fb700ef54 Waiting \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m26.7s \u001b[0m\n", "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 2/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⠀⠀\u001b[0m] 55.82MB/499.3MB Pulling \u001b[34m26.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 23.11MB/72.38MB \u001b[34m24.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 32.71MB/426.9MB \u001b[34m24.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.4s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m24.4s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⠀⠀\u001b[0m] 70.81MB/499.3MB Pulling \u001b[34m28.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 39.74MB/72.38MB \u001b[34m26.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 31.07MB/426.9MB \u001b[34m26.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 4f4fb700ef54 Waiting \u001b[34m26.8s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m26.8s \u001b[0m\n", "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 2/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⠀⠀\u001b[0m] 56.35MB/499.3MB Pulling \u001b[34m26.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 23.63MB/72.38MB \u001b[34m24.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 32.71MB/426.9MB \u001b[34m24.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.5s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m24.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⠀⠀\u001b[0m] 71.88MB/499.3MB Pulling \u001b[34m28.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 40.28MB/72.38MB \u001b[34m26.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 31.6MB/426.9MB \u001b[34m26.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 4f4fb700ef54 Waiting \u001b[34m26.9s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m26.9s \u001b[0m\n", "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 2/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⠀⠀\u001b[0m] 56.35MB/499.3MB Pulling \u001b[34m26.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 23.63MB/72.38MB \u001b[34m24.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 32.71MB/426.9MB \u001b[34m24.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.6s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m24.6s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⠀⠀\u001b[0m] 71.88MB/499.3MB Pulling \u001b[34m28.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 40.28MB/72.38MB \u001b[34m27.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 31.6MB/426.9MB \u001b[34m27.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 4f4fb700ef54 Waiting \u001b[34m27.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m27.0s \u001b[0m\n", "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 2/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⠀⠀\u001b[0m] 56.89MB/499.3MB Pulling \u001b[34m26.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 23.63MB/72.38MB \u001b[34m24.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 33.25MB/426.9MB \u001b[34m24.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 4f4fb700ef54 Waiting \u001b[34m24.7s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m24.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 57.42MB/499.3MB Pulling \u001b[34m27.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 24.17MB/72.38M... \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 33.25MB/426.9M... \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m24.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 57.42MB/499.3MB Pulling \u001b[34m27.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 24.17MB/72.38M... \u001b[34m24.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 33.25MB/426.9M... \u001b[34m24.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m24.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 57.42MB/499.3MB Pulling \u001b[34m27.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 24.17MB/72.38M... \u001b[34m25.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 33.25MB/426.9M... \u001b[34m25.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m25.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 57.42MB/499.3MB Pulling \u001b[34m27.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 24.17MB/72.38M... \u001b[34m25.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 33.25MB/426.9M... \u001b[34m25.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m25.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 57.96MB/499.3MB Pulling \u001b[34m27.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 24.17MB/72.38M... \u001b[34m25.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 33.79MB/426.9M... \u001b[34m25.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m25.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 57.96MB/499.3MB Pulling \u001b[34m27.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 24.17MB/72.38M... \u001b[34m25.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 33.79MB/426.9M... \u001b[34m25.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m25.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 58.5MB/499.3MB Pulling \u001b[34m27.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 24.71MB/72.38M... \u001b[34m25.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 33.79MB/426.9M... \u001b[34m25.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m25.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 59.04MB/499.3MB Pulling \u001b[34m27.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 24.71MB/72.38M... \u001b[34m25.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 34.33MB/426.9M... \u001b[34m25.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m25.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 59.59MB/499.3MB Pulling \u001b[34m27.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 25.25MB/72.38M... \u001b[34m25.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 34.33MB/426.9M... \u001b[34m25.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m25.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 59.59MB/499.3MB Pulling \u001b[34m27.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 25.25MB/72.38M... \u001b[34m25.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 34.33MB/426.9M... \u001b[34m25.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m25.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 60.13MB/499.3MB Pulling \u001b[34m28.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 25.25MB/72.38M... \u001b[34m25.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 34.87MB/426.9M... \u001b[34m25.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m25.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 60.65MB/499.3MB Pulling \u001b[34m28.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 25.78MB/72.38M... \u001b[34m25.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 34.87MB/426.9M... \u001b[34m25.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m25.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 60.65MB/499.3MB Pulling \u001b[34m28.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 25.78MB/72.38M... \u001b[34m26.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 34.87MB/426.9M... \u001b[34m26.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m26.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 60.65MB/499.3MB Pulling \u001b[34m28.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 25.78MB/72.38M... \u001b[34m26.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 34.87MB/426.9M... \u001b[34m26.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m26.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 60.65MB/499.3MB Pulling \u001b[34m28.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 25.78MB/72.38M... \u001b[34m26.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 34.87MB/426.9M... \u001b[34m26.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m26.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 61.72MB/551.3MB Pulling \u001b[34m28.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 25.78MB/72.38M... \u001b[34m26.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 35.41MB/426.9M... \u001b[34m26.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 520.7kB/51.97M... \u001b[34m26.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 61.72MB/551.3MB Pulling \u001b[34m28.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 25.78MB/72.38M... \u001b[34m26.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 35.41MB/426.9M... \u001b[34m26.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 520.7kB/51.97M... \u001b[34m26.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 62.26MB/551.3MB Pulling \u001b[34m28.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 26.32MB/72.38M... \u001b[34m26.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 35.41MB/426.9M... \u001b[34m26.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 520.7kB/51.97M... \u001b[34m26.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 62.78MB/551.3MB Pulling \u001b[34m28.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 26.32MB/72.38M... \u001b[34m26.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 35.41MB/426.9M... \u001b[34m26.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 1.045MB/51.97M... \u001b[34m26.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 62.78MB/551.3MB Pulling \u001b[34m28.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 26.32MB/72.38M... \u001b[34m26.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 35.41MB/426.9M... \u001b[34m26.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 1.045MB/51.97M... \u001b[34m26.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 62.78MB/551.3MB Pulling \u001b[34m29.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 26.32MB/72.38M... \u001b[34m26.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 35.41MB/426.9M... \u001b[34m26.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 1.045MB/51.97M... \u001b[34m26.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 63.85MB/551.3MB Pulling \u001b[34m29.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 26.32MB/72.38M... \u001b[34m26.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 35.96MB/426.9M... \u001b[34m26.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 1.569MB/51.97M... \u001b[34m26.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 64.37MB/551.3MB Pulling \u001b[34m29.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 26.85MB/72.38M... \u001b[34m27.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 35.96MB/426.9M... \u001b[34m27.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 1.569MB/51.97M... \u001b[34m27.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 64.37MB/551.3MB Pulling \u001b[34m29.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 26.85MB/72.38M... \u001b[34m27.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 35.96MB/426.9M... \u001b[34m27.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 1.569MB/51.97M... \u001b[34m27.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 64.9MB/551.3MB Pulling \u001b[34m29.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 26.85MB/72.38M... \u001b[34m27.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 35.96MB/426.9M... \u001b[34m27.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 2.094MB/51.97M... \u001b[34m27.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 64.9MB/551.3MB Pulling \u001b[34m29.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 26.85MB/72.38M... \u001b[34m27.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 35.96MB/426.9M... \u001b[34m27.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 2.094MB/51.97M... \u001b[34m27.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 64.9MB/551.3MB Pulling \u001b[34m29.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 26.85MB/72.38M... \u001b[34m27.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 35.96MB/426.9M... \u001b[34m27.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 2.094MB/51.97M... \u001b[34m27.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 65.43MB/551.3MB Pulling \u001b[34m29.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 26.85MB/72.38M... \u001b[34m27.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 35.96MB/426.9M... \u001b[34m27.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 2.622MB/51.97M... \u001b[34m27.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 66.49MB/551.3MB Pulling \u001b[34m29.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 27.38MB/72.38M... \u001b[34m27.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 36.48MB/426.9M... \u001b[34m27.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 2.622MB/51.97M... \u001b[34m27.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 66.49MB/551.3MB Pulling \u001b[34m29.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 27.38MB/72.38M... \u001b[34m27.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 36.48MB/426.9M... \u001b[34m27.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 2.622MB/51.97M... \u001b[34m27.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 67.02MB/551.3MB Pulling \u001b[34m30.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 27.38MB/72.38M... \u001b[34m27.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 36.48MB/426.9M... \u001b[34m27.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 3.15MB/51.97M... \u001b[34m27.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 67.02MB/551.3MB Pulling \u001b[34m30.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 27.38MB/72.38M... \u001b[34m27.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 36.48MB/426.9M... \u001b[34m27.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 3.15MB/51.97M... \u001b[34m27.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 67.54MB/551.3MB Pulling \u001b[34m30.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 27.38MB/72.38M... \u001b[34m28.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 36.48MB/426.9M... \u001b[34m28.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 3.675MB/51.97M... \u001b[34m28.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣀⣿⠀⣿⠀\u001b[0m] 67.54MB/551.3MB Pulling \u001b[34m30.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 27.38MB/72.38M... \u001b[34m28.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 36.48MB/426.9M... \u001b[34m28.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 3.675MB/51.97M... \u001b[34m28.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 68.07MB/551.3MB Pulling \u001b[34m30.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 27.91MB/72.38M... \u001b[34m28.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 36.48MB/426.9M... \u001b[34m28.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 3.675MB/51.97M... \u001b[34m28.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 68.61MB/551.3MB Pulling \u001b[34m30.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 27.91MB/72.38M... \u001b[34m28.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 37.02MB/426.9M... \u001b[34m28.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 3.675MB/51.97M... \u001b[34m28.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 69.14MB/551.3MB Pulling \u001b[34m30.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 27.91MB/72.38M... \u001b[34m28.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 37.02MB/426.9M... \u001b[34m28.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 4.207MB/51.97M... \u001b[34m28.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 69.14MB/551.3MB Pulling \u001b[34m30.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 27.91MB/72.38M... \u001b[34m28.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 37.02MB/426.9M... \u001b[34m28.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 4.207MB/51.97M... \u001b[34m28.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 69.14MB/551.3MB Pulling \u001b[34m30.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 27.91MB/72.38M... \u001b[34m28.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 37.02MB/426.9M... \u001b[34m28.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 4.207MB/51.97M... \u001b[34m28.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 69.68MB/551.3MB Pulling \u001b[34m30.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 28.45MB/72.38M... \u001b[34m28.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 37.02MB/426.9M... \u001b[34m28.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 4.207MB/51.97M... \u001b[34m28.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 70.21MB/551.3MB Pulling \u001b[34m31.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 28.45MB/72.38M... \u001b[34m28.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 37.02MB/426.9M... \u001b[34m28.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 4.731MB/51.97M... \u001b[34m28.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 70.75MB/551.3MB Pulling \u001b[34m31.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 28.45MB/72.38M... \u001b[34m28.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 37.56MB/426.9M... \u001b[34m28.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 4.731MB/51.97M... \u001b[34m28.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 70.75MB/551.3MB Pulling \u001b[34m31.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 28.45MB/72.38M... \u001b[34m29.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 37.56MB/426.9M... \u001b[34m29.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 4.731MB/51.97M... \u001b[34m29.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 71.28MB/551.3MB Pulling \u001b[34m31.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 28.99MB/72.38M... \u001b[34m29.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 37.56MB/426.9M... \u001b[34m29.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 4.731MB/51.97M... \u001b[34m29.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 71.28MB/551.3MB Pulling \u001b[34m31.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 28.99MB/72.38M... \u001b[34m29.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 37.56MB/426.9M... \u001b[34m29.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 4.731MB/51.97M... \u001b[34m29.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 71.82MB/551.3MB Pulling \u001b[34m31.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 28.99MB/72.38M... \u001b[34m29.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 37.56MB/426.9M... \u001b[34m29.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 5.264MB/51.97M... \u001b[34m29.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 72.35MB/551.3MB Pulling \u001b[34m31.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 28.99MB/72.38M... \u001b[34m29.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 38.09MB/426.9M... \u001b[34m29.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 5.264MB/51.97M... \u001b[34m29.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 72.88MB/551.3MB Pulling \u001b[34m31.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 29.52MB/72.38M... \u001b[34m29.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 38.09MB/426.9M... \u001b[34m29.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 5.264MB/51.97M... \u001b[34m29.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 72.88MB/551.3MB Pulling \u001b[34m31.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 29.52MB/72.38M... \u001b[34m29.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 38.09MB/426.9M... \u001b[34m29.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 5.264MB/51.97M... \u001b[34m29.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 72.88MB/551.3MB Pulling \u001b[34m31.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 29.52MB/72.38M... \u001b[34m29.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 38.09MB/426.9M... \u001b[34m29.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 5.264MB/51.97M... \u001b[34m29.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 73.95MB/551.3MB Pulling \u001b[34m32.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 29.52MB/72.38M... \u001b[34m29.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 38.63MB/426.9M... \u001b[34m29.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 5.792MB/51.97M... \u001b[34m29.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 74.48MB/551.3MB Pulling \u001b[34m32.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 30.05MB/72.38M... \u001b[34m29.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 38.63MB/426.9M... \u001b[34m29.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 5.792MB/51.97M... \u001b[34m29.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 74.48MB/551.3MB Pulling \u001b[34m32.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 30.05MB/72.38M... \u001b[34m30.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 38.63MB/426.9M... \u001b[34m30.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 5.792MB/51.97M... \u001b[34m30.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 74.48MB/551.3MB Pulling \u001b[34m32.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 30.05MB/72.38M... \u001b[34m30.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 38.63MB/426.9M... \u001b[34m30.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 5.792MB/51.97M... \u001b[34m30.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 75.56MB/551.3MB Pulling \u001b[34m32.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 30.59MB/72.38M... \u001b[34m30.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 39.17MB/426.9M... \u001b[34m30.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 5.792MB/51.97M... \u001b[34m30.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 75.56MB/551.3MB Pulling \u001b[34m32.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 30.59MB/72.38M... \u001b[34m30.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 39.17MB/426.9M... \u001b[34m30.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 5.792MB/51.97M... \u001b[34m30.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 75.56MB/551.3MB Pulling \u001b[34m32.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 30.59MB/72.38M... \u001b[34m30.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 39.17MB/426.9M... \u001b[34m30.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 5.792MB/51.97M... \u001b[34m30.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 76.08MB/551.3MB Pulling \u001b[34m32.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 31.12MB/72.38M... \u001b[34m30.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 39.17MB/426.9M... \u001b[34m30.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 5.792MB/51.97M... \u001b[34m30.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 77.15MB/551.3MB Pulling \u001b[34m32.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 31.12MB/72.38M... \u001b[34m30.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 39.72MB/426.9M... \u001b[34m30.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 6.317MB/51.97M... \u001b[34m30.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 77.15MB/551.3MB Pulling \u001b[34m32.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 31.12MB/72.38M... \u001b[34m30.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 39.72MB/426.9M... \u001b[34m30.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 6.317MB/51.97M... \u001b[34m30.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 77.15MB/551.3MB Pulling \u001b[34m33.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 31.12MB/72.38M... \u001b[34m30.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 39.72MB/426.9M... \u001b[34m30.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 6.317MB/51.97M... \u001b[34m30.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 77.69MB/551.3MB Pulling \u001b[34m33.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 31.66MB/72.38M... \u001b[34m30.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 39.72MB/426.9M... \u001b[34m30.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 6.317MB/51.97M... \u001b[34m30.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 78.22MB/551.3MB Pulling \u001b[34m33.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 31.66MB/72.38M... \u001b[34m31.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 40.25MB/426.9M... \u001b[34m31.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 6.317MB/51.97M... \u001b[34m31.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 78.22MB/551.3MB Pulling \u001b[34m33.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 31.66MB/72.38M... \u001b[34m31.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 40.25MB/426.9M... \u001b[34m31.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 6.317MB/51.97M... \u001b[34m31.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 78.76MB/551.3MB Pulling \u001b[34m33.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 32.2MB/72.38M... \u001b[34m31.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 40.25MB/426.9M... \u001b[34m31.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 6.317MB/51.97M... \u001b[34m31.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⠀\u001b[0m] 78.76MB/551.3MB Pulling \u001b[34m33.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 32.2MB/72.38M... \u001b[34m31.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 40.25MB/426.9M... \u001b[34m31.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 6.317MB/51.97M... \u001b[34m31.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 79.29MB/551.3MB Pulling \u001b[34m33.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 32.2MB/72.38M... \u001b[34m31.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 40.25MB/426.9M... \u001b[34m31.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 6.841MB/51.97M... \u001b[34m31.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 80.37MB/551.3MB Pulling \u001b[34m33.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 32.74MB/72.38M... \u001b[34m31.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 40.78MB/426.9M... \u001b[34m31.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 6.841MB/51.97M... \u001b[34m31.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 80.37MB/551.3MB Pulling \u001b[34m33.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 32.74MB/72.38M... \u001b[34m31.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 40.78MB/426.9M... \u001b[34m31.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 6.841MB/51.97M... \u001b[34m31.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 80.37MB/551.3MB Pulling \u001b[34m33.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 32.74MB/72.38M... \u001b[34m31.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 40.78MB/426.9M... \u001b[34m31.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 6.841MB/51.97M... \u001b[34m31.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 80.9MB/551.3MB Pulling \u001b[34m34.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 33.28MB/72.38M... \u001b[34m31.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 40.78MB/426.9M... \u001b[34m31.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 6.841MB/51.97M... \u001b[34m31.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 81.43MB/551.3MB Pulling \u001b[34m34.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 33.28MB/72.38M... \u001b[34m31.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 41.31MB/426.9M... \u001b[34m31.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 6.841MB/51.97M... \u001b[34m31.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 81.43MB/551.3MB Pulling \u001b[34m34.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 33.28MB/72.38M... \u001b[34m32.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 41.31MB/426.9M... \u001b[34m32.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 6.841MB/51.97M... \u001b[34m32.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 81.96MB/551.3MB Pulling \u001b[34m34.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 33.28MB/72.38M... \u001b[34m32.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 41.31MB/426.9M... \u001b[34m32.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 7.369MB/51.97M... \u001b[34m32.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 82.49MB/551.3MB Pulling \u001b[34m34.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 33.81MB/72.38M... \u001b[34m32.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 41.31MB/426.9M... \u001b[34m32.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 7.369MB/51.97M... \u001b[34m32.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 82.49MB/551.3MB Pulling \u001b[34m34.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 33.81MB/72.38M... \u001b[34m32.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 41.31MB/426.9M... \u001b[34m32.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 7.369MB/51.97M... \u001b[34m32.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 83.03MB/551.3MB Pulling \u001b[34m34.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 33.81MB/72.38M... \u001b[34m32.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 41.85MB/426.9M... \u001b[34m32.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 7.369MB/51.97M... \u001b[34m32.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 83.03MB/551.3MB Pulling \u001b[34m34.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 33.81MB/72.38M... \u001b[34m32.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 41.85MB/426.9M... \u001b[34m32.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 7.369MB/51.97M... \u001b[34m32.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 83.56MB/551.3MB Pulling \u001b[34m34.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 33.81MB/72.38M... \u001b[34m32.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 41.85MB/426.9M... \u001b[34m32.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 7.902MB/51.97M... \u001b[34m32.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 84.1MB/551.3MB Pulling \u001b[34m34.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 34.35MB/72.38M... \u001b[34m32.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 41.85MB/426.9M... \u001b[34m32.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 7.902MB/51.97M... \u001b[34m32.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 84.64MB/551.3MB Pulling \u001b[34m35.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 34.35MB/72.38M... \u001b[34m32.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 42.39MB/426.9M... \u001b[34m32.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 7.902MB/51.97M... \u001b[34m32.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 84.64MB/551.3MB Pulling \u001b[34m35.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 34.35MB/72.38M... \u001b[34m32.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 42.39MB/426.9M... \u001b[34m32.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 7.902MB/51.97M... \u001b[34m32.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 85.17MB/551.3MB Pulling \u001b[34m35.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 34.35MB/72.38M... \u001b[34m33.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 42.39MB/426.9M... \u001b[34m33.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 8.43MB/51.97M... \u001b[34m33.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 85.17MB/551.3MB Pulling \u001b[34m35.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 34.35MB/72.38M... \u001b[34m33.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 42.39MB/426.9M... \u001b[34m33.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 8.43MB/51.97M... \u001b[34m33.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 85.71MB/551.3MB Pulling \u001b[34m35.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 34.89MB/72.38M... \u001b[34m33.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 42.39MB/426.9M... \u001b[34m33.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 8.43MB/51.97M... \u001b[34m33.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 86.25MB/551.3MB Pulling \u001b[34m35.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 34.89MB/72.38M... \u001b[34m33.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 42.93MB/426.9M... \u001b[34m33.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 8.43MB/51.97M... \u001b[34m33.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 86.78MB/551.3MB Pulling \u001b[34m35.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 34.89MB/72.38M... \u001b[34m33.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 42.93MB/426.9M... \u001b[34m33.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 8.958MB/51.97M... \u001b[34m33.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 86.78MB/551.3MB Pulling \u001b[34m35.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 34.89MB/72.38M... \u001b[34m33.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 42.93MB/426.9M... \u001b[34m33.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 8.958MB/51.97M... \u001b[34m33.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 86.78MB/551.3MB Pulling \u001b[34m35.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 34.89MB/72.38M... \u001b[34m33.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 42.93MB/426.9M... \u001b[34m33.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 8.958MB/51.97M... \u001b[34m33.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 87.86MB/551.3MB Pulling \u001b[34m35.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 35.43MB/72.38M... \u001b[34m33.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 43.47MB/426.9M... \u001b[34m33.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 8.958MB/51.97M... \u001b[34m33.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 88.38MB/551.3MB Pulling \u001b[34m36.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 35.43MB/72.38M... \u001b[34m33.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 43.47MB/426.9M... \u001b[34m33.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 9.483MB/51.97M... \u001b[34m33.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 88.38MB/551.3MB Pulling \u001b[34m36.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 35.43MB/72.38M... \u001b[34m33.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 43.47MB/426.9M... \u001b[34m33.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 9.483MB/51.97M... \u001b[34m33.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 88.38MB/551.3MB Pulling \u001b[34m36.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 35.43MB/72.38M... \u001b[34m34.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 43.47MB/426.9M... \u001b[34m34.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 9.483MB/51.97M... \u001b[34m34.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 88.38MB/551.3MB Pulling \u001b[34m36.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 35.43MB/72.38M... \u001b[34m34.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 43.47MB/426.9M... \u001b[34m34.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 9.483MB/51.97M... \u001b[34m34.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 89.98MB/551.3MB Pulling \u001b[34m36.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 35.96MB/72.38M... \u001b[34m34.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 44.01MB/426.9M... \u001b[34m34.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 10.01MB/51.97M... \u001b[34m34.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 89.98MB/551.3MB Pulling \u001b[34m36.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 35.96MB/72.38M... \u001b[34m34.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 44.01MB/426.9M... \u001b[34m34.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 10.01MB/51.97M... \u001b[34m34.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 89.98MB/551.3MB Pulling \u001b[34m36.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 35.96MB/72.38M... \u001b[34m34.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 44.01MB/426.9M... \u001b[34m34.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 10.01MB/51.97M... \u001b[34m34.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 90.5MB/551.3MB Pulling \u001b[34m36.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 35.96MB/72.38M... \u001b[34m34.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 44.01MB/426.9M... \u001b[34m34.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 10.53MB/51.97M... \u001b[34m34.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣄⣿⠀⣿⡀\u001b[0m] 90.5MB/551.3MB Pulling \u001b[34m36.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 35.96MB/72.38M... \u001b[34m34.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 44.01MB/426.9M... \u001b[34m34.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 10.53MB/51.97M... \u001b[34m34.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 91.57MB/551.3MB Pulling \u001b[34m36.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 36.5MB/72.38M... \u001b[34m34.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 44.54MB/426.9M... \u001b[34m34.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 10.53MB/51.97M... \u001b[34m34.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 91.57MB/551.3MB Pulling \u001b[34m37.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 36.5MB/72.38M... \u001b[34m34.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 44.54MB/426.9M... \u001b[34m34.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 10.53MB/51.97M... \u001b[34m34.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 92.09MB/551.3MB Pulling \u001b[34m37.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 36.5MB/72.38M... \u001b[34m34.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 44.54MB/426.9M... \u001b[34m34.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 11.06MB/51.97M... \u001b[34m34.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 92.09MB/551.3MB Pulling \u001b[34m37.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 36.5MB/72.38M... \u001b[34m35.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 44.54MB/426.9M... \u001b[34m35.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 11.06MB/51.97M... \u001b[34m35.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 92.63MB/551.3MB Pulling \u001b[34m37.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 36.5MB/72.38M... \u001b[34m35.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 45.08MB/426.9M... \u001b[34m35.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 11.06MB/51.97M... \u001b[34m35.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 93.17MB/551.3MB Pulling \u001b[34m37.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 37.04MB/72.38M... \u001b[34m35.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 45.08MB/426.9M... \u001b[34m35.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 11.06MB/51.97M... \u001b[34m35.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 93.17MB/551.3MB Pulling \u001b[34m37.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 37.04MB/72.38M... \u001b[34m35.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 45.08MB/426.9M... \u001b[34m35.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 11.06MB/51.97M... \u001b[34m35.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 93.7MB/551.3MB Pulling \u001b[34m37.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 37.04MB/72.38M... \u001b[34m35.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 45.08MB/426.9M... \u001b[34m35.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 11.58MB/51.97M... \u001b[34m35.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 93.7MB/551.3MB Pulling \u001b[34m37.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 37.04MB/72.38M... \u001b[34m35.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 45.08MB/426.9M... \u001b[34m35.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 11.58MB/51.97M... \u001b[34m35.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 94.77MB/551.3MB Pulling \u001b[34m37.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 37.58MB/72.38M... \u001b[34m35.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 45.61MB/426.9M... \u001b[34m35.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 11.58MB/51.97M... \u001b[34m35.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 94.77MB/551.3MB Pulling \u001b[34m37.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 37.58MB/72.38M... \u001b[34m35.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 45.61MB/426.9M... \u001b[34m35.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 11.58MB/51.97M... \u001b[34m35.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 95.29MB/551.3MB Pulling \u001b[34m38.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 37.58MB/72.38M... \u001b[34m35.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 45.61MB/426.9M... \u001b[34m35.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 12.11MB/51.97M... \u001b[34m35.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 95.29MB/551.3MB Pulling \u001b[34m38.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 37.58MB/72.38M... \u001b[34m35.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 45.61MB/426.9M... \u001b[34m35.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 12.11MB/51.97M... \u001b[34m35.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 95.83MB/551.3MB Pulling \u001b[34m38.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 37.58MB/72.38M... \u001b[34m36.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 46.14MB/426.9M... \u001b[34m36.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 12.11MB/51.97M... \u001b[34m36.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 96.37MB/551.3MB Pulling \u001b[34m38.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 38.12MB/72.38M... \u001b[34m36.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 46.14MB/426.9M... \u001b[34m36.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 12.11MB/51.97M... \u001b[34m36.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 96.37MB/551.3MB Pulling \u001b[34m38.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 38.12MB/72.38M... \u001b[34m36.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 46.14MB/426.9M... \u001b[34m36.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 12.11MB/51.97M... \u001b[34m36.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 96.89MB/551.3MB Pulling \u001b[34m38.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 38.12MB/72.38M... \u001b[34m36.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 46.14MB/426.9M... \u001b[34m36.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 12.63MB/51.97M... \u001b[34m36.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 96.89MB/551.3MB Pulling \u001b[34m38.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 38.12MB/72.38M... \u001b[34m36.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 46.14MB/426.9M... \u001b[34m36.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 12.63MB/51.97M... \u001b[34m36.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 97.96MB/551.3MB Pulling \u001b[34m38.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 38.65MB/72.38M... \u001b[34m36.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 46.67MB/426.9M... \u001b[34m36.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 12.63MB/51.97M... \u001b[34m36.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 97.96MB/551.3MB Pulling \u001b[34m38.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 38.65MB/72.38M... \u001b[34m36.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 46.67MB/426.9M... \u001b[34m36.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 12.63MB/51.97M... \u001b[34m36.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⡀\u001b[0m] 97.96MB/551.3MB Pulling \u001b[34m38.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 38.65MB/72.38M... \u001b[34m36.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 46.67MB/426.9M... \u001b[34m36.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 12.63MB/51.97M... \u001b[34m36.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 98.49MB/551.3MB Pulling \u001b[34m39.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 38.65MB/72.38M... \u001b[34m36.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 46.67MB/426.9M... \u001b[34m36.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 13.17MB/51.97M... \u001b[34m36.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 99.03MB/551.3MB Pulling \u001b[34m39.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 39.19MB/72.38M... \u001b[34m36.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 46.67MB/426.9M... \u001b[34m36.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 13.17MB/51.97M... \u001b[34m36.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 99.56MB/551.3MB Pulling \u001b[34m39.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 39.19MB/72.38M... \u001b[34m37.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 47.21MB/426.9M... \u001b[34m37.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 13.17MB/51.97M... \u001b[34m37.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 99.56MB/551.3MB Pulling \u001b[34m39.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 39.19MB/72.38M... \u001b[34m37.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 47.21MB/426.9M... \u001b[34m37.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 13.17MB/51.97M... \u001b[34m37.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 100.1MB/551.3MB Pulling \u001b[34m39.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 39.19MB/72.38M... \u001b[34m37.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 47.21MB/426.9M... \u001b[34m37.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 13.69MB/51.97M... \u001b[34m37.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 100.6MB/551.3MB Pulling \u001b[34m39.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 39.72MB/72.38M... \u001b[34m37.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 47.21MB/426.9M... \u001b[34m37.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 13.69MB/51.97M... \u001b[34m37.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 100.6MB/551.3MB Pulling \u001b[34m39.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 39.72MB/72.38M... \u001b[34m37.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 47.21MB/426.9M... \u001b[34m37.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 13.69MB/51.97M... \u001b[34m37.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 101.2MB/551.3MB Pulling \u001b[34m39.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 39.72MB/72.38M... \u001b[34m37.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 47.75MB/426.9M... \u001b[34m37.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 13.69MB/51.97M... \u001b[34m37.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 101.7MB/551.3MB Pulling \u001b[34m39.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 40.26MB/72.38M... \u001b[34m37.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 47.75MB/426.9M... \u001b[34m37.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 13.69MB/51.97M... \u001b[34m37.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 101.7MB/551.3MB Pulling \u001b[34m39.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 40.26MB/72.38M... \u001b[34m37.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 47.75MB/426.9M... \u001b[34m37.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 13.69MB/51.97M... \u001b[34m37.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 102.8MB/551.3MB Pulling \u001b[34m40.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 40.8MB/72.38M... \u001b[34m37.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 47.75MB/426.9M... \u001b[34m37.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 14.22MB/51.97M... \u001b[34m37.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 102.8MB/551.3MB Pulling \u001b[34m40.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 40.8MB/72.38M... \u001b[34m37.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 47.75MB/426.9M... \u001b[34m37.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 14.22MB/51.97M... \u001b[34m37.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 102.8MB/551.3MB Pulling \u001b[34m40.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 40.8MB/72.38M... \u001b[34m38.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 47.75MB/426.9M... \u001b[34m38.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 14.22MB/51.97M... \u001b[34m38.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 103.3MB/551.3MB Pulling \u001b[34m40.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 41.34MB/72.38M... \u001b[34m38.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 47.75MB/426.9M... \u001b[34m38.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 14.22MB/51.97M... \u001b[34m38.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 103.3MB/551.3MB Pulling \u001b[34m40.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 41.34MB/72.38M... \u001b[34m38.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 47.75MB/426.9M... \u001b[34m38.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 14.22MB/51.97M... \u001b[34m38.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 104.4MB/551.3MB Pulling \u001b[34m40.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 41.88MB/72.38M... \u001b[34m38.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 48.29MB/426.9M... \u001b[34m38.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 14.22MB/51.97M... \u001b[34m38.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 104.4MB/551.3MB Pulling \u001b[34m40.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 41.88MB/72.38M... \u001b[34m38.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 48.29MB/426.9M... \u001b[34m38.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 14.22MB/51.97M... \u001b[34m38.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 104.4MB/551.3MB Pulling \u001b[34m40.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 41.88MB/72.38M... \u001b[34m38.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 48.29MB/426.9M... \u001b[34m38.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 14.22MB/51.97M... \u001b[34m38.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 105.4MB/551.3MB Pulling \u001b[34m40.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 42.42MB/72.38M... \u001b[34m38.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 48.29MB/426.9M... \u001b[34m38.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 14.74MB/51.97M... \u001b[34m38.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 105.4MB/551.3MB Pulling \u001b[34m40.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 42.42MB/72.38M... \u001b[34m38.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 48.29MB/426.9M... \u001b[34m38.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 14.74MB/51.97M... \u001b[34m38.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 106MB/551.3MB Pulling \u001b[34m41.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 42.95MB/72.38M... \u001b[34m38.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 48.29MB/426.9M... \u001b[34m38.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 14.74MB/51.97M... \u001b[34m38.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 106MB/551.3MB Pulling \u001b[34m41.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 42.95MB/72.38M... \u001b[34m38.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 48.29MB/426.9M... \u001b[34m38.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 14.74MB/51.97M... \u001b[34m38.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 106.5MB/551.3MB Pulling \u001b[34m41.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 43.49MB/72.38M... \u001b[34m39.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 48.29MB/426.9M... \u001b[34m39.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 14.74MB/51.97M... \u001b[34m39.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 106.5MB/551.3MB Pulling \u001b[34m41.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 43.49MB/72.38M... \u001b[34m39.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 48.29MB/426.9M... \u001b[34m39.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 14.74MB/51.97M... \u001b[34m39.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 107.1MB/551.3MB Pulling \u001b[34m41.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 44.02MB/72.38M... \u001b[34m39.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 48.29MB/426.9M... \u001b[34m39.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 14.74MB/51.97M... \u001b[34m39.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 107.6MB/551.3MB Pulling \u001b[34m41.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 44.02MB/72.38M... \u001b[34m39.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 48.83MB/426.9M... \u001b[34m39.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 14.74MB/51.97M... \u001b[34m39.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 108.1MB/551.3MB Pulling \u001b[34m41.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 44.55MB/72.38M... \u001b[34m39.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 48.83MB/426.9M... \u001b[34m39.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 14.74MB/51.97M... \u001b[34m39.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 108.1MB/551.3MB Pulling \u001b[34m41.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 44.55MB/72.38M... \u001b[34m39.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 48.83MB/426.9M... \u001b[34m39.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 14.74MB/51.97M... \u001b[34m39.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 108.1MB/551.3MB Pulling \u001b[34m41.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 44.55MB/72.38M... \u001b[34m39.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 48.83MB/426.9M... \u001b[34m39.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 14.74MB/51.97M... \u001b[34m39.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 109.2MB/551.3MB Pulling \u001b[34m41.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 45.09MB/72.38M... \u001b[34m39.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 48.83MB/426.9M... \u001b[34m39.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 15.27MB/51.97M... \u001b[34m39.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 109.2MB/551.3MB Pulling \u001b[34m42.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 45.09MB/72.38M... \u001b[34m39.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 48.83MB/426.9M... \u001b[34m39.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 15.27MB/51.97M... \u001b[34m39.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 109.2MB/551.3MB Pulling \u001b[34m42.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 45.09MB/72.38M... \u001b[34m39.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 48.83MB/426.9M... \u001b[34m39.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 15.27MB/51.97M... \u001b[34m39.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⣀\u001b[0m] 109.2MB/551.3MB Pulling \u001b[34m42.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 45.09MB/72.38M... \u001b[34m40.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 48.83MB/426.9M... \u001b[34m40.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 15.27MB/51.97M... \u001b[34m40.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 109.7MB/551.3MB Pulling \u001b[34m42.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 45.61MB/72.38M... \u001b[34m40.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 48.83MB/426.9M... \u001b[34m40.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 15.27MB/51.97M... \u001b[34m40.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 109.7MB/551.3MB Pulling \u001b[34m42.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 45.61MB/72.38M... \u001b[34m40.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 48.83MB/426.9M... \u001b[34m40.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 15.27MB/51.97M... \u001b[34m40.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 110.2MB/551.3MB Pulling \u001b[34m42.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 46.15MB/72.38M... \u001b[34m40.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 48.83MB/426.9M... \u001b[34m40.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 15.27MB/51.97M... \u001b[34m40.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 110.8MB/551.3MB Pulling \u001b[34m42.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 46.15MB/72.38M... \u001b[34m40.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 49.37MB/426.9M... \u001b[34m40.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 15.27MB/51.97M... \u001b[34m40.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 111.3MB/551.3MB Pulling \u001b[34m42.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 46.69MB/72.38M... \u001b[34m40.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 49.37MB/426.9M... \u001b[34m40.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 15.27MB/51.97M... \u001b[34m40.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 111.3MB/551.3MB Pulling \u001b[34m42.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 46.69MB/72.38M... \u001b[34m40.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 49.37MB/426.9M... \u001b[34m40.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 15.27MB/51.97M... \u001b[34m40.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 111.9MB/551.3MB Pulling \u001b[34m42.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 47.23MB/72.38M... \u001b[34m40.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 49.37MB/426.9M... \u001b[34m40.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 15.27MB/51.97M... \u001b[34m40.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 112.4MB/551.3MB Pulling \u001b[34m43.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 47.23MB/72.38M... \u001b[34m40.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 49.37MB/426.9M... \u001b[34m40.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 15.79MB/51.97M... \u001b[34m40.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 112.9MB/551.3MB Pulling \u001b[34m43.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 47.77MB/72.38M... \u001b[34m40.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 49.37MB/426.9M... \u001b[34m40.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 15.79MB/51.97M... \u001b[34m40.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 112.9MB/551.3MB Pulling \u001b[34m43.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 47.77MB/72.38M... \u001b[34m41.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 49.37MB/426.9M... \u001b[34m41.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 15.79MB/51.97M... \u001b[34m41.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 113.5MB/551.3MB Pulling \u001b[34m43.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 48.3MB/72.38M... \u001b[34m41.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 49.37MB/426.9M... \u001b[34m41.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 15.79MB/51.97M... \u001b[34m41.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 113.5MB/551.3MB Pulling \u001b[34m43.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 48.3MB/72.38M... \u001b[34m41.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 49.37MB/426.9M... \u001b[34m41.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 15.79MB/51.97M... \u001b[34m41.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 114MB/551.3MB Pulling \u001b[34m43.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 48.84MB/72.38M... \u001b[34m41.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 49.37MB/426.9M... \u001b[34m41.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 15.79MB/51.97M... \u001b[34m41.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 114MB/551.3MB Pulling \u001b[34m43.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 48.84MB/72.38M... \u001b[34m41.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 49.37MB/426.9M... \u001b[34m41.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 15.79MB/51.97M... \u001b[34m41.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 115.1MB/551.3MB Pulling \u001b[34m43.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 49.37MB/72.38M... \u001b[34m41.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 49.91MB/426.9M... \u001b[34m41.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 15.79MB/51.97M... \u001b[34m41.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 115.1MB/551.3MB Pulling \u001b[34m43.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 49.37MB/72.38M... \u001b[34m41.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 49.91MB/426.9M... \u001b[34m41.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 15.79MB/51.97M... \u001b[34m41.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 115.6MB/551.3MB Pulling \u001b[34m43.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 49.91MB/72.38M... \u001b[34m41.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 49.91MB/426.9M... \u001b[34m41.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 15.79MB/51.97M... \u001b[34m41.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 116.1MB/551.3MB Pulling \u001b[34m44.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 49.91MB/72.38M... \u001b[34m41.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 49.91MB/426.9M... \u001b[34m41.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 16.32MB/51.97M... \u001b[34m41.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 116.1MB/551.3MB Pulling \u001b[34m44.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 49.91MB/72.38M... \u001b[34m41.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 49.91MB/426.9M... \u001b[34m41.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 16.32MB/51.97M... \u001b[34m41.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 116.7MB/551.3MB Pulling \u001b[34m44.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 50.45MB/72.38M... \u001b[34m42.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 49.91MB/426.9M... \u001b[34m42.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 16.32MB/51.97M... \u001b[34m42.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 116.7MB/551.3MB Pulling \u001b[34m44.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 50.45MB/72.38M... \u001b[34m42.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 49.91MB/426.9M... \u001b[34m42.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 16.32MB/51.97M... \u001b[34m42.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 117.2MB/551.3MB Pulling \u001b[34m44.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 50.99MB/72.38M... \u001b[34m42.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 49.91MB/426.9M... \u001b[34m42.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 16.32MB/51.97M... \u001b[34m42.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 117.2MB/551.3MB Pulling \u001b[34m44.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 50.99MB/72.38M... \u001b[34m42.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 49.91MB/426.9M... \u001b[34m42.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 16.32MB/51.97M... \u001b[34m42.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 117.2MB/551.3MB Pulling \u001b[34m44.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 50.99MB/72.38M... \u001b[34m42.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 49.91MB/426.9M... \u001b[34m42.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 16.32MB/51.97M... \u001b[34m42.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 118.8MB/551.3MB Pulling \u001b[34m44.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 51.53MB/72.38M... \u001b[34m42.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 50.45MB/426.9M... \u001b[34m42.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 16.84MB/51.97M... \u001b[34m42.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 118.8MB/551.3MB Pulling \u001b[34m44.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 51.53MB/72.38M... \u001b[34m42.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 50.45MB/426.9M... \u001b[34m42.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 16.84MB/51.97M... \u001b[34m42.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 119.3MB/551.3MB Pulling \u001b[34m44.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 52.06MB/72.38M... \u001b[34m42.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 50.45MB/426.9M... \u001b[34m42.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 16.84MB/51.97M... \u001b[34m42.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 119.3MB/551.3MB Pulling \u001b[34m45.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 52.06MB/72.38M... \u001b[34m42.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 50.45MB/426.9M... \u001b[34m42.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 16.84MB/51.97M... \u001b[34m42.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 119.3MB/551.3MB Pulling \u001b[34m45.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 52.06MB/72.38M... \u001b[34m42.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 50.45MB/426.9M... \u001b[34m42.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 16.84MB/51.97M... \u001b[34m42.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 120.4MB/551.3MB Pulling \u001b[34m45.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 52.6MB/72.38M... \u001b[34m43.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 50.45MB/426.9M... \u001b[34m43.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 17.36MB/51.97M... \u001b[34m43.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 120.4MB/551.3MB Pulling \u001b[34m45.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 52.6MB/72.38M... \u001b[34m43.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 50.45MB/426.9M... \u001b[34m43.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 17.36MB/51.97M... \u001b[34m43.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 120.4MB/551.3MB Pulling \u001b[34m45.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 52.6MB/72.38M... \u001b[34m43.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 50.45MB/426.9M... \u001b[34m43.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 17.36MB/51.97M... \u001b[34m43.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 120.9MB/551.3MB Pulling \u001b[34m45.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 53.13MB/72.38M... \u001b[34m43.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 50.45MB/426.9M... \u001b[34m43.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 17.36MB/51.97M... \u001b[34m43.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 121.5MB/551.3MB Pulling \u001b[34m45.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 53.13MB/72.38M... \u001b[34m43.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 50.98MB/426.9M... \u001b[34m43.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 17.36MB/51.97M... \u001b[34m43.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 121.5MB/551.3MB Pulling \u001b[34m45.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 53.13MB/72.38M... \u001b[34m43.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 50.98MB/426.9M... \u001b[34m43.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 17.36MB/51.97M... \u001b[34m43.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 122.5MB/551.3MB Pulling \u001b[34m45.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 53.67MB/72.38M... \u001b[34m43.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 50.98MB/426.9M... \u001b[34m43.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 17.89MB/51.97M... \u001b[34m43.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 122.5MB/551.3MB Pulling \u001b[34m45.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 53.67MB/72.38M... \u001b[34m43.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 50.98MB/426.9M... \u001b[34m43.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 17.89MB/51.97M... \u001b[34m43.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 122.5MB/551.3MB Pulling \u001b[34m46.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 53.67MB/72.38M... \u001b[34m43.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 50.98MB/426.9M... \u001b[34m43.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 17.89MB/51.97M... \u001b[34m43.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 122.5MB/551.3MB Pulling \u001b[34m46.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 53.67MB/72.38M... \u001b[34m43.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 50.98MB/426.9M... \u001b[34m43.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 17.89MB/51.97M... \u001b[34m43.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 123.1MB/551.3MB Pulling \u001b[34m46.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 54.21MB/72.38M... \u001b[34m44.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 50.98MB/426.9M... \u001b[34m44.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 17.89MB/51.97M... \u001b[34m44.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 123.1MB/551.3MB Pulling \u001b[34m46.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 54.21MB/72.38M... \u001b[34m44.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 50.98MB/426.9M... \u001b[34m44.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 17.89MB/51.97M... \u001b[34m44.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 123.1MB/551.3MB Pulling \u001b[34m46.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 54.21MB/72.38M... \u001b[34m44.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 50.98MB/426.9M... \u001b[34m44.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 17.89MB/51.97M... \u001b[34m44.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 123.1MB/551.3MB Pulling \u001b[34m46.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 54.21MB/72.38M... \u001b[34m44.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 50.98MB/426.9M... \u001b[34m44.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 17.89MB/51.97M... \u001b[34m44.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 123.1MB/551.3MB Pulling \u001b[34m46.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 54.21MB/72.38M... \u001b[34m44.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 50.98MB/426.9M... \u001b[34m44.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 17.89MB/51.97M... \u001b[34m44.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 123.6MB/551.3MB Pulling \u001b[34m46.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 54.21MB/72.38M... \u001b[34m44.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 50.98MB/426.9M... \u001b[34m44.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 18.42MB/51.97M... \u001b[34m44.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⣀\u001b[0m] 124.1MB/551.3MB Pulling \u001b[34m46.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 54.21MB/72.38M... \u001b[34m44.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 51.5MB/426.9M... \u001b[34m44.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 18.42MB/51.97M... \u001b[34m44.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 124.7MB/551.3MB Pulling \u001b[34m46.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 54.75MB/72.38M... \u001b[34m44.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 51.5MB/426.9M... \u001b[34m44.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 18.42MB/51.97M... \u001b[34m44.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 124.7MB/551.3MB Pulling \u001b[34m47.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 54.75MB/72.38M... \u001b[34m44.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 51.5MB/426.9M... \u001b[34m44.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 18.42MB/51.97M... \u001b[34m44.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 125.2MB/551.3MB Pulling \u001b[34m47.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 55.28MB/72.38M... \u001b[34m44.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 51.5MB/426.9M... \u001b[34m44.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 18.42MB/51.97M... \u001b[34m44.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 125.7MB/551.3MB Pulling \u001b[34m47.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 55.28MB/72.38M... \u001b[34m45.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 51.5MB/426.9M... \u001b[34m45.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 18.94MB/51.97M... \u001b[34m45.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 125.7MB/551.3MB Pulling \u001b[34m47.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 55.28MB/72.38M... \u001b[34m45.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 51.5MB/426.9M... \u001b[34m45.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 18.94MB/51.97M... \u001b[34m45.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 126.3MB/551.3MB Pulling \u001b[34m47.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 55.82MB/72.38M... \u001b[34m45.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 51.5MB/426.9M... \u001b[34m45.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 18.94MB/51.97M... \u001b[34m45.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 126.3MB/551.3MB Pulling \u001b[34m47.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 55.82MB/72.38M... \u001b[34m45.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 51.5MB/426.9M... \u001b[34m45.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 18.94MB/51.97M... \u001b[34m45.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 126.8MB/551.3MB Pulling \u001b[34m47.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 55.82MB/72.38M... \u001b[34m45.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 52.03MB/426.9M... \u001b[34m45.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 18.94MB/51.97M... \u001b[34m45.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 127.3MB/551.3MB Pulling \u001b[34m47.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 56.36MB/72.38M... \u001b[34m45.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 52.03MB/426.9M... \u001b[34m45.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 18.94MB/51.97M... \u001b[34m45.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 127.3MB/551.3MB Pulling \u001b[34m47.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 56.36MB/72.38M... \u001b[34m45.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 52.03MB/426.9M... \u001b[34m45.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 18.94MB/51.97M... \u001b[34m45.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 127.9MB/551.3MB Pulling \u001b[34m47.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 56.36MB/72.38M... \u001b[34m45.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 52.03MB/426.9M... \u001b[34m45.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 19.46MB/51.97M... \u001b[34m45.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 128.4MB/551.3MB Pulling \u001b[34m48.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 56.9MB/72.38M... \u001b[34m45.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 52.03MB/426.9M... \u001b[34m45.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 19.46MB/51.97M... \u001b[34m45.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 128.4MB/551.3MB Pulling \u001b[34m48.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 56.9MB/72.38M... \u001b[34m45.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 52.03MB/426.9M... \u001b[34m45.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 19.46MB/51.97M... \u001b[34m45.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 129.5MB/551.3MB Pulling \u001b[34m48.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 57.44MB/72.38M... \u001b[34m46.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 52.57MB/426.9M... \u001b[34m46.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 19.46MB/51.97M... \u001b[34m46.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 129.5MB/551.3MB Pulling \u001b[34m48.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 57.44MB/72.38M... \u001b[34m46.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 52.57MB/426.9M... \u001b[34m46.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 19.46MB/51.97M... \u001b[34m46.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 129.5MB/551.3MB Pulling \u001b[34m48.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 57.44MB/72.38M... \u001b[34m46.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 52.57MB/426.9M... \u001b[34m46.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 19.46MB/51.97M... \u001b[34m46.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 130MB/551.3MB Pulling \u001b[34m48.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 57.98MB/72.38M... \u001b[34m46.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 52.57MB/426.9M... \u001b[34m46.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 19.46MB/51.97M... \u001b[34m46.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 130.5MB/551.3MB Pulling \u001b[34m48.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 57.98MB/72.38M... \u001b[34m46.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 52.57MB/426.9M... \u001b[34m46.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 19.99MB/51.97M... \u001b[34m46.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 130.5MB/551.3MB Pulling \u001b[34m48.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 57.98MB/72.38M... \u001b[34m46.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 52.57MB/426.9M... \u001b[34m46.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 19.99MB/51.97M... \u001b[34m46.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 131.6MB/551.3MB Pulling \u001b[34m48.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 58.52MB/72.38M... \u001b[34m46.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 53.11MB/426.9M... \u001b[34m46.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 19.99MB/51.97M... \u001b[34m46.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 131.6MB/551.3MB Pulling \u001b[34m48.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 58.52MB/72.38M... \u001b[34m46.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 53.11MB/426.9M... \u001b[34m46.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 19.99MB/51.97M... \u001b[34m46.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 131.6MB/551.3MB Pulling \u001b[34m49.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 58.52MB/72.38M... \u001b[34m46.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 53.11MB/426.9M... \u001b[34m46.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 19.99MB/51.97M... \u001b[34m46.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 132.2MB/551.3MB Pulling \u001b[34m49.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 59.06MB/72.38M... \u001b[34m46.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 53.11MB/426.9M... \u001b[34m46.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 19.99MB/51.97M... \u001b[34m46.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 132.2MB/551.3MB Pulling \u001b[34m49.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 59.06MB/72.38M... \u001b[34m47.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 53.11MB/426.9M... \u001b[34m47.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 19.99MB/51.97M... \u001b[34m47.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 133.2MB/551.3MB Pulling \u001b[34m49.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 59.06MB/72.38M... \u001b[34m47.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 53.65MB/426.9M... \u001b[34m47.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 20.52MB/51.97M... \u001b[34m47.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 133.8MB/551.3MB Pulling \u001b[34m49.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 59.6MB/72.38M... \u001b[34m47.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 53.65MB/426.9M... \u001b[34m47.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 20.52MB/51.97M... \u001b[34m47.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 133.8MB/551.3MB Pulling \u001b[34m49.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 59.6MB/72.38M... \u001b[34m47.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 53.65MB/426.9M... \u001b[34m47.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 20.52MB/51.97M... \u001b[34m47.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 133.8MB/551.3MB Pulling \u001b[34m49.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 59.6MB/72.38M... \u001b[34m47.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 53.65MB/426.9M... \u001b[34m47.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 20.52MB/51.97M... \u001b[34m47.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 134.3MB/551.3MB Pulling \u001b[34m49.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 60.14MB/72.38M... \u001b[34m47.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 53.65MB/426.9M... \u001b[34m47.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 20.52MB/51.97M... \u001b[34m47.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 134.8MB/551.3MB Pulling \u001b[34m49.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 60.14MB/72.38M... \u001b[34m47.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 54.17MB/426.9M... \u001b[34m47.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 20.52MB/51.97M... \u001b[34m47.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 135.4MB/551.3MB Pulling \u001b[34m49.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 60.14MB/72.38M... \u001b[34m47.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 54.17MB/426.9M... \u001b[34m47.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 21.05MB/51.97M... \u001b[34m47.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 135.4MB/551.3MB Pulling \u001b[34m50.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 60.14MB/72.38M... \u001b[34m47.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 54.17MB/426.9M... \u001b[34m47.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 21.05MB/51.97M... \u001b[34m47.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 135.9MB/551.3MB Pulling \u001b[34m50.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 60.68MB/72.38M... \u001b[34m47.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 54.17MB/426.9M... \u001b[34m47.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 21.05MB/51.97M... \u001b[34m47.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 135.9MB/551.3MB Pulling \u001b[34m50.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 60.68MB/72.38M... \u001b[34m48.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 54.17MB/426.9M... \u001b[34m48.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 21.05MB/51.97M... \u001b[34m48.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 136.4MB/551.3MB Pulling \u001b[34m50.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 61.21MB/72.38M... \u001b[34m48.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 54.17MB/426.9M... \u001b[34m48.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 21.05MB/51.97M... \u001b[34m48.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 136.4MB/551.3MB Pulling \u001b[34m50.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 61.21MB/72.38M... \u001b[34m48.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 54.17MB/426.9M... \u001b[34m48.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 21.05MB/51.97M... \u001b[34m48.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 137MB/551.3MB Pulling \u001b[34m50.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 61.21MB/72.38M... \u001b[34m48.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 54.71MB/426.9M... \u001b[34m48.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 21.05MB/51.97M... \u001b[34m48.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 138MB/551.3MB Pulling \u001b[34m50.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 61.75MB/72.38M... \u001b[34m48.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 54.71MB/426.9M... \u001b[34m48.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 21.58MB/51.97M... \u001b[34m48.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 138MB/551.3MB Pulling \u001b[34m50.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 61.75MB/72.38M... \u001b[34m48.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 54.71MB/426.9M... \u001b[34m48.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 21.58MB/51.97M... \u001b[34m48.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 138.6MB/551.3MB Pulling \u001b[34m50.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 62.28MB/72.38M... \u001b[34m48.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 54.71MB/426.9M... \u001b[34m48.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 21.58MB/51.97M... \u001b[34m48.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 138.6MB/551.3MB Pulling \u001b[34m50.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 62.28MB/72.38M... \u001b[34m48.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 54.71MB/426.9M... \u001b[34m48.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 21.58MB/51.97M... \u001b[34m48.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 138.6MB/551.3MB Pulling \u001b[34m51.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 62.28MB/72.38M... \u001b[34m48.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 54.71MB/426.9M... \u001b[34m48.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 21.58MB/51.97M... \u001b[34m48.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 139.1MB/551.3MB Pulling \u001b[34m51.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 62.81MB/72.38M... \u001b[34m48.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 54.71MB/426.9M... \u001b[34m48.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 21.58MB/51.97M... \u001b[34m48.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 140.2MB/551.3MB Pulling \u001b[34m51.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 62.81MB/72.38M... \u001b[34m49.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 55.25MB/426.9M... \u001b[34m49.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 22.11MB/51.97M... \u001b[34m49.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 140.2MB/551.3MB Pulling \u001b[34m51.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 62.81MB/72.38M... \u001b[34m49.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 55.25MB/426.9M... \u001b[34m49.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 22.11MB/51.97M... \u001b[34m49.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 140.7MB/551.3MB Pulling \u001b[34m51.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 63.35MB/72.38M... \u001b[34m49.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 55.25MB/426.9M... \u001b[34m49.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 22.11MB/51.97M... \u001b[34m49.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 140.7MB/551.3MB Pulling \u001b[34m51.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 63.35MB/72.38M... \u001b[34m49.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 55.25MB/426.9M... \u001b[34m49.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 22.11MB/51.97M... \u001b[34m49.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣄\u001b[0m] 140.7MB/551.3MB Pulling \u001b[34m51.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 63.35MB/72.38M... \u001b[34m49.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 55.25MB/426.9M... \u001b[34m49.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 22.11MB/51.97M... \u001b[34m49.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣄\u001b[0m] 141.2MB/551.3MB Pulling \u001b[34m51.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 63.89MB/72.38M... \u001b[34m49.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 55.25MB/426.9M... \u001b[34m49.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 22.11MB/51.97M... \u001b[34m49.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 142.3MB/551.3MB Pulling \u001b[34m51.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 63.89MB/72.38M... \u001b[34m49.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 55.79MB/426.9M... \u001b[34m49.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 22.63MB/51.97M... \u001b[34m49.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 142.3MB/551.3MB Pulling \u001b[34m51.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 63.89MB/72.38M... \u001b[34m49.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 55.79MB/426.9M... \u001b[34m49.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 22.63MB/51.97M... \u001b[34m49.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 142.9MB/551.3MB Pulling \u001b[34m52.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 64.43MB/72.38M... \u001b[34m49.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 55.79MB/426.9M... \u001b[34m49.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 22.63MB/51.97M... \u001b[34m49.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 142.9MB/551.3MB Pulling \u001b[34m52.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 64.43MB/72.38M... \u001b[34m49.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 55.79MB/426.9M... \u001b[34m49.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 22.63MB/51.97M... \u001b[34m49.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 142.9MB/551.3MB Pulling \u001b[34m52.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 64.43MB/72.38M... \u001b[34m50.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 55.79MB/426.9M... \u001b[34m50.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 22.63MB/51.97M... \u001b[34m50.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 143.4MB/551.3MB Pulling \u001b[34m52.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 64.97MB/72.38M... \u001b[34m50.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 55.79MB/426.9M... \u001b[34m50.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 22.63MB/51.97M... \u001b[34m50.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 144.5MB/551.3MB Pulling \u001b[34m52.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 64.97MB/72.38M... \u001b[34m50.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 56.33MB/426.9M... \u001b[34m50.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 23.16MB/51.97M... \u001b[34m50.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 144.5MB/551.3MB Pulling \u001b[34m52.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 64.97MB/72.38M... \u001b[34m50.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 56.33MB/426.9M... \u001b[34m50.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 23.16MB/51.97M... \u001b[34m50.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 144.5MB/551.3MB Pulling \u001b[34m52.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 64.97MB/72.38M... \u001b[34m50.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 56.33MB/426.9M... \u001b[34m50.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 23.16MB/51.97M... \u001b[34m50.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 145MB/551.3MB Pulling \u001b[34m52.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 65.51MB/72.38M... \u001b[34m50.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 56.33MB/426.9M... \u001b[34m50.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 23.16MB/51.97M... \u001b[34m50.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 145MB/551.3MB Pulling \u001b[34m52.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 65.51MB/72.38M... \u001b[34m50.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 56.33MB/426.9M... \u001b[34m50.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 23.16MB/51.97M... \u001b[34m50.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 146.1MB/551.3MB Pulling \u001b[34m52.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 65.51MB/72.38M... \u001b[34m50.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 56.87MB/426.9M... \u001b[34m50.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 23.68MB/51.97M... \u001b[34m50.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 146.6MB/551.3MB Pulling \u001b[34m53.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 66.04MB/72.38M... \u001b[34m50.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 56.87MB/426.9M... \u001b[34m50.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 23.68MB/51.97M... \u001b[34m50.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 146.6MB/551.3MB Pulling \u001b[34m53.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 66.04MB/72.38M... \u001b[34m50.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 56.87MB/426.9M... \u001b[34m50.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 23.68MB/51.97M... \u001b[34m50.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 146.6MB/551.3MB Pulling \u001b[34m53.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 66.04MB/72.38M... \u001b[34m51.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 56.87MB/426.9M... \u001b[34m51.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 23.68MB/51.97M... \u001b[34m51.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 147.1MB/551.3MB Pulling \u001b[34m53.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 66.58MB/72.38M... \u001b[34m51.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 56.87MB/426.9M... \u001b[34m51.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 23.68MB/51.97M... \u001b[34m51.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 147.1MB/551.3MB Pulling \u001b[34m53.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 66.58MB/72.38M... \u001b[34m51.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 56.87MB/426.9M... \u001b[34m51.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 23.68MB/51.97M... \u001b[34m51.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 148.2MB/551.3MB Pulling \u001b[34m53.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 66.58MB/72.38M... \u001b[34m51.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 57.41MB/426.9M... \u001b[34m51.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 24.2MB/51.97M... \u001b[34m51.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 148.2MB/551.3MB Pulling \u001b[34m53.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 66.58MB/72.38M... \u001b[34m51.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 57.41MB/426.9M... \u001b[34m51.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 24.2MB/51.97M... \u001b[34m51.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 148.7MB/551.3MB Pulling \u001b[34m53.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 67.12MB/72.38M... \u001b[34m51.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 57.41MB/426.9M... \u001b[34m51.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 24.2MB/51.97M... \u001b[34m51.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 148.7MB/551.3MB Pulling \u001b[34m53.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 67.12MB/72.38M... \u001b[34m51.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 57.41MB/426.9M... \u001b[34m51.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 24.2MB/51.97M... \u001b[34m51.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 148.7MB/551.3MB Pulling \u001b[34m53.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 67.12MB/72.38M... \u001b[34m51.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 57.41MB/426.9M... \u001b[34m51.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 24.2MB/51.97M... \u001b[34m51.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 149.8MB/551.3MB Pulling \u001b[34m54.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 67.65MB/72.38M... \u001b[34m51.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 57.95MB/426.9M... \u001b[34m51.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 24.2MB/51.97M... \u001b[34m51.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 150.3MB/551.3MB Pulling \u001b[34m54.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 67.65MB/72.38M... \u001b[34m51.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 57.95MB/426.9M... \u001b[34m51.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 24.72MB/51.97M... \u001b[34m51.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 150.3MB/551.3MB Pulling \u001b[34m54.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 67.65MB/72.38M... \u001b[34m52.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 57.95MB/426.9M... \u001b[34m52.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 24.72MB/51.97M... \u001b[34m52.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 150.9MB/551.3MB Pulling \u001b[34m54.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 68.19MB/72.38M... \u001b[34m52.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 57.95MB/426.9M... \u001b[34m52.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 24.72MB/51.97M... \u001b[34m52.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 150.9MB/551.3MB Pulling \u001b[34m54.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 68.19MB/72.38M... \u001b[34m52.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 57.95MB/426.9M... \u001b[34m52.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 24.72MB/51.97M... \u001b[34m52.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 151.4MB/551.3MB Pulling \u001b[34m54.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 68.19MB/72.38M... \u001b[34m52.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 58.5MB/426.9M... \u001b[34m52.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 24.72MB/51.97M... \u001b[34m52.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 151.4MB/551.3MB Pulling \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 68.19MB/72.38M... \u001b[34m52.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 58.5MB/426.9M... \u001b[34m52.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 24.72MB/51.97M... \u001b[34m52.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 152.5MB/551.3MB Pulling \u001b[34m54.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 68.72MB/72.38M... \u001b[34m52.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 58.5MB/426.9M... \u001b[34m52.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 25.25MB/51.97M... \u001b[34m52.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 152.5MB/551.3MB Pulling \u001b[34m54.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 68.72MB/72.38M... \u001b[34m52.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 58.5MB/426.9M... \u001b[34m52.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 25.25MB/51.97M... \u001b[34m52.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 153MB/551.3MB Pulling \u001b[34m54.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 68.72MB/72.38M... \u001b[34m52.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 59.03MB/426.9M... \u001b[34m52.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 25.25MB/51.97M... \u001b[34m52.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 153.5MB/551.3MB Pulling \u001b[34m55.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 69.26MB/72.38M... \u001b[34m52.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 59.03MB/426.9M... \u001b[34m52.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 25.25MB/51.97M... \u001b[34m52.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 153.5MB/551.3MB Pulling \u001b[34m55.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 69.26MB/72.38M... \u001b[34m52.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 59.03MB/426.9M... \u001b[34m52.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 25.25MB/51.97M... \u001b[34m52.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 153.5MB/551.3MB Pulling \u001b[34m55.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 69.26MB/72.38M... \u001b[34m53.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 59.03MB/426.9M... \u001b[34m53.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 25.25MB/51.97M... \u001b[34m53.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 154.6MB/551.3MB Pulling \u001b[34m55.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 69.8MB/72.38M... \u001b[34m53.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 59.03MB/426.9M... \u001b[34m53.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 25.78MB/51.97M... \u001b[34m53.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 154.6MB/551.3MB Pulling \u001b[34m55.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 69.8MB/72.38M... \u001b[34m53.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 59.03MB/426.9M... \u001b[34m53.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 25.78MB/51.97M... \u001b[34m53.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 155.1MB/551.3MB Pulling \u001b[34m55.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 69.8MB/72.38M... \u001b[34m53.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 59.56MB/426.9M... \u001b[34m53.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 25.78MB/51.97M... \u001b[34m53.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 155.7MB/551.3MB Pulling \u001b[34m55.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 70.33MB/72.38M... \u001b[34m53.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 59.56MB/426.9M... \u001b[34m53.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 25.78MB/51.97M... \u001b[34m53.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 155.7MB/551.3MB Pulling \u001b[34m55.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 70.33MB/72.38M... \u001b[34m53.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 59.56MB/426.9M... \u001b[34m53.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 25.78MB/51.97M... \u001b[34m53.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣄\u001b[0m] 155.7MB/551.3MB Pulling \u001b[34m55.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 70.33MB/72.38M... \u001b[34m53.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 59.56MB/426.9M... \u001b[34m53.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 25.78MB/51.97M... \u001b[34m53.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣤\u001b[0m] 156.7MB/551.3MB Pulling \u001b[34m55.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 70.87MB/72.38M... \u001b[34m53.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 59.56MB/426.9M... \u001b[34m53.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 26.31MB/51.97M... \u001b[34m53.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣤\u001b[0m] 156.7MB/551.3MB Pulling \u001b[34m56.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 70.87MB/72.38M... \u001b[34m53.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 59.56MB/426.9M... \u001b[34m53.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 26.31MB/51.97M... \u001b[34m53.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣤\u001b[0m] 157.3MB/551.3MB Pulling \u001b[34m56.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 70.87MB/72.38M... \u001b[34m53.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 60.1MB/426.9M... \u001b[34m53.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 26.31MB/51.97M... \u001b[34m53.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣤\u001b[0m] 157.8MB/551.3MB Pulling \u001b[34m56.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 71.4MB/72.38M... \u001b[34m54.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 60.1MB/426.9M... \u001b[34m54.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 26.31MB/51.97M... \u001b[34m54.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣤\u001b[0m] 157.8MB/551.3MB Pulling \u001b[34m56.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 71.4MB/72.38M... \u001b[34m54.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 60.1MB/426.9M... \u001b[34m54.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 26.31MB/51.97M... \u001b[34m54.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣤\u001b[0m] 158.3MB/551.3MB Pulling \u001b[34m56.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 71.4MB/72.38M... \u001b[34m54.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 60.1MB/426.9M... \u001b[34m54.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 26.83MB/51.97M... \u001b[34m54.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣤\u001b[0m] 158.3MB/551.3MB Pulling \u001b[34m56.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 71.4MB/72.38M... \u001b[34m54.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 60.1MB/426.9M... \u001b[34m54.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 26.83MB/51.97M... \u001b[34m54.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣤\u001b[0m] 158.9MB/551.3MB Pulling \u001b[34m56.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 71.94MB/72.38M... \u001b[34m54.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 60.1MB/426.9M... \u001b[34m54.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 26.83MB/51.97M... \u001b[34m54.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣤\u001b[0m] 158.9MB/551.3MB Pulling \u001b[34m56.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 71.94MB/72.38M... \u001b[34m54.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 60.1MB/426.9M... \u001b[34m54.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 26.83MB/51.97M... \u001b[34m54.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣤\u001b[0m] 159.4MB/551.3MB Pulling \u001b[34m56.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 71.94MB/72.38M... \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 60.64MB/426.9M... \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 26.83MB/51.97M... \u001b[34m54.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 87.99MB/478.9MB Pulling \u001b[34m56.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 60.64MB/426.9M... \u001b[34m54.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 27.35MB/51.97M... \u001b[34m54.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 87.99MB/478.9MB Pulling \u001b[34m57.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 60.64MB/426.9M... \u001b[34m54.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 27.35MB/51.97M... \u001b[34m54.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 87.99MB/478.9MB Pulling \u001b[34m57.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 60.64MB/426.9M... \u001b[34m54.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 27.35MB/51.97M... \u001b[34m54.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 88.52MB/478.9MB Pulling \u001b[34m57.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 60.64MB/426.9M... \u001b[34m55.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 27.88MB/51.97M... \u001b[34m55.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 89.04MB/478.9MB Pulling \u001b[34m57.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 61.17MB/426.9M... \u001b[34m55.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 27.88MB/51.97M... \u001b[34m55.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 89.04MB/478.9MB Pulling \u001b[34m57.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 61.17MB/426.9M... \u001b[34m55.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 27.88MB/51.97M... \u001b[34m55.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 89.04MB/478.9MB Pulling \u001b[34m57.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 61.17MB/426.9M... \u001b[34m55.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 27.88MB/51.97M... \u001b[34m55.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 89.57MB/478.9MB Pulling \u001b[34m57.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 61.17MB/426.9M... \u001b[34m55.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 28.4MB/51.97M... \u001b[34m55.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 90.11MB/478.9MB Pulling \u001b[34m57.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 61.71MB/426.9M... \u001b[34m55.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 28.4MB/51.97M... \u001b[34m55.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 90.11MB/478.9MB Pulling \u001b[34m57.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 61.71MB/426.9M... \u001b[34m55.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 28.4MB/51.97M... \u001b[34m55.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 90.63MB/478.9MB Pulling \u001b[34m57.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 61.71MB/426.9M... \u001b[34m55.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 28.92MB/51.97M... \u001b[34m55.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 90.63MB/478.9MB Pulling \u001b[34m58.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 61.71MB/426.9M... \u001b[34m55.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 28.92MB/51.97M... \u001b[34m55.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 90.63MB/478.9MB Pulling \u001b[34m58.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 61.71MB/426.9M... \u001b[34m55.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 28.92MB/51.97M... \u001b[34m55.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 91.16MB/478.9MB Pulling \u001b[34m58.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 62.24MB/426.9M... \u001b[34m56.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 28.92MB/51.97M... \u001b[34m56.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 91.16MB/478.9MB Pulling \u001b[34m58.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 62.24MB/426.9M... \u001b[34m56.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 28.92MB/51.97M... \u001b[34m56.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 91.69MB/478.9MB Pulling \u001b[34m58.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 62.24MB/426.9M... \u001b[34m56.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 29.45MB/51.97M... \u001b[34m56.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 91.69MB/478.9MB Pulling \u001b[34m58.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 62.24MB/426.9M... \u001b[34m56.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 29.45MB/51.97M... \u001b[34m56.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 92.23MB/478.9MB Pulling \u001b[34m58.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 62.78MB/426.9M... \u001b[34m56.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 29.45MB/51.97M... \u001b[34m56.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 92.75MB/478.9MB Pulling \u001b[34m58.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 62.78MB/426.9M... \u001b[34m56.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 29.98MB/51.97M... \u001b[34m56.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 92.75MB/478.9MB Pulling \u001b[34m58.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 62.78MB/426.9M... \u001b[34m56.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 29.98MB/51.97M... \u001b[34m56.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 93.29MB/478.9MB Pulling \u001b[34m58.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 63.31MB/426.9M... \u001b[34m56.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 29.98MB/51.97M... \u001b[34m56.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 93.82MB/478.9MB Pulling \u001b[34m59.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 63.31MB/426.9M... \u001b[34m56.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 30.51MB/51.97M... \u001b[34m56.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 93.82MB/478.9MB Pulling \u001b[34m59.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 63.31MB/426.9M... \u001b[34m56.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 30.51MB/51.97M... \u001b[34m56.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 94.36MB/478.9MB Pulling \u001b[34m59.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 63.85MB/426.9M... \u001b[34m57.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 30.51MB/51.97M... \u001b[34m57.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 94.89MB/478.9MB Pulling \u001b[34m59.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 63.85MB/426.9M... \u001b[34m57.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 31.04MB/51.97M... \u001b[34m57.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 94.89MB/478.9MB Pulling \u001b[34m59.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 63.85MB/426.9M... \u001b[34m57.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 31.04MB/51.97M... \u001b[34m57.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 95.43MB/478.9MB Pulling \u001b[34m59.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 64.39MB/426.9M... \u001b[34m57.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 31.04MB/51.97M... \u001b[34m57.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 95.95MB/478.9MB Pulling \u001b[34m59.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 64.39MB/426.9M... \u001b[34m57.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 31.56MB/51.97M... \u001b[34m57.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 95.95MB/478.9MB Pulling \u001b[34m59.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 64.39MB/426.9M... \u001b[34m57.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 31.56MB/51.97M... \u001b[34m57.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 96.49MB/478.9MB Pulling \u001b[34m59.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 64.93MB/426.9M... \u001b[34m57.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 31.56MB/51.97M... \u001b[34m57.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 97.02MB/478.9MB Pulling \u001b[34m59.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 64.93MB/426.9M... \u001b[34m57.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 32.08MB/51.97M... \u001b[34m57.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 97.02MB/478.9MB Pulling \u001b[34m60.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 64.93MB/426.9M... \u001b[34m57.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 32.08MB/51.97M... \u001b[34m57.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 97.55MB/478.9MB Pulling \u001b[34m60.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 65.47MB/426.9M... \u001b[34m57.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 32.08MB/51.97M... \u001b[34m57.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 98.08MB/478.9MB Pulling \u001b[34m60.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 65.47MB/426.9M... \u001b[34m58.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 32.61MB/51.97M... \u001b[34m58.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 98.08MB/478.9MB Pulling \u001b[34m60.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 65.47MB/426.9M... \u001b[34m58.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 32.61MB/51.97M... \u001b[34m58.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 98.62MB/478.9MB Pulling \u001b[34m60.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 66.01MB/426.9M... \u001b[34m58.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 32.61MB/51.97M... \u001b[34m58.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 98.62MB/478.9MB Pulling \u001b[34m60.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 66.01MB/426.9M... \u001b[34m58.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 32.61MB/51.97M... \u001b[34m58.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 99.68MB/478.9MB Pulling \u001b[34m60.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 66.55MB/426.9M... \u001b[34m58.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 33.13MB/51.97M... \u001b[34m58.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 99.68MB/478.9MB Pulling \u001b[34m60.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 66.55MB/426.9M... \u001b[34m58.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 33.13MB/51.97M... \u001b[34m58.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 99.68MB/478.9MB Pulling \u001b[34m60.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 66.55MB/426.9M... \u001b[34m58.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 33.13MB/51.97M... \u001b[34m58.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 100.7MB/478.9MB Pulling \u001b[34m60.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 67.08MB/426.9M... \u001b[34m58.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 33.66MB/51.97M... \u001b[34m58.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 100.7MB/478.9MB Pulling \u001b[34m61.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 67.08MB/426.9M... \u001b[34m58.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 33.66MB/51.97M... \u001b[34m58.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 101.3MB/478.9MB Pulling \u001b[34m61.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 67.62MB/426.9M... \u001b[34m58.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 33.66MB/51.97M... \u001b[34m58.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 101.3MB/478.9MB Pulling \u001b[34m61.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 67.62MB/426.9M... \u001b[34m59.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 33.66MB/51.97M... \u001b[34m59.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 101.8MB/478.9MB Pulling \u001b[34m61.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 67.62MB/426.9M... \u001b[34m59.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 34.19MB/51.97M... \u001b[34m59.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 102.3MB/478.9MB Pulling \u001b[34m61.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 68.16MB/426.9M... \u001b[34m59.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 34.19MB/51.97M... \u001b[34m59.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 102.3MB/478.9MB Pulling \u001b[34m61.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 68.16MB/426.9M... \u001b[34m59.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 34.19MB/51.97M... \u001b[34m59.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 102.9MB/478.9MB Pulling \u001b[34m61.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 68.16MB/426.9M... \u001b[34m59.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 34.71MB/51.97M... \u001b[34m59.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 103.4MB/478.9MB Pulling \u001b[34m61.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 68.69MB/426.9M... \u001b[34m59.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 34.71MB/51.97M... \u001b[34m59.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 103.4MB/478.9MB Pulling \u001b[34m61.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 68.69MB/426.9M... \u001b[34m59.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 34.71MB/51.97M... \u001b[34m59.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 103.4MB/478.9MB Pulling \u001b[34m61.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 68.69MB/426.9M... \u001b[34m59.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 34.71MB/51.97M... \u001b[34m59.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 103.4MB/478.9MB Pulling \u001b[34m62.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 68.69MB/426.9M... \u001b[34m59.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 34.71MB/51.97M... \u001b[34m59.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 103.9MB/478.9MB Pulling \u001b[34m62.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 68.69MB/426.9M... \u001b[34m59.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 35.23MB/51.97M... \u001b[34m59.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 103.9MB/478.9MB Pulling \u001b[34m62.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 68.69MB/426.9M... \u001b[34m60.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 35.23MB/51.97M... \u001b[34m60.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 103.9MB/478.9MB Pulling \u001b[34m62.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 68.69MB/426.9M... \u001b[34m60.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 35.23MB/51.97M... \u001b[34m60.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 104.5MB/478.9MB Pulling \u001b[34m62.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m60.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 35.23MB/51.97M... \u001b[34m60.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 104.5MB/478.9MB Pulling \u001b[34m62.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m60.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 35.23MB/51.97M... \u001b[34m60.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 104.5MB/478.9MB Pulling \u001b[34m62.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m60.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 35.23MB/51.97M... \u001b[34m60.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 104.5MB/478.9MB Pulling \u001b[34m62.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m60.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 35.23MB/51.97M... \u001b[34m60.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 104.5MB/478.9MB Pulling \u001b[34m62.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m60.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 35.23MB/51.97M... \u001b[34m60.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 104.5MB/478.9MB Pulling \u001b[34m62.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m60.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 35.23MB/51.97M... \u001b[34m60.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 104.5MB/478.9MB Pulling \u001b[34m63.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m60.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 35.23MB/51.97M... \u001b[34m60.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 104.5MB/478.9MB Pulling \u001b[34m63.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m60.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 35.23MB/51.97M... \u001b[34m60.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 104.5MB/478.9MB Pulling \u001b[34m63.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m61.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 35.23MB/51.97M... \u001b[34m61.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 105MB/478.9MB Pulling \u001b[34m63.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m61.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 35.76MB/51.97M... \u001b[34m61.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 105MB/478.9MB Pulling \u001b[34m63.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m61.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 35.76MB/51.97M... \u001b[34m61.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 105MB/478.9MB Pulling \u001b[34m63.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m61.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 35.76MB/51.97M... \u001b[34m61.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 105MB/478.9MB Pulling \u001b[34m63.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m61.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 35.76MB/51.97M... \u001b[34m61.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 105MB/478.9MB Pulling \u001b[34m63.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m61.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 35.76MB/51.97M... \u001b[34m61.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 105MB/478.9MB Pulling \u001b[34m63.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m61.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 35.76MB/51.97M... \u001b[34m61.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 105MB/478.9MB Pulling \u001b[34m63.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 69.23MB/426.9M... \u001b[34m61.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 35.76MB/51.97M... \u001b[34m61.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 105.5MB/478.9MB Pulling \u001b[34m64.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m61.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 35.76MB/51.97M... \u001b[34m61.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 105.5MB/478.9MB Pulling \u001b[34m64.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m61.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 35.76MB/51.97M... \u001b[34m61.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 105.5MB/478.9MB Pulling \u001b[34m64.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m62.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 35.76MB/51.97M... \u001b[34m62.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 105.5MB/478.9MB Pulling \u001b[34m64.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m62.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 35.76MB/51.97M... \u001b[34m62.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 105.5MB/478.9MB Pulling \u001b[34m64.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m62.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 35.76MB/51.97M... \u001b[34m62.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 106MB/478.9MB Pulling \u001b[34m64.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m62.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 36.28MB/51.97M... \u001b[34m62.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 106MB/478.9MB Pulling \u001b[34m64.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m62.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 36.28MB/51.97M... \u001b[34m62.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 106MB/478.9MB Pulling \u001b[34m64.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m62.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 36.28MB/51.97M... \u001b[34m62.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 106MB/478.9MB Pulling \u001b[34m64.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m62.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 36.28MB/51.97M... \u001b[34m62.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 106MB/478.9MB Pulling \u001b[34m64.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m62.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 36.28MB/51.97M... \u001b[34m62.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 106MB/478.9MB Pulling \u001b[34m65.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m62.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 36.28MB/51.97M... \u001b[34m62.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 106MB/478.9MB Pulling \u001b[34m65.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m62.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 36.28MB/51.97M... \u001b[34m62.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 106MB/478.9MB Pulling \u001b[34m65.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m63.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 36.28MB/51.97M... \u001b[34m63.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 106.6MB/478.9MB Pulling \u001b[34m65.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m63.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 36.8MB/51.97M... \u001b[34m63.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 106.6MB/478.9MB Pulling \u001b[34m65.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m63.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 36.8MB/51.97M... \u001b[34m63.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 106.6MB/478.9MB Pulling \u001b[34m65.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m63.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 36.8MB/51.97M... \u001b[34m63.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 107.1MB/478.9MB Pulling \u001b[34m65.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m63.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 37.32MB/51.97M... \u001b[34m63.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 107.1MB/478.9MB Pulling \u001b[34m65.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 69.76MB/426.9M... \u001b[34m63.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 37.32MB/51.97M... \u001b[34m63.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 108.2MB/478.9MB Pulling \u001b[34m65.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 70.3MB/426.9M... \u001b[34m63.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 37.86MB/51.97M... \u001b[34m63.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 108.2MB/478.9MB Pulling \u001b[34m65.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 70.3MB/426.9M... \u001b[34m63.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 37.86MB/51.97M... \u001b[34m63.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 108.7MB/478.9MB Pulling \u001b[34m66.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 70.3MB/426.9M... \u001b[34m63.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 38.38MB/51.97M... \u001b[34m63.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 108.7MB/478.9MB Pulling \u001b[34m66.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 70.3MB/426.9M... \u001b[34m63.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 38.38MB/51.97M... \u001b[34m63.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 109.2MB/478.9MB Pulling \u001b[34m66.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 70.3MB/426.9M... \u001b[34m64.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 38.91MB/51.97M... \u001b[34m64.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 109.7MB/478.9MB Pulling \u001b[34m66.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 70.84MB/426.9M... \u001b[34m64.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 38.91MB/51.97M... \u001b[34m64.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 109.7MB/478.9MB Pulling \u001b[34m66.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 70.84MB/426.9M... \u001b[34m64.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 38.91MB/51.97M... \u001b[34m64.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 110.3MB/478.9MB Pulling \u001b[34m66.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 70.84MB/426.9M... \u001b[34m64.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 39.43MB/51.97M... \u001b[34m64.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 110.3MB/478.9MB Pulling \u001b[34m66.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 70.84MB/426.9M... \u001b[34m64.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 39.43MB/51.97M... \u001b[34m64.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 110.8MB/478.9MB Pulling \u001b[34m66.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 71.38MB/426.9M... \u001b[34m64.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 39.43MB/51.97M... \u001b[34m64.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 111.3MB/478.9MB Pulling \u001b[34m66.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 71.38MB/426.9M... \u001b[34m64.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 39.97MB/51.97M... \u001b[34m64.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 111.3MB/478.9MB Pulling \u001b[34m66.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 71.38MB/426.9M... \u001b[34m64.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 39.97MB/51.97M... \u001b[34m64.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 111.9MB/478.9MB Pulling \u001b[34m67.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 71.38MB/426.9M... \u001b[34m64.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 40.5MB/51.97M... \u001b[34m64.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 112.4MB/478.9MB Pulling \u001b[34m67.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 71.91MB/426.9M... \u001b[34m64.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 40.5MB/51.97M... \u001b[34m64.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 112.4MB/478.9MB Pulling \u001b[34m67.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 71.91MB/426.9M... \u001b[34m65.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 40.5MB/51.97M... \u001b[34m65.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 112.9MB/478.9MB Pulling \u001b[34m67.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 71.91MB/426.9M... \u001b[34m65.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 41.03MB/51.97M... \u001b[34m65.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 113.5MB/478.9MB Pulling \u001b[34m67.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 72.45MB/426.9M... \u001b[34m65.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 41.03MB/51.97M... \u001b[34m65.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 113.5MB/478.9MB Pulling \u001b[34m67.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 72.45MB/426.9M... \u001b[34m65.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 41.03MB/51.97M... \u001b[34m65.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 113.5MB/478.9MB Pulling \u001b[34m67.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 72.45MB/426.9M... \u001b[34m65.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 41.03MB/51.97M... \u001b[34m65.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 114MB/478.9MB Pulling \u001b[34m67.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 72.45MB/426.9M... \u001b[34m65.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 41.55MB/51.97M... \u001b[34m65.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 114.5MB/478.9MB Pulling \u001b[34m67.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 73MB/426.9M... \u001b[34m65.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 41.55MB/51.97M... \u001b[34m65.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 114.5MB/478.9MB Pulling \u001b[34m67.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 73MB/426.9M... \u001b[34m65.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 41.55MB/51.97M... \u001b[34m65.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 114.5MB/478.9MB Pulling \u001b[34m68.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 73MB/426.9M... \u001b[34m65.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 41.55MB/51.97M... \u001b[34m65.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 115.6MB/478.9MB Pulling \u001b[34m68.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 73.54MB/426.9M... \u001b[34m65.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 42.08MB/51.97M... \u001b[34m65.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 115.6MB/478.9MB Pulling \u001b[34m68.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 73.54MB/426.9M... \u001b[34m66.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 42.08MB/51.97M... \u001b[34m66.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 116.1MB/478.9MB Pulling \u001b[34m68.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 74.07MB/426.9M... \u001b[34m66.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 42.08MB/51.97M... \u001b[34m66.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 116.1MB/478.9MB Pulling \u001b[34m68.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 74.07MB/426.9M... \u001b[34m66.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 42.08MB/51.97M... \u001b[34m66.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 116.7MB/478.9MB Pulling \u001b[34m68.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 74.07MB/426.9M... \u001b[34m66.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 42.6MB/51.97M... \u001b[34m66.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 117.2MB/478.9MB Pulling \u001b[34m68.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 74.61MB/426.9M... \u001b[34m66.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 42.6MB/51.97M... \u001b[34m66.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 117.2MB/478.9MB Pulling \u001b[34m68.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 74.61MB/426.9M... \u001b[34m66.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 42.6MB/51.97M... \u001b[34m66.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 117.7MB/478.9MB Pulling \u001b[34m68.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 75.14MB/426.9M... \u001b[34m66.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 42.6MB/51.97M... \u001b[34m66.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 118.3MB/478.9MB Pulling \u001b[34m68.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 75.14MB/426.9M... \u001b[34m66.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 43.13MB/51.97M... \u001b[34m66.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 118.3MB/478.9MB Pulling \u001b[34m69.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 75.14MB/426.9M... \u001b[34m66.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 43.13MB/51.97M... \u001b[34m66.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 118.8MB/478.9MB Pulling \u001b[34m69.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 75.67MB/426.9M... \u001b[34m66.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 43.13MB/51.97M... \u001b[34m66.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 118.8MB/478.9MB Pulling \u001b[34m69.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 75.67MB/426.9M... \u001b[34m67.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 43.13MB/51.97M... \u001b[34m67.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 119.3MB/478.9MB Pulling \u001b[34m69.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 75.67MB/426.9M... \u001b[34m67.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 43.66MB/51.97M... \u001b[34m67.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 119.9MB/478.9MB Pulling \u001b[34m69.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 76.21MB/426.9M... \u001b[34m67.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 43.66MB/51.97M... \u001b[34m67.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 119.9MB/478.9MB Pulling \u001b[34m69.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 76.21MB/426.9M... \u001b[34m67.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 43.66MB/51.97M... \u001b[34m67.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 120.9MB/478.9MB Pulling \u001b[34m69.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 76.74MB/426.9M... \u001b[34m67.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 44.18MB/51.97M... \u001b[34m67.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 120.9MB/478.9MB Pulling \u001b[34m69.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 76.74MB/426.9M... \u001b[34m67.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 44.18MB/51.97M... \u001b[34m67.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 120.9MB/478.9MB Pulling \u001b[34m69.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 76.74MB/426.9M... \u001b[34m67.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 44.18MB/51.97M... \u001b[34m67.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 122MB/478.9MB Pulling \u001b[34m69.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 77.28MB/426.9M... \u001b[34m67.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 44.71MB/51.97M... \u001b[34m67.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 122MB/478.9MB Pulling \u001b[34m70.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 77.28MB/426.9M... \u001b[34m67.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 44.71MB/51.97M... \u001b[34m67.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 122MB/478.9MB Pulling \u001b[34m70.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 77.28MB/426.9M... \u001b[34m67.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 44.71MB/51.97M... \u001b[34m67.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 123MB/478.9MB Pulling \u001b[34m70.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 77.82MB/426.9M... \u001b[34m68.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 45.23MB/51.97M... \u001b[34m68.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 123MB/478.9MB Pulling \u001b[34m70.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 77.82MB/426.9M... \u001b[34m68.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 45.23MB/51.97M... \u001b[34m68.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 123MB/478.9MB Pulling \u001b[34m70.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 77.82MB/426.9M... \u001b[34m68.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 45.23MB/51.97M... \u001b[34m68.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 124.1MB/478.9MB Pulling \u001b[34m70.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 78.36MB/426.9M... \u001b[34m68.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 45.77MB/51.97M... \u001b[34m68.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 124.1MB/478.9MB Pulling \u001b[34m70.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 78.36MB/426.9M... \u001b[34m68.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 45.77MB/51.97M... \u001b[34m68.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 124.1MB/478.9MB Pulling \u001b[34m70.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 78.36MB/426.9M... \u001b[34m68.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 45.77MB/51.97M... \u001b[34m68.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 124.6MB/478.9MB Pulling \u001b[34m70.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 78.36MB/426.9M... \u001b[34m68.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 46.29MB/51.97M... \u001b[34m68.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 125.2MB/478.9MB Pulling \u001b[34m70.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 78.89MB/426.9M... \u001b[34m68.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 46.29MB/51.97M... \u001b[34m68.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 125.2MB/478.9MB Pulling \u001b[34m71.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 78.89MB/426.9M... \u001b[34m68.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 46.29MB/51.97M... \u001b[34m68.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 125.7MB/478.9MB Pulling \u001b[34m71.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 78.89MB/426.9M... \u001b[34m68.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 46.81MB/51.97M... \u001b[34m68.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 126.2MB/478.9MB Pulling \u001b[34m71.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 79.43MB/426.9M... \u001b[34m69.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 46.81MB/51.97M... \u001b[34m69.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 126.2MB/478.9MB Pulling \u001b[34m71.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 79.43MB/426.9M... \u001b[34m69.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 46.81MB/51.97M... \u001b[34m69.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 126.8MB/478.9MB Pulling \u001b[34m71.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 79.43MB/426.9M... \u001b[34m69.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 47.34MB/51.97M... \u001b[34m69.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 126.8MB/478.9MB Pulling \u001b[34m71.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 79.43MB/426.9M... \u001b[34m69.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 47.34MB/51.97M... \u001b[34m69.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 127.8MB/478.9MB Pulling \u001b[34m71.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 79.97MB/426.9M... \u001b[34m69.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 47.86MB/51.97M... \u001b[34m69.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 127.8MB/478.9MB Pulling \u001b[34m71.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 79.97MB/426.9M... \u001b[34m69.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 47.86MB/51.97M... \u001b[34m69.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 127.8MB/478.9MB Pulling \u001b[34m71.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 79.97MB/426.9M... \u001b[34m69.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 47.86MB/51.97M... \u001b[34m69.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 128.4MB/478.9MB Pulling \u001b[34m71.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 79.97MB/426.9M... \u001b[34m69.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 48.39MB/51.97M... \u001b[34m69.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 128.9MB/478.9MB Pulling \u001b[34m72.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 80.52MB/426.9M... \u001b[34m69.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 48.39MB/51.97M... \u001b[34m69.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 129.4MB/478.9MB Pulling \u001b[34m72.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 80.52MB/426.9M... \u001b[34m69.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 48.91MB/51.97M... \u001b[34m69.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 129.4MB/478.9MB Pulling \u001b[34m72.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 80.52MB/426.9M... \u001b[34m70.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 48.91MB/51.97M... \u001b[34m70.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 129.9MB/478.9MB Pulling \u001b[34m72.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 80.52MB/426.9M... \u001b[34m70.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 49.43MB/51.97M... \u001b[34m70.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 130.5MB/478.9MB Pulling \u001b[34m72.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 81.04MB/426.9M... \u001b[34m70.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 49.43MB/51.97M... \u001b[34m70.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 130.5MB/478.9MB Pulling \u001b[34m72.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 81.04MB/426.9M... \u001b[34m70.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 49.43MB/51.97M... \u001b[34m70.3s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 131MB/478.9MB Pulling \u001b[34m72.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 81.04MB/426.9M... \u001b[34m70.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 49.95MB/51.97M... \u001b[34m70.4s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 131MB/478.9MB Pulling \u001b[34m72.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 81.04MB/426.9M... \u001b[34m70.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 49.95MB/51.97M... \u001b[34m70.5s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 131.5MB/478.9MB Pulling \u001b[34m72.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 81.04MB/426.9M... \u001b[34m70.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 50.48MB/51.97M... \u001b[34m70.6s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 132MB/478.9MB Pulling \u001b[34m72.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 81.57MB/426.9M... \u001b[34m70.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 50.48MB/51.97M... \u001b[34m70.7s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 132.6MB/478.9MB Pulling \u001b[34m73.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 81.57MB/426.9M... \u001b[34m70.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 51MB/51.97M... \u001b[34m70.8s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 132.6MB/478.9MB Pulling \u001b[34m73.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 81.57MB/426.9M... \u001b[34m70.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 51MB/51.97M... \u001b[34m70.9s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 133.1MB/478.9MB Pulling \u001b[34m73.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 81.57MB/426.9M... \u001b[34m71.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 51.53MB/51.97M... \u001b[34m71.0s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 133.6MB/478.9MB Pulling \u001b[34m73.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 82.11MB/426.9M... \u001b[34m71.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 51.53MB/51.97M... \u001b[34m71.1s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 82.11MB/426.9MB Pulling \u001b[34m73.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 82.11MB/426.... \u001b[34m71.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 82.11MB/426.9MB Pulling \u001b[34m73.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 82.11MB/426.... \u001b[34m71.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 82.11MB/426.9MB Pulling \u001b[34m73.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 82.11MB/426.... \u001b[34m71.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 82.65MB/426.9MB Pulling \u001b[34m73.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 82.65MB/426.... \u001b[34m71.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 82.65MB/426.9MB Pulling \u001b[34m73.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 82.65MB/426.... \u001b[34m71.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 82.65MB/426.9MB Pulling \u001b[34m73.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 82.65MB/426.... \u001b[34m71.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 83.19MB/426.9MB Pulling \u001b[34m74.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 83.19MB/426.... \u001b[34m71.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 83.19MB/426.9MB Pulling \u001b[34m74.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 83.19MB/426.... \u001b[34m71.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 83.74MB/426.9MB Pulling \u001b[34m74.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 83.74MB/426.... \u001b[34m72.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 83.74MB/426.9MB Pulling \u001b[34m74.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 83.74MB/426.... \u001b[34m72.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 84.26MB/426.9MB Pulling \u001b[34m74.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 84.26MB/426.... \u001b[34m72.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 84.79MB/426.9MB Pulling \u001b[34m74.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 84.79MB/426.... \u001b[34m72.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 84.79MB/426.9MB Pulling \u001b[34m74.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 84.79MB/426.... \u001b[34m72.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 85.32MB/426.9MB Pulling \u001b[34m74.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 85.32MB/426.... \u001b[34m72.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 85.85MB/426.9MB Pulling \u001b[34m74.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 85.85MB/426.... \u001b[34m72.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 85.85MB/426.9MB Pulling \u001b[34m74.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 85.85MB/426.... \u001b[34m72.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 86.39MB/426.9MB Pulling \u001b[34m75.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 86.39MB/426.... \u001b[34m72.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 86.93MB/426.9MB Pulling \u001b[34m75.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 86.93MB/426.... \u001b[34m72.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 86.93MB/426.9MB Pulling \u001b[34m75.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 86.93MB/426.... \u001b[34m73.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 87.46MB/426.9MB Pulling \u001b[34m75.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 87.46MB/426.... \u001b[34m73.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 87.99MB/426.9MB Pulling \u001b[34m75.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 87.99MB/426.... \u001b[34m73.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 87.99MB/426.9MB Pulling \u001b[34m75.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 87.99MB/426.... \u001b[34m73.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 88.53MB/426.9MB Pulling \u001b[34m75.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 88.53MB/426.... \u001b[34m73.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 89.07MB/426.9MB Pulling \u001b[34m75.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 89.07MB/426.... \u001b[34m73.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 89.07MB/426.9MB Pulling \u001b[34m75.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 89.07MB/426.... \u001b[34m73.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 89.61MB/426.9MB Pulling \u001b[34m75.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 89.61MB/426.... \u001b[34m73.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 90.15MB/426.9MB Pulling \u001b[34m76.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 90.15MB/426.... \u001b[34m73.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 90.15MB/426.9MB Pulling \u001b[34m76.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 90.15MB/426.... \u001b[34m73.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 90.69MB/426.9MB Pulling \u001b[34m76.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 90.69MB/426.... \u001b[34m74.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 91.22MB/426.9MB Pulling \u001b[34m76.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 91.22MB/426.... \u001b[34m74.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 91.22MB/426.9MB Pulling \u001b[34m76.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 91.22MB/426.... \u001b[34m74.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 91.76MB/426.9MB Pulling \u001b[34m76.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 91.76MB/426.... \u001b[34m74.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 91.76MB/426.9MB Pulling \u001b[34m76.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 91.76MB/426.... \u001b[34m74.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 92.29MB/426.9MB Pulling \u001b[34m76.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 92.29MB/426.... \u001b[34m74.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 92.29MB/426.9MB Pulling \u001b[34m76.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 92.29MB/426.... \u001b[34m74.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 92.82MB/426.9MB Pulling \u001b[34m76.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 92.82MB/426.... \u001b[34m74.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 92.82MB/426.9MB Pulling \u001b[34m77.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 92.82MB/426.... \u001b[34m74.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 93.36MB/426.9MB Pulling \u001b[34m77.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 93.36MB/426.... \u001b[34m74.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 93.36MB/426.9MB Pulling \u001b[34m77.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 93.36MB/426.... \u001b[34m75.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 93.91MB/426.9MB Pulling \u001b[34m77.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 93.91MB/426.... \u001b[34m75.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 94.45MB/426.9MB Pulling \u001b[34m77.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 94.45MB/426.... \u001b[34m75.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 94.45MB/426.9MB Pulling \u001b[34m77.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 94.45MB/426.... \u001b[34m75.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 94.98MB/426.9MB Pulling \u001b[34m77.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 94.98MB/426.... \u001b[34m75.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 95.51MB/426.9MB Pulling \u001b[34m77.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 95.51MB/426.... \u001b[34m75.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 95.51MB/426.9MB Pulling \u001b[34m77.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 95.51MB/426.... \u001b[34m75.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 96.04MB/426.9MB Pulling \u001b[34m77.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 96.04MB/426.... \u001b[34m75.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 96.04MB/426.9MB Pulling \u001b[34m78.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 96.04MB/426.... \u001b[34m75.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 96.58MB/426.9MB Pulling \u001b[34m78.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 96.58MB/426.... \u001b[34m75.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 97.11MB/426.9MB Pulling \u001b[34m78.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 97.11MB/426.... \u001b[34m76.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 97.11MB/426.9MB Pulling \u001b[34m78.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 97.11MB/426.... \u001b[34m76.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 97.65MB/426.9MB Pulling \u001b[34m78.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 97.65MB/426.... \u001b[34m76.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 98.18MB/426.9MB Pulling \u001b[34m78.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 98.18MB/426.... \u001b[34m76.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 98.18MB/426.9MB Pulling \u001b[34m78.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 98.18MB/426.... \u001b[34m76.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 98.72MB/426.9MB Pulling \u001b[34m78.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 98.72MB/426.... \u001b[34m76.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 98.72MB/426.9MB Pulling \u001b[34m78.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 98.72MB/426.... \u001b[34m76.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 99.26MB/426.9MB Pulling \u001b[34m78.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 99.26MB/426.... \u001b[34m76.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 99.8MB/426.9MB Pulling \u001b[34m79.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 99.8MB/426.... \u001b[34m76.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 100.3MB/426.9MB Pulling \u001b[34m79.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 100.3MB/426.... \u001b[34m76.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 100.3MB/426.9MB Pulling \u001b[34m79.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 100.3MB/426.... \u001b[34m77.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 100.9MB/426.9MB Pulling \u001b[34m79.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 100.9MB/426.... \u001b[34m77.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 100.9MB/426.9MB Pulling \u001b[34m79.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 100.9MB/426.... \u001b[34m77.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 101.4MB/426.9MB Pulling \u001b[34m79.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 101.4MB/426.... \u001b[34m77.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 101.9MB/426.9MB Pulling \u001b[34m79.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 101.9MB/426.... \u001b[34m77.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 101.9MB/426.9MB Pulling \u001b[34m79.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 101.9MB/426.... \u001b[34m77.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 102.5MB/426.9MB Pulling \u001b[34m79.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 102.5MB/426.... \u001b[34m77.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 103MB/426.9MB Pulling \u001b[34m79.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 103MB/426.... \u001b[34m77.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 103MB/426.9MB Pulling \u001b[34m80.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 103MB/426.... \u001b[34m77.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 103.6MB/426.9MB Pulling \u001b[34m80.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 103.6MB/426.... \u001b[34m77.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 104.1MB/426.9MB Pulling \u001b[34m80.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 104.1MB/426.... \u001b[34m78.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 104.1MB/426.9MB Pulling \u001b[34m80.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 104.1MB/426.... \u001b[34m78.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 104.6MB/426.9MB Pulling \u001b[34m80.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 104.6MB/426.... \u001b[34m78.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 105.2MB/426.9MB Pulling \u001b[34m80.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 105.2MB/426.... \u001b[34m78.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 105.2MB/426.9MB Pulling \u001b[34m80.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 105.2MB/426.... \u001b[34m78.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 105.7MB/426.9MB Pulling \u001b[34m80.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 105.7MB/426.... \u001b[34m78.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 106.2MB/426.9MB Pulling \u001b[34m80.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 106.2MB/426.... \u001b[34m78.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 106.2MB/426.9MB Pulling \u001b[34m80.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 106.2MB/426.... \u001b[34m78.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 106.8MB/426.9MB Pulling \u001b[34m81.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 106.8MB/426.... \u001b[34m78.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 107.3MB/426.9MB Pulling \u001b[34m81.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 107.3MB/426.... \u001b[34m78.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 107.3MB/426.9MB Pulling \u001b[34m81.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 107.3MB/426.... \u001b[34m79.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 107.9MB/426.9MB Pulling \u001b[34m81.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 107.9MB/426.... \u001b[34m79.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 107.9MB/426.9MB Pulling \u001b[34m81.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 107.9MB/426.... \u001b[34m79.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 108.4MB/426.9MB Pulling \u001b[34m81.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 108.4MB/426.... \u001b[34m79.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 108.4MB/426.9MB Pulling \u001b[34m81.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 108.4MB/426.... \u001b[34m79.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 108.9MB/426.9MB Pulling \u001b[34m81.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 108.9MB/426.... \u001b[34m79.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 109.5MB/426.9MB Pulling \u001b[34m81.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 109.5MB/426.... \u001b[34m79.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 109.5MB/426.9MB Pulling \u001b[34m81.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 109.5MB/426.... \u001b[34m79.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 110MB/426.9MB Pulling \u001b[34m82.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 110MB/426.... \u001b[34m79.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 110.5MB/426.9MB Pulling \u001b[34m82.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 110.5MB/426.... \u001b[34m79.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 110.5MB/426.9MB Pulling \u001b[34m82.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 110.5MB/426.... \u001b[34m80.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 111.1MB/426.9MB Pulling \u001b[34m82.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 111.1MB/426.... \u001b[34m80.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 111.1MB/426.9MB Pulling \u001b[34m82.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 111.1MB/426.... \u001b[34m80.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 111.1MB/426.9MB Pulling \u001b[34m82.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 111.1MB/426.... \u001b[34m80.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 111.6MB/426.9MB Pulling \u001b[34m82.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 111.6MB/426.... \u001b[34m80.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 111.6MB/426.9MB Pulling \u001b[34m82.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 111.6MB/426.... \u001b[34m80.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 112.1MB/426.9MB Pulling \u001b[34m82.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 112.1MB/426.... \u001b[34m80.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 112.1MB/426.9MB Pulling \u001b[34m82.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 112.1MB/426.... \u001b[34m80.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 112.7MB/426.9MB Pulling \u001b[34m83.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 112.7MB/426.... \u001b[34m80.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 112.7MB/426.9MB Pulling \u001b[34m83.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 112.7MB/426.... \u001b[34m80.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 113.2MB/426.9MB Pulling \u001b[34m83.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 113.2MB/426.... \u001b[34m81.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 113.7MB/426.9MB Pulling \u001b[34m83.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 113.7MB/426.... \u001b[34m81.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 113.7MB/426.9MB Pulling \u001b[34m83.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 113.7MB/426.... \u001b[34m81.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 114.3MB/426.9MB Pulling \u001b[34m83.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 114.3MB/426.... \u001b[34m81.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 114.8MB/426.9MB Pulling \u001b[34m83.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 114.8MB/426.... \u001b[34m81.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 114.8MB/426.9MB Pulling \u001b[34m83.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 114.8MB/426.... \u001b[34m81.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 115.3MB/426.9MB Pulling \u001b[34m83.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 115.3MB/426.... \u001b[34m81.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 115.9MB/426.9MB Pulling \u001b[34m83.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 115.9MB/426.... \u001b[34m81.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 115.9MB/426.9MB Pulling \u001b[34m84.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 115.9MB/426.... \u001b[34m81.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 116.4MB/426.9MB Pulling \u001b[34m84.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 116.4MB/426.... \u001b[34m81.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 116.9MB/426.9MB Pulling \u001b[34m84.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 116.9MB/426.... \u001b[34m82.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 116.9MB/426.9MB Pulling \u001b[34m84.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 116.9MB/426.... \u001b[34m82.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 117.5MB/426.9MB Pulling \u001b[34m84.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 117.5MB/426.... \u001b[34m82.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 118MB/426.9MB Pulling \u001b[34m84.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 118MB/426.... \u001b[34m82.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 118MB/426.9MB Pulling \u001b[34m84.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 118MB/426.... \u001b[34m82.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 118.6MB/426.9MB Pulling \u001b[34m84.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 118.6MB/426.... \u001b[34m82.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 119.1MB/426.9MB Pulling \u001b[34m84.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 119.1MB/426.... \u001b[34m82.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 119.1MB/426.9MB Pulling \u001b[34m84.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 119.1MB/426.... \u001b[34m82.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 119.6MB/426.9MB Pulling \u001b[34m85.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 119.6MB/426.... \u001b[34m82.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 120.2MB/426.9MB Pulling \u001b[34m85.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 120.2MB/426.... \u001b[34m82.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 120.2MB/426.9MB Pulling \u001b[34m85.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 120.2MB/426.... \u001b[34m83.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 120.7MB/426.9MB Pulling \u001b[34m85.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 120.7MB/426.... \u001b[34m83.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 121.2MB/426.9MB Pulling \u001b[34m85.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 121.2MB/426.... \u001b[34m83.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 121.2MB/426.9MB Pulling \u001b[34m85.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 121.2MB/426.... \u001b[34m83.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 121.8MB/426.9MB Pulling \u001b[34m85.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 121.8MB/426.... \u001b[34m83.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 122.3MB/426.9MB Pulling \u001b[34m85.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 122.3MB/426.... \u001b[34m83.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 122.3MB/426.9MB Pulling \u001b[34m85.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 122.3MB/426.... \u001b[34m83.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 122.9MB/426.9MB Pulling \u001b[34m85.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 122.9MB/426.... \u001b[34m83.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 123.4MB/426.9MB Pulling \u001b[34m86.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 123.4MB/426.... \u001b[34m83.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 123.4MB/426.9MB Pulling \u001b[34m86.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 123.4MB/426.... \u001b[34m83.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 123.4MB/426.9MB Pulling \u001b[34m86.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 123.4MB/426.... \u001b[34m84.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 123.9MB/426.9MB Pulling \u001b[34m86.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 123.9MB/426.... \u001b[34m84.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 124.5MB/426.9MB Pulling \u001b[34m86.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 124.5MB/426.... \u001b[34m84.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 124.5MB/426.9MB Pulling \u001b[34m86.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 124.5MB/426.... \u001b[34m84.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 125MB/426.9MB Pulling \u001b[34m86.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 125MB/426.... \u001b[34m84.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 125.5MB/426.9MB Pulling \u001b[34m86.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 125.5MB/426.... \u001b[34m84.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 125.5MB/426.9MB Pulling \u001b[34m86.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 125.5MB/426.... \u001b[34m84.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 126.1MB/426.9MB Pulling \u001b[34m86.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 126.1MB/426.... \u001b[34m84.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 126.6MB/426.9MB Pulling \u001b[34m87.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 126.6MB/426.... \u001b[34m84.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 126.6MB/426.9MB Pulling \u001b[34m87.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 126.6MB/426.... \u001b[34m84.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 127.1MB/426.9MB Pulling \u001b[34m87.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 127.1MB/426.... \u001b[34m85.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 127.7MB/426.9MB Pulling \u001b[34m87.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 127.7MB/426.... \u001b[34m85.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 127.7MB/426.9MB Pulling \u001b[34m87.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 127.7MB/426.... \u001b[34m85.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 128.2MB/426.9MB Pulling \u001b[34m87.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 128.2MB/426.... \u001b[34m85.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 128.8MB/426.9MB Pulling \u001b[34m87.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 128.8MB/426.... \u001b[34m85.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 128.8MB/426.9MB Pulling \u001b[34m87.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 128.8MB/426.... \u001b[34m85.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 129.3MB/426.9MB Pulling \u001b[34m87.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 129.3MB/426.... \u001b[34m85.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 129.8MB/426.9MB Pulling \u001b[34m87.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 129.8MB/426.... \u001b[34m85.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 129.8MB/426.9MB Pulling \u001b[34m88.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 129.8MB/426.... \u001b[34m85.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 130.4MB/426.9MB Pulling \u001b[34m88.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 130.4MB/426.... \u001b[34m85.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 130.9MB/426.9MB Pulling \u001b[34m88.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 130.9MB/426.... \u001b[34m86.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 130.9MB/426.9MB Pulling \u001b[34m88.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 130.9MB/426.... \u001b[34m86.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 131.4MB/426.9MB Pulling \u001b[34m88.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 131.4MB/426.... \u001b[34m86.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 132MB/426.9MB Pulling \u001b[34m88.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 132MB/426.... \u001b[34m86.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 132MB/426.9MB Pulling \u001b[34m88.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 132MB/426.... \u001b[34m86.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 132.5MB/426.9MB Pulling \u001b[34m88.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 132.5MB/426.... \u001b[34m86.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 133.1MB/426.9MB Pulling \u001b[34m88.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 133.1MB/426.... \u001b[34m86.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 133.1MB/426.9MB Pulling \u001b[34m88.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 133.1MB/426.... \u001b[34m86.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 133.6MB/426.9MB Pulling \u001b[34m89.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 133.6MB/426.... \u001b[34m86.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 134.1MB/426.9MB Pulling \u001b[34m89.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 134.1MB/426.... \u001b[34m86.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 134.1MB/426.9MB Pulling \u001b[34m89.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 134.1MB/426.... \u001b[34m87.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 134.6MB/426.9MB Pulling \u001b[34m89.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 134.6MB/426.... \u001b[34m87.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 135.2MB/426.9MB Pulling \u001b[34m89.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 135.2MB/426.... \u001b[34m87.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 135.2MB/426.9MB Pulling \u001b[34m89.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 135.2MB/426.... \u001b[34m87.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 135.7MB/426.9MB Pulling \u001b[34m89.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 135.7MB/426.... \u001b[34m87.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 136.3MB/426.9MB Pulling \u001b[34m89.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 136.3MB/426.... \u001b[34m87.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 136.3MB/426.9MB Pulling \u001b[34m89.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 136.3MB/426.... \u001b[34m87.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 136.8MB/426.9MB Pulling \u001b[34m89.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 136.8MB/426.... \u001b[34m87.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 137.3MB/426.9MB Pulling \u001b[34m90.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 137.3MB/426.... \u001b[34m87.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 137.3MB/426.9MB Pulling \u001b[34m90.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 137.3MB/426.... \u001b[34m87.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 137.9MB/426.9MB Pulling \u001b[34m90.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 137.9MB/426.... \u001b[34m88.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 138.4MB/426.9MB Pulling \u001b[34m90.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 138.4MB/426.... \u001b[34m88.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 138.4MB/426.9MB Pulling \u001b[34m90.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 138.4MB/426.... \u001b[34m88.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 138.9MB/426.9MB Pulling \u001b[34m90.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 138.9MB/426.... \u001b[34m88.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 138.9MB/426.9MB Pulling \u001b[34m90.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 138.9MB/426.... \u001b[34m88.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 139.5MB/426.9MB Pulling \u001b[34m90.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 139.5MB/426.... \u001b[34m88.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 140MB/426.9MB Pulling \u001b[34m90.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 140MB/426.... \u001b[34m88.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 140MB/426.9MB Pulling \u001b[34m90.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 140MB/426.... \u001b[34m88.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 140.6MB/426.9MB Pulling \u001b[34m91.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 140.6MB/426.... \u001b[34m88.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 141.1MB/426.9MB Pulling \u001b[34m91.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 141.1MB/426.... \u001b[34m88.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 141.1MB/426.9MB Pulling \u001b[34m91.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 141.1MB/426.... \u001b[34m89.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 141.6MB/426.9MB Pulling \u001b[34m91.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 141.6MB/426.... \u001b[34m89.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 142.2MB/426.9MB Pulling \u001b[34m91.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 142.2MB/426.... \u001b[34m89.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 142.2MB/426.9MB Pulling \u001b[34m91.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 142.2MB/426.... \u001b[34m89.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 142.7MB/426.9MB Pulling \u001b[34m91.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 142.7MB/426.... \u001b[34m89.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 143.2MB/426.9MB Pulling \u001b[34m91.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 143.2MB/426.... \u001b[34m89.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 143.2MB/426.9MB Pulling \u001b[34m91.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 143.2MB/426.... \u001b[34m89.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 143.8MB/426.9MB Pulling \u001b[34m91.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 143.8MB/426.... \u001b[34m89.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 144.3MB/426.9MB Pulling \u001b[34m92.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 144.3MB/426.... \u001b[34m89.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 144.3MB/426.9MB Pulling \u001b[34m92.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 144.3MB/426.... \u001b[34m89.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 144.8MB/426.9MB Pulling \u001b[34m92.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 144.8MB/426.... \u001b[34m90.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 145.4MB/426.9MB Pulling \u001b[34m92.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 145.4MB/426.... \u001b[34m90.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 145.4MB/426.9MB Pulling \u001b[34m92.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 145.4MB/426.... \u001b[34m90.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 145.9MB/426.9MB Pulling \u001b[34m92.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 145.9MB/426.... \u001b[34m90.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 146.5MB/426.9MB Pulling \u001b[34m92.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 146.5MB/426.... \u001b[34m90.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 146.5MB/426.9MB Pulling \u001b[34m92.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 146.5MB/426.... \u001b[34m90.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 147MB/426.9MB Pulling \u001b[34m92.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 147MB/426.... \u001b[34m90.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 147.5MB/426.9MB Pulling \u001b[34m92.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 147.5MB/426.... \u001b[34m90.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 147.5MB/426.9MB Pulling \u001b[34m93.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 147.5MB/426.... \u001b[34m90.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 148.1MB/426.9MB Pulling \u001b[34m93.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 148.1MB/426.... \u001b[34m90.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 148.6MB/426.9MB Pulling \u001b[34m93.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 148.6MB/426.... \u001b[34m91.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 148.6MB/426.9MB Pulling \u001b[34m93.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 148.6MB/426.... \u001b[34m91.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 149.1MB/426.9MB Pulling \u001b[34m93.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 149.1MB/426.... \u001b[34m91.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 149.7MB/426.9MB Pulling \u001b[34m93.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 149.7MB/426.... \u001b[34m91.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 149.7MB/426.9MB Pulling \u001b[34m93.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 149.7MB/426.... \u001b[34m91.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 150.2MB/426.9MB Pulling \u001b[34m93.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 150.2MB/426.... \u001b[34m91.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 150.7MB/426.9MB Pulling \u001b[34m93.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 150.7MB/426.... \u001b[34m91.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 150.7MB/426.9MB Pulling \u001b[34m93.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 150.7MB/426.... \u001b[34m91.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 151.3MB/426.9MB Pulling \u001b[34m94.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 151.3MB/426.... \u001b[34m91.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 151.8MB/426.9MB Pulling \u001b[34m94.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 151.8MB/426.... \u001b[34m91.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 151.8MB/426.9MB Pulling \u001b[34m94.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 151.8MB/426.... \u001b[34m92.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 152.3MB/426.9MB Pulling \u001b[34m94.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 152.3MB/426.... \u001b[34m92.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 152.9MB/426.9MB Pulling \u001b[34m94.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 152.9MB/426.... \u001b[34m92.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 152.9MB/426.9MB Pulling \u001b[34m94.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 152.9MB/426.... \u001b[34m92.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 153.4MB/426.9MB Pulling \u001b[34m94.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 153.4MB/426.... \u001b[34m92.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 153.9MB/426.9MB Pulling \u001b[34m94.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 153.9MB/426.... \u001b[34m92.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 153.9MB/426.9MB Pulling \u001b[34m94.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 153.9MB/426.... \u001b[34m92.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 154.5MB/426.9MB Pulling \u001b[34m94.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 154.5MB/426.... \u001b[34m92.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 155MB/426.9MB Pulling \u001b[34m95.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 155MB/426.... \u001b[34m92.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 155MB/426.9MB Pulling \u001b[34m95.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 155MB/426.... \u001b[34m92.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 155.6MB/426.9MB Pulling \u001b[34m95.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 155.6MB/426.... \u001b[34m93.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 156.1MB/426.9MB Pulling \u001b[34m95.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 156.1MB/426.... \u001b[34m93.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 156.1MB/426.9MB Pulling \u001b[34m95.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 156.1MB/426.... \u001b[34m93.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 156.6MB/426.9MB Pulling \u001b[34m95.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 156.6MB/426.... \u001b[34m93.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 157.2MB/426.9MB Pulling \u001b[34m95.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 157.2MB/426.... \u001b[34m93.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 157.2MB/426.9MB Pulling \u001b[34m95.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 157.2MB/426.... \u001b[34m93.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 157.7MB/426.9MB Pulling \u001b[34m95.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 157.7MB/426.... \u001b[34m93.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 158.2MB/426.9MB Pulling \u001b[34m95.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 158.2MB/426.... \u001b[34m93.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 158.2MB/426.9MB Pulling \u001b[34m96.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 158.2MB/426.... \u001b[34m93.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 158.8MB/426.9MB Pulling \u001b[34m96.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 158.8MB/426.... \u001b[34m93.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 159.3MB/426.9MB Pulling \u001b[34m96.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 159.3MB/426.... \u001b[34m94.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 159.3MB/426.9MB Pulling \u001b[34m96.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 159.3MB/426.... \u001b[34m94.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 159.8MB/426.9MB Pulling \u001b[34m96.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 159.8MB/426.... \u001b[34m94.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 160.4MB/426.9MB Pulling \u001b[34m96.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 160.4MB/426.... \u001b[34m94.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 160.4MB/426.9MB Pulling \u001b[34m96.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 160.4MB/426.... \u001b[34m94.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 160.9MB/426.9MB Pulling \u001b[34m96.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 160.9MB/426.... \u001b[34m94.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 161.5MB/426.9MB Pulling \u001b[34m96.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 161.5MB/426.... \u001b[34m94.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 161.5MB/426.9MB Pulling \u001b[34m96.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 161.5MB/426.... \u001b[34m94.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 162MB/426.9MB Pulling \u001b[34m97.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 162MB/426.... \u001b[34m94.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 162.5MB/426.9MB Pulling \u001b[34m97.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 162.5MB/426.... \u001b[34m94.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 162.5MB/426.9MB Pulling \u001b[34m97.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 162.5MB/426.... \u001b[34m95.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 163MB/426.9MB Pulling \u001b[34m97.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 163MB/426.... \u001b[34m95.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 163.6MB/426.9MB Pulling \u001b[34m97.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 163.6MB/426.... \u001b[34m95.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 163.6MB/426.9MB Pulling \u001b[34m97.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 163.6MB/426.... \u001b[34m95.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 164.1MB/426.9MB Pulling \u001b[34m97.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 164.1MB/426.... \u001b[34m95.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 164.7MB/426.9MB Pulling \u001b[34m97.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 164.7MB/426.... \u001b[34m95.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 164.7MB/426.9MB Pulling \u001b[34m97.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 164.7MB/426.... \u001b[34m95.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 165.2MB/426.9MB Pulling \u001b[34m97.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 165.2MB/426.... \u001b[34m95.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 165.7MB/426.9MB Pulling \u001b[34m98.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 165.7MB/426.... \u001b[34m95.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 165.7MB/426.9MB Pulling \u001b[34m98.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 165.7MB/426.... \u001b[34m95.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 166.3MB/426.9MB Pulling \u001b[34m98.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 166.3MB/426.... \u001b[34m96.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 166.8MB/426.9MB Pulling \u001b[34m98.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 166.8MB/426.... \u001b[34m96.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 166.8MB/426.9MB Pulling \u001b[34m98.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 166.8MB/426.... \u001b[34m96.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 167.3MB/426.9MB Pulling \u001b[34m98.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 167.3MB/426.... \u001b[34m96.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 167.9MB/426.9MB Pulling \u001b[34m98.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 167.9MB/426.... \u001b[34m96.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 167.9MB/426.9MB Pulling \u001b[34m98.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 167.9MB/426.... \u001b[34m96.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 168.4MB/426.9MB Pulling \u001b[34m98.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 168.4MB/426.... \u001b[34m96.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 168.9MB/426.9MB Pulling \u001b[34m98.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 168.9MB/426.... \u001b[34m96.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 168.9MB/426.9MB Pulling \u001b[34m99.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 168.9MB/426.... \u001b[34m96.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 169.5MB/426.9MB Pulling \u001b[34m99.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 169.5MB/426.... \u001b[34m96.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 170MB/426.9MB Pulling \u001b[34m99.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 170MB/426.... \u001b[34m97.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 170MB/426.9MB Pulling \u001b[34m99.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 170MB/426.... \u001b[34m97.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 170.6MB/426.9MB Pulling \u001b[34m99.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 170.6MB/426.... \u001b[34m97.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 171.1MB/426.9MB Pulling \u001b[34m99.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 171.1MB/426.... \u001b[34m97.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 171.1MB/426.9MB Pulling \u001b[34m99.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 171.1MB/426.... \u001b[34m97.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 171.6MB/426.9MB Pulling \u001b[34m99.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 171.6MB/426.... \u001b[34m97.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 172.2MB/426.9MB Pulling \u001b[34m99.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 172.2MB/426.... \u001b[34m97.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 172.2MB/426.9MB Pulling \u001b[34m99.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 172.2MB/426.... \u001b[34m97.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 172.7MB/426.9MB Pulling \u001b[34m100.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 172.7MB/426.... \u001b[34m97.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 173.2MB/426.9MB Pulling \u001b[34m100.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 173.2MB/426.... \u001b[34m97.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 173.2MB/426.9MB Pulling \u001b[34m100.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 173.2MB/426.... \u001b[34m98.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 173.8MB/426.9MB Pulling \u001b[34m100.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 173.8MB/426.... \u001b[34m98.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 173.8MB/426.9MB Pulling \u001b[34m100.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 173.8MB/426.... \u001b[34m98.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 174.3MB/426.9MB Pulling \u001b[34m100.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 174.3MB/426.... \u001b[34m98.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 174.3MB/426.9MB Pulling \u001b[34m100.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 174.3MB/426.... \u001b[34m98.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 174.9MB/426.9MB Pulling \u001b[34m100.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 174.9MB/426.... \u001b[34m98.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 174.9MB/426.9MB Pulling \u001b[34m100.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 174.9MB/426.... \u001b[34m98.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 175.4MB/426.9MB Pulling \u001b[34m100.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 175.4MB/426.... \u001b[34m98.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 175.9MB/426.9MB Pulling \u001b[34m101.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 175.9MB/426.... \u001b[34m98.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 175.9MB/426.9MB Pulling \u001b[34m101.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 175.9MB/426.... \u001b[34m98.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 176.5MB/426.9MB Pulling \u001b[34m101.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 176.5MB/426.... \u001b[34m99.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 177MB/426.9MB Pulling \u001b[34m101.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 177MB/426.... \u001b[34m99.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 177MB/426.9MB Pulling \u001b[34m101.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 177MB/426.... \u001b[34m99.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 177.5MB/426.9MB Pulling \u001b[34m101.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 177.5MB/426.... \u001b[34m99.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 178.1MB/426.9MB Pulling \u001b[34m101.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 178.1MB/426.... \u001b[34m99.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 178.1MB/426.9MB Pulling \u001b[34m101.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 178.1MB/426.... \u001b[34m99.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 178.6MB/426.9MB Pulling \u001b[34m101.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 178.6MB/426.... \u001b[34m99.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 179.2MB/426.9MB Pulling \u001b[34m101.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 179.2MB/426.... \u001b[34m99.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 179.2MB/426.9MB Pulling \u001b[34m102.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 179.2MB/426.... \u001b[34m99.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 179.7MB/426.9MB Pulling \u001b[34m102.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 179.7MB/426.... \u001b[34m99.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 180.2MB/426.9MB Pulling \u001b[34m102.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 180.2MB/426.... \u001b[34m100.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 180.2MB/426.9MB Pulling \u001b[34m102.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 180.2MB/426.... \u001b[34m100.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 180.8MB/426.9MB Pulling \u001b[34m102.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 180.8MB/426.... \u001b[34m100.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 181.3MB/426.9MB Pulling \u001b[34m102.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 181.3MB/426.... \u001b[34m100.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 181.3MB/426.9MB Pulling \u001b[34m102.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 181.3MB/426.... \u001b[34m100.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 181.9MB/426.9MB Pulling \u001b[34m102.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 181.9MB/426.... \u001b[34m100.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 182.4MB/426.9MB Pulling \u001b[34m102.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 182.4MB/426.... \u001b[34m100.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 182.4MB/426.9MB Pulling \u001b[34m102.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 182.4MB/426.... \u001b[34m100.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 182.9MB/426.9MB Pulling \u001b[34m103.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 182.9MB/426.... \u001b[34m100.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 182.9MB/426.9MB Pulling \u001b[34m103.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 182.9MB/426.... \u001b[34m100.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 182.9MB/426.9MB Pulling \u001b[34m103.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 182.9MB/426.... \u001b[34m101.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 182.9MB/426.9MB Pulling \u001b[34m103.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 182.9MB/426.... \u001b[34m101.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 183.4MB/426.9MB Pulling \u001b[34m103.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 183.4MB/426.... \u001b[34m101.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 183.4MB/426.9MB Pulling \u001b[34m103.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 183.4MB/426.... \u001b[34m101.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 184MB/426.9MB Pulling \u001b[34m103.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 184MB/426.... \u001b[34m101.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 184.5MB/426.9MB Pulling \u001b[34m103.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 184.5MB/426.... \u001b[34m101.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 184.5MB/426.9MB Pulling \u001b[34m103.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 184.5MB/426.... \u001b[34m101.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 185.1MB/426.9MB Pulling \u001b[34m103.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 185.1MB/426.... \u001b[34m101.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 185.6MB/426.9MB Pulling \u001b[34m104.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 185.6MB/426.... \u001b[34m101.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 185.6MB/426.9MB Pulling \u001b[34m104.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 185.6MB/426.... \u001b[34m101.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 186.1MB/426.9MB Pulling \u001b[34m104.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 186.1MB/426.... \u001b[34m102.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 186.7MB/426.9MB Pulling \u001b[34m104.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 186.7MB/426.... \u001b[34m102.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 186.7MB/426.9MB Pulling \u001b[34m104.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 186.7MB/426.... \u001b[34m102.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 187.2MB/426.9MB Pulling \u001b[34m104.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 187.2MB/426.... \u001b[34m102.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 187.7MB/426.9MB Pulling \u001b[34m104.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 187.7MB/426.... \u001b[34m102.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 187.7MB/426.9MB Pulling \u001b[34m104.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 187.7MB/426.... \u001b[34m102.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 188.3MB/426.9MB Pulling \u001b[34m104.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 188.3MB/426.... \u001b[34m102.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 188.8MB/426.9MB Pulling \u001b[34m104.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 188.8MB/426.... \u001b[34m102.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 188.8MB/426.9MB Pulling \u001b[34m105.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 188.8MB/426.... \u001b[34m102.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 189.3MB/426.9MB Pulling \u001b[34m105.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 189.3MB/426.... \u001b[34m102.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 189.9MB/426.9MB Pulling \u001b[34m105.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 189.9MB/426.... \u001b[34m103.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 189.9MB/426.9MB Pulling \u001b[34m105.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 189.9MB/426.... \u001b[34m103.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 190.4MB/426.9MB Pulling \u001b[34m105.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 190.4MB/426.... \u001b[34m103.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 191MB/426.9MB Pulling \u001b[34m105.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 191MB/426.... \u001b[34m103.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 191MB/426.9MB Pulling \u001b[34m105.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 191MB/426.... \u001b[34m103.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 191.5MB/426.9MB Pulling \u001b[34m105.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 191.5MB/426.... \u001b[34m103.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 192MB/426.9MB Pulling \u001b[34m105.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 192MB/426.... \u001b[34m103.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 192MB/426.9MB Pulling \u001b[34m105.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 192MB/426.... \u001b[34m103.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 192.6MB/426.9MB Pulling \u001b[34m106.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 192.6MB/426.... \u001b[34m103.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 193.1MB/426.9MB Pulling \u001b[34m106.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 193.1MB/426.... \u001b[34m103.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 193.1MB/426.9MB Pulling \u001b[34m106.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 193.1MB/426.... \u001b[34m104.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 193.7MB/426.9MB Pulling \u001b[34m106.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 193.7MB/426.... \u001b[34m104.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 194.2MB/426.9MB Pulling \u001b[34m106.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 194.2MB/426.... \u001b[34m104.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 194.2MB/426.9MB Pulling \u001b[34m106.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 194.2MB/426.... \u001b[34m104.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 194.7MB/426.9MB Pulling \u001b[34m106.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 194.7MB/426.... \u001b[34m104.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 194.7MB/426.9MB Pulling \u001b[34m106.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 194.7MB/426.... \u001b[34m104.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 195.3MB/426.9MB Pulling \u001b[34m106.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 195.3MB/426.... \u001b[34m104.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 195.3MB/426.9MB Pulling \u001b[34m106.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 195.3MB/426.... \u001b[34m104.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 195.8MB/426.9MB Pulling \u001b[34m107.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 195.8MB/426.... \u001b[34m104.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 196.3MB/426.9MB Pulling \u001b[34m107.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 196.3MB/426.... \u001b[34m104.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 196.3MB/426.9MB Pulling \u001b[34m107.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 196.3MB/426.... \u001b[34m105.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 196.9MB/426.9MB Pulling \u001b[34m107.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 196.9MB/426.... \u001b[34m105.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 197.4MB/426.9MB Pulling \u001b[34m107.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 197.4MB/426.... \u001b[34m105.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 197.4MB/426.9MB Pulling \u001b[34m107.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 197.4MB/426.... \u001b[34m105.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 197.9MB/426.9MB Pulling \u001b[34m107.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 197.9MB/426.... \u001b[34m105.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 198.5MB/426.9MB Pulling \u001b[34m107.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 198.5MB/426.... \u001b[34m105.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 198.5MB/426.9MB Pulling \u001b[34m107.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 198.5MB/426.... \u001b[34m105.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 199MB/426.9MB Pulling \u001b[34m107.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 199MB/426.... \u001b[34m105.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 199.6MB/426.9MB Pulling \u001b[34m108.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 199.6MB/426.... \u001b[34m105.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 199.6MB/426.9MB Pulling \u001b[34m108.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 199.6MB/426.... \u001b[34m105.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 200.1MB/426.9MB Pulling \u001b[34m108.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 200.1MB/426.... \u001b[34m106.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 200.1MB/426.9MB Pulling \u001b[34m108.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 200.1MB/426.... \u001b[34m106.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 200.6MB/426.9MB Pulling \u001b[34m108.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 200.6MB/426.... \u001b[34m106.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 200.6MB/426.9MB Pulling \u001b[34m108.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 200.6MB/426.... \u001b[34m106.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 201.2MB/426.9MB Pulling \u001b[34m108.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 201.2MB/426.... \u001b[34m106.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 201.2MB/426.9MB Pulling \u001b[34m108.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 201.2MB/426.... \u001b[34m106.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 201.7MB/426.9MB Pulling \u001b[34m108.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 201.7MB/426.... \u001b[34m106.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 202.2MB/426.9MB Pulling \u001b[34m108.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 202.2MB/426.... \u001b[34m106.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 202.2MB/426.9MB Pulling \u001b[34m109.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 202.2MB/426.... \u001b[34m106.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 202.8MB/426.9MB Pulling \u001b[34m109.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 202.8MB/426.... \u001b[34m106.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 203.3MB/426.9MB Pulling \u001b[34m109.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 203.3MB/426.... \u001b[34m107.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 203.3MB/426.9MB Pulling \u001b[34m109.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 203.3MB/426.... \u001b[34m107.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 203.9MB/426.9MB Pulling \u001b[34m109.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 203.9MB/426.... \u001b[34m107.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 204.4MB/426.9MB Pulling \u001b[34m109.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 204.4MB/426.... \u001b[34m107.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 204.4MB/426.9MB Pulling \u001b[34m109.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 204.4MB/426.... \u001b[34m107.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 204.9MB/426.9MB Pulling \u001b[34m109.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 204.9MB/426.... \u001b[34m107.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 205.5MB/426.9MB Pulling \u001b[34m109.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 205.5MB/426.... \u001b[34m107.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 205.5MB/426.9MB Pulling \u001b[34m109.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 205.5MB/426.... \u001b[34m107.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 206MB/426.9MB Pulling \u001b[34m110.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 206MB/426.... \u001b[34m107.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 206.5MB/426.9MB Pulling \u001b[34m110.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 206.5MB/426.... \u001b[34m107.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 206.5MB/426.9MB Pulling \u001b[34m110.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 206.5MB/426.... \u001b[34m108.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 207.1MB/426.9MB Pulling \u001b[34m110.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 207.1MB/426.... \u001b[34m108.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 207.6MB/426.9MB Pulling \u001b[34m110.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 207.6MB/426.... \u001b[34m108.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 207.6MB/426.9MB Pulling \u001b[34m110.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 207.6MB/426.... \u001b[34m108.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 208.2MB/426.9MB Pulling \u001b[34m110.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 208.2MB/426.... \u001b[34m108.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 208.2MB/426.9MB Pulling \u001b[34m110.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 208.2MB/426.... \u001b[34m108.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 208.7MB/426.9MB Pulling \u001b[34m110.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 208.7MB/426.... \u001b[34m108.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 209.2MB/426.9MB Pulling \u001b[34m110.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 209.2MB/426.... \u001b[34m108.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 209.2MB/426.9MB Pulling \u001b[34m111.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 209.2MB/426.... \u001b[34m108.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 209.8MB/426.9MB Pulling \u001b[34m111.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 209.8MB/426.... \u001b[34m108.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 210.3MB/426.9MB Pulling \u001b[34m111.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 210.3MB/426.... \u001b[34m109.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 210.3MB/426.9MB Pulling \u001b[34m111.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 210.3MB/426.... \u001b[34m109.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 210.9MB/426.9MB Pulling \u001b[34m111.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 210.9MB/426.... \u001b[34m109.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 211.4MB/426.9MB Pulling \u001b[34m111.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 211.4MB/426.... \u001b[34m109.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 211.4MB/426.9MB Pulling \u001b[34m111.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 211.4MB/426.... \u001b[34m109.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 211.9MB/426.9MB Pulling \u001b[34m111.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 211.9MB/426.... \u001b[34m109.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 211.9MB/426.9MB Pulling \u001b[34m111.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 211.9MB/426.... \u001b[34m109.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.4MB/426.9MB Pulling \u001b[34m111.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 212.4MB/426.... \u001b[34m109.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213MB/426.9MB Pulling \u001b[34m112.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 213MB/426.... \u001b[34m109.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213MB/426.9MB Pulling \u001b[34m112.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 213MB/426.... \u001b[34m109.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 213.5MB/426.9MB Pulling \u001b[34m112.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 213.5MB/426.... \u001b[34m110.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 214.1MB/426.9MB Pulling \u001b[34m112.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 214.1MB/426.... \u001b[34m110.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 214.1MB/426.9MB Pulling \u001b[34m112.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 214.1MB/426.... \u001b[34m110.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 214.6MB/426.9MB Pulling \u001b[34m112.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 214.6MB/426.... \u001b[34m110.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 215.1MB/426.9MB Pulling \u001b[34m112.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 215.1MB/426.... \u001b[34m110.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 215.1MB/426.9MB Pulling \u001b[34m112.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 215.1MB/426.... \u001b[34m110.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 215.7MB/426.9MB Pulling \u001b[34m112.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 215.7MB/426.... \u001b[34m110.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 216.2MB/426.9MB Pulling \u001b[34m112.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 216.2MB/426.... \u001b[34m110.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 216.2MB/426.9MB Pulling \u001b[34m113.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 216.2MB/426.... \u001b[34m110.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 216.7MB/426.9MB Pulling \u001b[34m113.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 216.7MB/426.... \u001b[34m110.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 217.3MB/426.9MB Pulling \u001b[34m113.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 217.3MB/426.... \u001b[34m111.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 217.3MB/426.9MB Pulling \u001b[34m113.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 217.3MB/426.... \u001b[34m111.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 217.8MB/426.9MB Pulling \u001b[34m113.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 217.8MB/426.... \u001b[34m111.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 218.3MB/426.9MB Pulling \u001b[34m113.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 218.3MB/426.... \u001b[34m111.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 218.3MB/426.9MB Pulling \u001b[34m113.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 218.3MB/426.... \u001b[34m111.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 218.9MB/426.9MB Pulling \u001b[34m113.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 218.9MB/426.... \u001b[34m111.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 219.4MB/426.9MB Pulling \u001b[34m113.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 219.4MB/426.... \u001b[34m111.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 219.4MB/426.9MB Pulling \u001b[34m113.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 219.4MB/426.... \u001b[34m111.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 219.9MB/426.9MB Pulling \u001b[34m114.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 219.9MB/426.... \u001b[34m111.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 220.5MB/426.9MB Pulling \u001b[34m114.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 220.5MB/426.... \u001b[34m111.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 220.5MB/426.9MB Pulling \u001b[34m114.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 220.5MB/426.... \u001b[34m112.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 221MB/426.9MB Pulling \u001b[34m114.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 221MB/426.... \u001b[34m112.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 221MB/426.9MB Pulling \u001b[34m114.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 221MB/426.... \u001b[34m112.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 221.6MB/426.9MB Pulling \u001b[34m114.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 221.6MB/426.... \u001b[34m112.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 221.6MB/426.9MB Pulling \u001b[34m114.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 221.6MB/426.... \u001b[34m112.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 222.1MB/426.9MB Pulling \u001b[34m114.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 222.1MB/426.... \u001b[34m112.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 222.6MB/426.9MB Pulling \u001b[34m114.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 222.6MB/426.... \u001b[34m112.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 223.2MB/426.9MB Pulling \u001b[34m114.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 223.2MB/426.... \u001b[34m112.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 223.2MB/426.9MB Pulling \u001b[34m115.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 223.2MB/426.... \u001b[34m112.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 223.7MB/426.9MB Pulling \u001b[34m115.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 223.7MB/426.... \u001b[34m112.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 224.2MB/426.9MB Pulling \u001b[34m115.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 224.2MB/426.... \u001b[34m113.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 224.2MB/426.9MB Pulling \u001b[34m115.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 224.2MB/426.... \u001b[34m113.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 224.8MB/426.9MB Pulling \u001b[34m115.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 224.8MB/426.... \u001b[34m113.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 225.3MB/426.9MB Pulling \u001b[34m115.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 225.3MB/426.... \u001b[34m113.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 225.3MB/426.9MB Pulling \u001b[34m115.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 225.3MB/426.... \u001b[34m113.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 225.8MB/426.9MB Pulling \u001b[34m115.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 225.8MB/426.... \u001b[34m113.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 226.4MB/426.9MB Pulling \u001b[34m115.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 226.4MB/426.... \u001b[34m113.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 226.4MB/426.9MB Pulling \u001b[34m115.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 226.4MB/426.... \u001b[34m113.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 226.9MB/426.9MB Pulling \u001b[34m116.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 226.9MB/426.... \u001b[34m113.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 227.5MB/426.9MB Pulling \u001b[34m116.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 227.5MB/426.... \u001b[34m113.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 227.5MB/426.9MB Pulling \u001b[34m116.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 227.5MB/426.... \u001b[34m114.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 228MB/426.9MB Pulling \u001b[34m116.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 228MB/426.... \u001b[34m114.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 228.5MB/426.9MB Pulling \u001b[34m116.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 228.5MB/426.... \u001b[34m114.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 228.5MB/426.9MB Pulling \u001b[34m116.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 228.5MB/426.... \u001b[34m114.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 229.1MB/426.9MB Pulling \u001b[34m116.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 229.1MB/426.... \u001b[34m114.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 229.6MB/426.9MB Pulling \u001b[34m116.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 229.6MB/426.... \u001b[34m114.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 229.6MB/426.9MB Pulling \u001b[34m116.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 229.6MB/426.... \u001b[34m114.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 230.1MB/426.9MB Pulling \u001b[34m116.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 230.1MB/426.... \u001b[34m114.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 230.7MB/426.9MB Pulling \u001b[34m117.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 230.7MB/426.... \u001b[34m114.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 230.7MB/426.9MB Pulling \u001b[34m117.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 230.7MB/426.... \u001b[34m114.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 231.2MB/426.9MB Pulling \u001b[34m117.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 231.2MB/426.... \u001b[34m115.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 231.7MB/426.9MB Pulling \u001b[34m117.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 231.7MB/426.... \u001b[34m115.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 231.7MB/426.9MB Pulling \u001b[34m117.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 231.7MB/426.... \u001b[34m115.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 232.3MB/426.9MB Pulling \u001b[34m117.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 232.3MB/426.... \u001b[34m115.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 232.8MB/426.9MB Pulling \u001b[34m117.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 232.8MB/426.... \u001b[34m115.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 232.8MB/426.9MB Pulling \u001b[34m117.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 232.8MB/426.... \u001b[34m115.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 233.3MB/426.9MB Pulling \u001b[34m117.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 233.3MB/426.... \u001b[34m115.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 233.9MB/426.9MB Pulling \u001b[34m117.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 233.9MB/426.... \u001b[34m115.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 233.9MB/426.9MB Pulling \u001b[34m118.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 233.9MB/426.... \u001b[34m115.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 234.4MB/426.9MB Pulling \u001b[34m118.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 234.4MB/426.... \u001b[34m115.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 235MB/426.9MB Pulling \u001b[34m118.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 235MB/426.... \u001b[34m116.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 235MB/426.9MB Pulling \u001b[34m118.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 235MB/426.... \u001b[34m116.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 235.5MB/426.9MB Pulling \u001b[34m118.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 235.5MB/426.... \u001b[34m116.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 236MB/426.9MB Pulling \u001b[34m118.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 236MB/426.... \u001b[34m116.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 236MB/426.9MB Pulling \u001b[34m118.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 236MB/426.... \u001b[34m116.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 236.6MB/426.9MB Pulling \u001b[34m118.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 236.6MB/426.... \u001b[34m116.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 237.1MB/426.9MB Pulling \u001b[34m118.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 237.1MB/426.... \u001b[34m116.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 237.1MB/426.9MB Pulling \u001b[34m118.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 237.1MB/426.... \u001b[34m116.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 237.6MB/426.9MB Pulling \u001b[34m119.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 237.6MB/426.... \u001b[34m116.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 238.2MB/426.9MB Pulling \u001b[34m119.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 238.2MB/426.... \u001b[34m116.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 238.2MB/426.9MB Pulling \u001b[34m119.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 238.2MB/426.... \u001b[34m117.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 238.7MB/426.9MB Pulling \u001b[34m119.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 238.7MB/426.... \u001b[34m117.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 239.3MB/426.9MB Pulling \u001b[34m119.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 239.3MB/426.... \u001b[34m117.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 239.3MB/426.9MB Pulling \u001b[34m119.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 239.3MB/426.... \u001b[34m117.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 239.8MB/426.9MB Pulling \u001b[34m119.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 239.8MB/426.... \u001b[34m117.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 240.3MB/426.9MB Pulling \u001b[34m119.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 240.3MB/426.... \u001b[34m117.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 240.3MB/426.9MB Pulling \u001b[34m119.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 240.3MB/426.... \u001b[34m117.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 240.9MB/426.9MB Pulling \u001b[34m119.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 240.9MB/426.... \u001b[34m117.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 241.4MB/426.9MB Pulling \u001b[34m120.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 241.4MB/426.... \u001b[34m117.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 241.4MB/426.9MB Pulling \u001b[34m120.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 241.4MB/426.... \u001b[34m117.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 241.9MB/426.9MB Pulling \u001b[34m120.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 241.9MB/426.... \u001b[34m118.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 242.5MB/426.9MB Pulling \u001b[34m120.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 242.5MB/426.... \u001b[34m118.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 242.5MB/426.9MB Pulling \u001b[34m120.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 242.5MB/426.... \u001b[34m118.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243MB/426.9MB Pulling \u001b[34m120.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 243MB/426.... \u001b[34m118.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m120.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m118.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m120.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m118.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 244.1MB/426.9MB Pulling \u001b[34m120.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 244.1MB/426.... \u001b[34m118.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 244.6MB/426.9MB Pulling \u001b[34m120.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 244.6MB/426.... \u001b[34m118.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 244.6MB/426.9MB Pulling \u001b[34m121.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 244.6MB/426.... \u001b[34m118.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.1MB/426.9MB Pulling \u001b[34m121.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 245.1MB/426.... \u001b[34m118.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.7MB/426.9MB Pulling \u001b[34m121.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 245.7MB/426.... \u001b[34m119.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.7MB/426.9MB Pulling \u001b[34m121.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 245.7MB/426.... \u001b[34m119.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 246.2MB/426.9MB Pulling \u001b[34m121.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 246.2MB/426.... \u001b[34m119.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 246.8MB/426.9MB Pulling \u001b[34m121.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 246.8MB/426.... \u001b[34m119.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 246.8MB/426.9MB Pulling \u001b[34m121.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 246.8MB/426.... \u001b[34m119.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 247.3MB/426.9MB Pulling \u001b[34m121.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 247.3MB/426.... \u001b[34m119.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 247.8MB/426.9MB Pulling \u001b[34m121.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 247.8MB/426.... \u001b[34m119.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 247.8MB/426.9MB Pulling \u001b[34m121.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 247.8MB/426.... \u001b[34m119.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 248.4MB/426.9MB Pulling \u001b[34m122.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 248.4MB/426.... \u001b[34m119.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 248.9MB/426.9MB Pulling \u001b[34m122.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 248.9MB/426.... \u001b[34m119.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 248.9MB/426.9MB Pulling \u001b[34m122.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 248.9MB/426.... \u001b[34m120.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 249.4MB/426.9MB Pulling \u001b[34m122.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 249.4MB/426.... \u001b[34m120.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 250MB/426.9MB Pulling \u001b[34m122.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 250MB/426.... \u001b[34m120.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 250MB/426.9MB Pulling \u001b[34m122.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 250MB/426.... \u001b[34m120.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 250.5MB/426.9MB Pulling \u001b[34m122.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 250.5MB/426.... \u001b[34m120.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 251MB/426.9MB Pulling \u001b[34m122.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 251MB/426.... \u001b[34m120.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 251MB/426.9MB Pulling \u001b[34m122.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 251MB/426.... \u001b[34m120.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 251.6MB/426.9MB Pulling \u001b[34m122.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 251.6MB/426.... \u001b[34m120.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 252.1MB/426.9MB Pulling \u001b[34m123.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 252.1MB/426.... \u001b[34m120.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 252.1MB/426.9MB Pulling \u001b[34m123.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 252.1MB/426.... \u001b[34m120.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 252.6MB/426.9MB Pulling \u001b[34m123.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 252.6MB/426.... \u001b[34m121.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 253.2MB/426.9MB Pulling \u001b[34m123.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 253.2MB/426.... \u001b[34m121.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 253.2MB/426.9MB Pulling \u001b[34m123.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 253.2MB/426.... \u001b[34m121.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 253.2MB/426.9MB Pulling \u001b[34m123.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 253.2MB/426.... \u001b[34m121.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 253.2MB/426.9MB Pulling \u001b[34m123.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 253.2MB/426.... \u001b[34m121.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 253.2MB/426.9MB Pulling \u001b[34m123.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 253.2MB/426.... \u001b[34m121.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 253.7MB/426.9MB Pulling \u001b[34m123.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 253.7MB/426.... \u001b[34m121.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 254.3MB/426.9MB Pulling \u001b[34m123.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 254.3MB/426.... \u001b[34m121.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 254.8MB/426.9MB Pulling \u001b[34m124.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 254.8MB/426.... \u001b[34m121.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 254.8MB/426.9MB Pulling \u001b[34m124.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 254.8MB/426.... \u001b[34m121.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 255.3MB/426.9MB Pulling \u001b[34m124.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 255.3MB/426.... \u001b[34m122.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 255.9MB/426.9MB Pulling \u001b[34m124.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 255.9MB/426.... \u001b[34m122.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 255.9MB/426.9MB Pulling \u001b[34m124.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 255.9MB/426.... \u001b[34m122.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 256.4MB/426.9MB Pulling \u001b[34m124.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 256.4MB/426.... \u001b[34m122.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 256.9MB/426.9MB Pulling \u001b[34m124.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 256.9MB/426.... \u001b[34m122.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 256.9MB/426.9MB Pulling \u001b[34m124.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 256.9MB/426.... \u001b[34m122.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 257.5MB/426.9MB Pulling \u001b[34m124.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 257.5MB/426.... \u001b[34m122.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 258MB/426.9MB Pulling \u001b[34m124.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 258MB/426.... \u001b[34m122.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 258MB/426.9MB Pulling \u001b[34m125.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 258MB/426.... \u001b[34m122.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 258.5MB/426.9MB Pulling \u001b[34m125.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 258.5MB/426.... \u001b[34m122.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 259.1MB/426.9MB Pulling \u001b[34m125.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 259.1MB/426.... \u001b[34m123.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 259.1MB/426.9MB Pulling \u001b[34m125.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 259.1MB/426.... \u001b[34m123.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 259.6MB/426.9MB Pulling \u001b[34m125.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 259.6MB/426.... \u001b[34m123.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 260.2MB/426.9MB Pulling \u001b[34m125.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 260.2MB/426.... \u001b[34m123.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 260.2MB/426.9MB Pulling \u001b[34m125.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 260.2MB/426.... \u001b[34m123.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 260.7MB/426.9MB Pulling \u001b[34m125.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 260.7MB/426.... \u001b[34m123.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 261.2MB/426.9MB Pulling \u001b[34m125.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 261.2MB/426.... \u001b[34m123.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 261.2MB/426.9MB Pulling \u001b[34m125.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 261.2MB/426.... \u001b[34m123.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 261.8MB/426.9MB Pulling \u001b[34m126.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 261.8MB/426.... \u001b[34m123.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 262.3MB/426.9MB Pulling \u001b[34m126.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 262.3MB/426.... \u001b[34m123.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 262.3MB/426.9MB Pulling \u001b[34m126.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 262.3MB/426.... \u001b[34m124.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 262.8MB/426.9MB Pulling \u001b[34m126.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 262.8MB/426.... \u001b[34m124.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 263.4MB/426.9MB Pulling \u001b[34m126.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 263.4MB/426.... \u001b[34m124.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 263.4MB/426.9MB Pulling \u001b[34m126.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 263.4MB/426.... \u001b[34m124.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 263.9MB/426.9MB Pulling \u001b[34m126.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 263.9MB/426.... \u001b[34m124.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 264.4MB/426.9MB Pulling \u001b[34m126.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 264.4MB/426.... \u001b[34m124.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 264.4MB/426.9MB Pulling \u001b[34m126.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 264.4MB/426.... \u001b[34m124.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 265MB/426.9MB Pulling \u001b[34m126.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 265MB/426.... \u001b[34m124.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 265.5MB/426.9MB Pulling \u001b[34m127.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 265.5MB/426.... \u001b[34m124.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 265.5MB/426.9MB Pulling \u001b[34m127.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 265.5MB/426.... \u001b[34m124.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 266.1MB/426.9MB Pulling \u001b[34m127.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 266.1MB/426.... \u001b[34m125.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 266.6MB/426.9MB Pulling \u001b[34m127.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 266.6MB/426.... \u001b[34m125.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 266.6MB/426.9MB Pulling \u001b[34m127.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 266.6MB/426.... \u001b[34m125.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 267.1MB/426.9MB Pulling \u001b[34m127.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 267.1MB/426.... \u001b[34m125.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 267.7MB/426.9MB Pulling \u001b[34m127.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 267.7MB/426.... \u001b[34m125.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 267.7MB/426.9MB Pulling \u001b[34m127.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 267.7MB/426.... \u001b[34m125.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 268.2MB/426.9MB Pulling \u001b[34m127.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 268.2MB/426.... \u001b[34m125.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 268.2MB/426.9MB Pulling \u001b[34m127.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 268.2MB/426.... \u001b[34m125.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 268.7MB/426.9MB Pulling \u001b[34m128.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 268.7MB/426.... \u001b[34m125.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 268.7MB/426.9MB Pulling \u001b[34m128.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 268.7MB/426.... \u001b[34m125.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 269.3MB/426.9MB Pulling \u001b[34m128.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 269.3MB/426.... \u001b[34m126.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 269.8MB/426.9MB Pulling \u001b[34m128.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 269.8MB/426.... \u001b[34m126.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 269.8MB/426.9MB Pulling \u001b[34m128.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 269.8MB/426.... \u001b[34m126.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 270.3MB/426.9MB Pulling \u001b[34m128.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 270.3MB/426.... \u001b[34m126.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 270.3MB/426.9MB Pulling \u001b[34m128.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 270.3MB/426.... \u001b[34m126.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 270.9MB/426.9MB Pulling \u001b[34m128.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 270.9MB/426.... \u001b[34m126.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 271.4MB/426.9MB Pulling \u001b[34m128.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 271.4MB/426.... \u001b[34m126.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 271.4MB/426.9MB Pulling \u001b[34m128.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 271.4MB/426.... \u001b[34m126.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 272MB/426.9MB Pulling \u001b[34m129.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 272MB/426.... \u001b[34m126.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 272.5MB/426.9MB Pulling \u001b[34m129.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 272.5MB/426.... \u001b[34m126.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 272.5MB/426.9MB Pulling \u001b[34m129.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 272.5MB/426.... \u001b[34m127.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 273MB/426.9MB Pulling \u001b[34m129.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 273MB/426.... \u001b[34m127.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 273.6MB/426.9MB Pulling \u001b[34m129.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 273.6MB/426.... \u001b[34m127.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 273.6MB/426.9MB Pulling \u001b[34m129.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 273.6MB/426.... \u001b[34m127.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 274.1MB/426.9MB Pulling \u001b[34m129.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 274.1MB/426.... \u001b[34m127.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 274.6MB/426.9MB Pulling \u001b[34m129.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 274.6MB/426.... \u001b[34m127.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 274.6MB/426.9MB Pulling \u001b[34m129.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 274.6MB/426.... \u001b[34m127.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 275.2MB/426.9MB Pulling \u001b[34m129.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 275.2MB/426.... \u001b[34m127.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 275.7MB/426.9MB Pulling \u001b[34m130.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 275.7MB/426.... \u001b[34m127.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 275.7MB/426.9MB Pulling \u001b[34m130.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 275.7MB/426.... \u001b[34m127.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 276.2MB/426.9MB Pulling \u001b[34m130.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 276.2MB/426.... \u001b[34m128.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 276.8MB/426.9MB Pulling \u001b[34m130.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 276.8MB/426.... \u001b[34m128.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 276.8MB/426.9MB Pulling \u001b[34m130.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 276.8MB/426.... \u001b[34m128.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 277.3MB/426.9MB Pulling \u001b[34m130.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 277.3MB/426.... \u001b[34m128.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 277.8MB/426.9MB Pulling \u001b[34m130.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 277.8MB/426.... \u001b[34m128.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 277.8MB/426.9MB Pulling \u001b[34m130.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 277.8MB/426.... \u001b[34m128.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 278.4MB/426.9MB Pulling \u001b[34m130.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 278.4MB/426.... \u001b[34m128.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 278.9MB/426.9MB Pulling \u001b[34m130.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 278.9MB/426.... \u001b[34m128.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 278.9MB/426.9MB Pulling \u001b[34m131.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 278.9MB/426.... \u001b[34m128.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 279.4MB/426.9MB Pulling \u001b[34m131.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 279.4MB/426.... \u001b[34m128.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280MB/426.9MB Pulling \u001b[34m131.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 280MB/426.... \u001b[34m129.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280MB/426.9MB Pulling \u001b[34m131.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 280MB/426.... \u001b[34m129.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280.5MB/426.9MB Pulling \u001b[34m131.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 280.5MB/426.... \u001b[34m129.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 281MB/426.9MB Pulling \u001b[34m131.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 281MB/426.... \u001b[34m129.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 281MB/426.9MB Pulling \u001b[34m131.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 281MB/426.... \u001b[34m129.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 281.6MB/426.9MB Pulling \u001b[34m131.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 281.6MB/426.... \u001b[34m129.5s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 282.1MB/426.9MB Pulling \u001b[34m131.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 282.1MB/426.... \u001b[34m129.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 282.1MB/426.9MB Pulling \u001b[34m131.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 282.1MB/426.... \u001b[34m129.7s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 282.6MB/426.9MB Pulling \u001b[34m132.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 282.6MB/426.... \u001b[34m129.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 283.2MB/426.9MB Pulling \u001b[34m132.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 283.2MB/426.... \u001b[34m129.9s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 283.2MB/426.9MB Pulling \u001b[34m132.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 283.2MB/426.... \u001b[34m130.0s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 283.7MB/426.9MB Pulling \u001b[34m132.3s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 283.7MB/426.... \u001b[34m130.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25h^C\n", - "\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", - " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 284.3MB/426.9MB Pulling \u001b[34m132.4s \u001b[0m\n", - " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m24.1s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m54.6s \u001b[0m\n", - " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.8s \u001b[0m\n", - " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 284.3MB/426.... \u001b[34m130.2s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m24.8s \u001b[0m\n", - " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m71.2s \u001b[0m\n", - "\u001b[?25hcanceled\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⠀⠀\u001b[0m] 72.95MB/499.3MB Pulling \u001b[34m28.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 40.81MB/72.38MB \u001b[34m27.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 32.14MB/426.9MB \u001b[34m27.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 4f4fb700ef54 Waiting \u001b[34m27.1s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m27.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 72.95MB/499.3MB Pulling \u001b[34m28.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 40.81MB/72.38M... \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 32.14MB/426.9M... \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m27.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 72.95MB/499.3MB Pulling \u001b[34m28.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 40.81MB/72.38M... \u001b[34m27.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 32.14MB/426.9M... \u001b[34m27.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m27.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 74.02MB/499.3MB Pulling \u001b[34m28.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Download complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 41.35MB/72.38M... \u001b[34m27.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 32.68MB/426.9M... \u001b[34m27.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m27.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 74.02MB/499.3MB Pulling \u001b[34m28.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 41.35MB/72.38M... \u001b[34m27.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 32.68MB/426.9M... \u001b[34m27.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m27.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 74.02MB/499.3MB Pulling \u001b[34m28.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 41.35MB/72.38M... \u001b[34m27.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 32.68MB/426.9M... \u001b[34m27.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m27.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 74.02MB/499.3MB Pulling \u001b[34m28.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 41.35MB/72.38M... \u001b[34m27.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 32.68MB/426.9M... \u001b[34m27.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m27.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 75.1MB/499.3MB Pulling \u001b[34m29.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 41.88MB/72.38M... \u001b[34m27.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 33.22MB/426.9M... \u001b[34m27.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m27.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 75.1MB/499.3MB Pulling \u001b[34m29.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 41.88MB/72.38M... \u001b[34m27.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 33.22MB/426.9M... \u001b[34m27.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m27.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 75.64MB/499.3MB Pulling \u001b[34m29.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 42.42MB/72.38M... \u001b[34m28.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 33.22MB/426.9M... \u001b[34m28.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m28.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 76.17MB/499.3MB Pulling \u001b[34m29.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 42.42MB/72.38M... \u001b[34m28.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 33.75MB/426.9M... \u001b[34m28.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Waiting \u001b[34m28.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 76.17MB/499.3MB Pulling \u001b[34m29.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 42.42MB/72.38M... \u001b[34m28.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 33.75MB/426.9M... \u001b[34m28.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Waiting \u001b[34m28.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 76.71MB/499.3MB Pulling \u001b[34m29.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 42.96MB/72.38M... \u001b[34m28.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 33.75MB/426.9M... \u001b[34m28.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Waiting \u001b[34m28.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 77.25MB/499.3MB Pulling \u001b[34m29.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 42.96MB/72.38M... \u001b[34m28.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 34.29MB/426.9M... \u001b[34m28.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Waiting \u001b[34m28.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 77.25MB/499.3MB Pulling \u001b[34m29.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 42.96MB/72.38M... \u001b[34m28.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 34.29MB/426.9M... \u001b[34m28.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Waiting \u001b[34m28.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 77.79MB/499.3MB Pulling \u001b[34m29.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 43.5MB/72.38M... \u001b[34m28.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 34.29MB/426.9M... \u001b[34m28.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Waiting \u001b[34m28.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 78.32MB/499.3MB Pulling \u001b[34m29.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 43.5MB/72.38M... \u001b[34m28.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 34.82MB/426.9M... \u001b[34m28.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Waiting \u001b[34m28.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 78.32MB/499.3MB Pulling \u001b[34m30.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 43.5MB/72.38M... \u001b[34m28.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 34.82MB/426.9M... \u001b[34m28.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Waiting \u001b[34m28.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 78.85MB/499.3MB Pulling \u001b[34m30.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 44.03MB/72.38M... \u001b[34m28.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 34.82MB/426.9M... \u001b[34m28.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Waiting \u001b[34m28.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 78.85MB/499.3MB Pulling \u001b[34m30.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 44.03MB/72.38M... \u001b[34m29.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 34.82MB/426.9M... \u001b[34m29.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Waiting \u001b[34m29.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 79.92MB/551.3MB Pulling \u001b[34m30.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 44.03MB/72.38M... \u001b[34m29.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 35.36MB/426.9M... \u001b[34m29.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 527.6kB/51.97M... \u001b[34m29.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 80.45MB/551.3MB Pulling \u001b[34m30.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 44.56MB/72.38M... \u001b[34m29.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 35.36MB/426.9M... \u001b[34m29.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 527.6kB/51.97M... \u001b[34m29.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 80.45MB/551.3MB Pulling \u001b[34m30.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 44.56MB/72.38M... \u001b[34m29.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 35.36MB/426.9M... \u001b[34m29.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 527.6kB/51.97M... \u001b[34m29.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 80.45MB/551.3MB Pulling \u001b[34m30.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 44.56MB/72.38M... \u001b[34m29.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 35.36MB/426.9M... \u001b[34m29.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 527.6kB/51.97M... \u001b[34m29.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 81.52MB/551.3MB Pulling \u001b[34m30.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 45.1MB/72.38M... \u001b[34m29.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 35.9MB/426.9M... \u001b[34m29.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 527.6kB/51.97M... \u001b[34m29.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 81.52MB/551.3MB Pulling \u001b[34m30.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 45.1MB/72.38M... \u001b[34m29.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 35.9MB/426.9M... \u001b[34m29.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 527.6kB/51.97M... \u001b[34m29.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣤⣿⠀⣿⠀\u001b[0m] 81.52MB/551.3MB Pulling \u001b[34m30.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 45.1MB/72.38M... \u001b[34m29.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 35.9MB/426.9M... \u001b[34m29.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 527.6kB/51.97M... \u001b[34m29.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 82.59MB/551.3MB Pulling \u001b[34m31.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 45.64MB/72.38M... \u001b[34m29.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 35.9MB/426.9M... \u001b[34m29.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 1.06MB/51.97M... \u001b[34m29.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 82.59MB/551.3MB Pulling \u001b[34m31.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 45.64MB/72.38M... \u001b[34m29.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 35.9MB/426.9M... \u001b[34m29.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 1.06MB/51.97M... \u001b[34m29.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 83.12MB/551.3MB Pulling \u001b[34m31.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 45.64MB/72.38M... \u001b[34m30.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 36.42MB/426.9M... \u001b[34m30.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 1.06MB/51.97M... \u001b[34m30.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 83.66MB/551.3MB Pulling \u001b[34m31.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 46.18MB/72.38M... \u001b[34m30.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 36.42MB/426.9M... \u001b[34m30.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 1.06MB/51.97M... \u001b[34m30.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 83.66MB/551.3MB Pulling \u001b[34m31.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 46.18MB/72.38M... \u001b[34m30.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 36.42MB/426.9M... \u001b[34m30.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 1.06MB/51.97M... \u001b[34m30.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 83.66MB/551.3MB Pulling \u001b[34m31.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 46.18MB/72.38M... \u001b[34m30.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 36.42MB/426.9M... \u001b[34m30.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 1.06MB/51.97M... \u001b[34m30.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 83.66MB/551.3MB Pulling \u001b[34m31.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 46.18MB/72.38M... \u001b[34m30.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 36.42MB/426.9M... \u001b[34m30.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 1.06MB/51.97M... \u001b[34m30.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 84.18MB/551.3MB Pulling \u001b[34m31.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 46.18MB/72.38M... \u001b[34m30.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 36.42MB/426.9M... \u001b[34m30.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 1.58MB/51.97M... \u001b[34m30.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 85.26MB/551.3MB Pulling \u001b[34m31.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 46.72MB/72.38M... \u001b[34m30.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 36.96MB/426.9M... \u001b[34m30.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 1.58MB/51.97M... \u001b[34m30.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 85.26MB/551.3MB Pulling \u001b[34m31.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 46.72MB/72.38M... \u001b[34m30.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 36.96MB/426.9M... \u001b[34m30.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 1.58MB/51.97M... \u001b[34m30.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 85.26MB/551.3MB Pulling \u001b[34m32.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 46.72MB/72.38M... \u001b[34m30.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 36.96MB/426.9M... \u001b[34m30.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 1.58MB/51.97M... \u001b[34m30.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 85.8MB/551.3MB Pulling \u001b[34m32.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 47.26MB/72.38M... \u001b[34m30.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 36.96MB/426.9M... \u001b[34m30.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 1.58MB/51.97M... \u001b[34m30.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 85.8MB/551.3MB Pulling \u001b[34m32.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 47.26MB/72.38M... \u001b[34m31.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 36.96MB/426.9M... \u001b[34m31.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 1.58MB/51.97M... \u001b[34m31.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 86.33MB/551.3MB Pulling \u001b[34m32.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 47.26MB/72.38M... \u001b[34m31.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 36.96MB/426.9M... \u001b[34m31.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 2.108MB/51.97M... \u001b[34m31.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 86.86MB/551.3MB Pulling \u001b[34m32.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 47.79MB/72.38M... \u001b[34m31.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 36.96MB/426.9M... \u001b[34m31.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 2.108MB/51.97M... \u001b[34m31.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 87.39MB/551.3MB Pulling \u001b[34m32.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 47.79MB/72.38M... \u001b[34m31.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 37.49MB/426.9M... \u001b[34m31.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 2.108MB/51.97M... \u001b[34m31.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 87.39MB/551.3MB Pulling \u001b[34m32.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 47.79MB/72.38M... \u001b[34m31.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 37.49MB/426.9M... \u001b[34m31.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 2.108MB/51.97M... \u001b[34m31.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 87.93MB/551.3MB Pulling \u001b[34m32.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 48.33MB/72.38M... \u001b[34m31.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 37.49MB/426.9M... \u001b[34m31.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 2.108MB/51.97M... \u001b[34m31.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 88.45MB/551.3MB Pulling \u001b[34m32.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 48.33MB/72.38M... \u001b[34m31.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 37.49MB/426.9M... \u001b[34m31.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 2.628MB/51.97M... \u001b[34m31.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 88.99MB/551.3MB Pulling \u001b[34m32.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 48.87MB/72.38M... \u001b[34m31.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 37.49MB/426.9M... \u001b[34m31.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 2.628MB/51.97M... \u001b[34m31.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 88.99MB/551.3MB Pulling \u001b[34m33.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 48.87MB/72.38M... \u001b[34m31.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 37.49MB/426.9M... \u001b[34m31.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 2.628MB/51.97M... \u001b[34m31.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 89.52MB/551.3MB Pulling \u001b[34m33.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 48.87MB/72.38M... \u001b[34m31.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 38.02MB/426.9M... \u001b[34m31.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 2.628MB/51.97M... \u001b[34m31.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 90.06MB/551.3MB Pulling \u001b[34m33.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 49.41MB/72.38M... \u001b[34m32.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 38.02MB/426.9M... \u001b[34m32.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 2.628MB/51.97M... \u001b[34m32.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 90.58MB/551.3MB Pulling \u001b[34m33.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 49.41MB/72.38M... \u001b[34m32.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 38.02MB/426.9M... \u001b[34m32.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 3.152MB/51.97M... \u001b[34m32.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 90.58MB/551.3MB Pulling \u001b[34m33.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 49.41MB/72.38M... \u001b[34m32.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 38.02MB/426.9M... \u001b[34m32.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 3.152MB/51.97M... \u001b[34m32.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 91.12MB/551.3MB Pulling \u001b[34m33.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 49.94MB/72.38M... \u001b[34m32.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 38.02MB/426.9M... \u001b[34m32.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 3.152MB/51.97M... \u001b[34m32.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 91.66MB/551.3MB Pulling \u001b[34m33.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 49.94MB/72.38M... \u001b[34m32.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 38.56MB/426.9M... \u001b[34m32.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 3.152MB/51.97M... \u001b[34m32.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 92.72MB/551.3MB Pulling \u001b[34m33.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 50.49MB/72.38M... \u001b[34m32.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 38.56MB/426.9M... \u001b[34m32.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 3.676MB/51.97M... \u001b[34m32.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 92.72MB/551.3MB Pulling \u001b[34m33.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 50.49MB/72.38M... \u001b[34m32.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 38.56MB/426.9M... \u001b[34m32.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 3.676MB/51.97M... \u001b[34m32.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 92.72MB/551.3MB Pulling \u001b[34m33.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 50.49MB/72.38M... \u001b[34m32.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 38.56MB/426.9M... \u001b[34m32.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 3.676MB/51.97M... \u001b[34m32.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 93.8MB/551.3MB Pulling \u001b[34m34.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 51.02MB/72.38M... \u001b[34m32.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 39.1MB/426.9M... \u001b[34m32.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 3.676MB/51.97M... \u001b[34m32.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 93.8MB/551.3MB Pulling \u001b[34m34.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 51.02MB/72.38M... \u001b[34m32.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 39.1MB/426.9M... \u001b[34m32.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 3.676MB/51.97M... \u001b[34m32.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 94.86MB/551.3MB Pulling \u001b[34m34.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 51.56MB/72.38M... \u001b[34m33.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 39.1MB/426.9M... \u001b[34m33.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 4.201MB/51.97M... \u001b[34m33.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 94.86MB/551.3MB Pulling \u001b[34m34.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 51.56MB/72.38M... \u001b[34m33.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 39.1MB/426.9M... \u001b[34m33.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 4.201MB/51.97M... \u001b[34m33.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 94.86MB/551.3MB Pulling \u001b[34m34.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 51.56MB/72.38M... \u001b[34m33.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 39.1MB/426.9M... \u001b[34m33.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 4.201MB/51.97M... \u001b[34m33.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 95.39MB/551.3MB Pulling \u001b[34m34.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 52.09MB/72.38M... \u001b[34m33.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 39.1MB/426.9M... \u001b[34m33.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 4.201MB/51.97M... \u001b[34m33.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 95.92MB/551.3MB Pulling \u001b[34m34.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 52.09MB/72.38M... \u001b[34m33.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 39.63MB/426.9M... \u001b[34m33.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 4.201MB/51.97M... \u001b[34m33.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 96.45MB/551.3MB Pulling \u001b[34m34.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 52.09MB/72.38M... \u001b[34m33.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 39.63MB/426.9M... \u001b[34m33.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 4.725MB/51.97M... \u001b[34m33.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 96.98MB/551.3MB Pulling \u001b[34m34.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 52.62MB/72.38M... \u001b[34m33.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 39.63MB/426.9M... \u001b[34m33.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 4.725MB/51.97M... \u001b[34m33.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 96.98MB/551.3MB Pulling \u001b[34m34.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 52.62MB/72.38M... \u001b[34m33.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 39.63MB/426.9M... \u001b[34m33.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 4.725MB/51.97M... \u001b[34m33.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 96.98MB/551.3MB Pulling \u001b[34m35.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 52.62MB/72.38M... \u001b[34m33.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 39.63MB/426.9M... \u001b[34m33.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 4.725MB/51.97M... \u001b[34m33.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 98.05MB/551.3MB Pulling \u001b[34m35.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 53.16MB/72.38M... \u001b[34m33.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 40.17MB/426.9M... \u001b[34m33.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 4.725MB/51.97M... \u001b[34m33.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 98.05MB/551.3MB Pulling \u001b[34m35.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 53.16MB/72.38M... \u001b[34m34.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 40.17MB/426.9M... \u001b[34m34.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 4.725MB/51.97M... \u001b[34m34.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 98.05MB/551.3MB Pulling \u001b[34m35.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 53.16MB/72.38M... \u001b[34m34.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 40.17MB/426.9M... \u001b[34m34.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 4.725MB/51.97M... \u001b[34m34.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 99.12MB/551.3MB Pulling \u001b[34m35.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 53.7MB/72.38M... \u001b[34m34.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 40.17MB/426.9M... \u001b[34m34.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 5.253MB/51.97M... \u001b[34m34.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 99.12MB/551.3MB Pulling \u001b[34m35.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 53.7MB/72.38M... \u001b[34m34.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 40.17MB/426.9M... \u001b[34m34.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 5.253MB/51.97M... \u001b[34m34.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 100.2MB/551.3MB Pulling \u001b[34m35.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 54.23MB/72.38M... \u001b[34m34.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 40.71MB/426.9M... \u001b[34m34.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 5.253MB/51.97M... \u001b[34m34.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 100.2MB/551.3MB Pulling \u001b[34m35.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 54.23MB/72.38M... \u001b[34m34.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 40.71MB/426.9M... \u001b[34m34.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 5.253MB/51.97M... \u001b[34m34.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 100.2MB/551.3MB Pulling \u001b[34m35.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 54.23MB/72.38M... \u001b[34m34.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 40.71MB/426.9M... \u001b[34m34.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 5.253MB/51.97M... \u001b[34m34.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 100.2MB/551.3MB Pulling \u001b[34m35.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 54.23MB/72.38M... \u001b[34m34.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 40.71MB/426.9M... \u001b[34m34.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 5.253MB/51.97M... \u001b[34m34.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣦⣿⠀⣿⠀\u001b[0m] 101.3MB/551.3MB Pulling \u001b[34m36.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 54.23MB/72.38M... \u001b[34m34.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 41.25MB/426.9M... \u001b[34m34.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 5.786MB/51.97M... \u001b[34m34.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⠀\u001b[0m] 101.8MB/551.3MB Pulling \u001b[34m36.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 54.77MB/72.38M... \u001b[34m34.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 41.25MB/426.9M... \u001b[34m34.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 5.786MB/51.97M... \u001b[34m34.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⠀\u001b[0m] 101.8MB/551.3MB Pulling \u001b[34m36.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 54.77MB/72.38M... \u001b[34m35.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 41.25MB/426.9M... \u001b[34m35.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 5.786MB/51.97M... \u001b[34m35.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⠀\u001b[0m] 101.8MB/551.3MB Pulling \u001b[34m36.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 54.77MB/72.38M... \u001b[34m35.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 41.25MB/426.9M... \u001b[34m35.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 5.786MB/51.97M... \u001b[34m35.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⠀\u001b[0m] 102.3MB/551.3MB Pulling \u001b[34m36.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 55.31MB/72.38M... \u001b[34m35.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 41.25MB/426.9M... \u001b[34m35.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 5.786MB/51.97M... \u001b[34m35.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⠀\u001b[0m] 102.9MB/551.3MB Pulling \u001b[34m36.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 55.31MB/72.38M... \u001b[34m35.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 41.79MB/426.9M... \u001b[34m35.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 5.786MB/51.97M... \u001b[34m35.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⠀\u001b[0m] 103.4MB/551.3MB Pulling \u001b[34m36.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 55.31MB/72.38M... \u001b[34m35.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 41.79MB/426.9M... \u001b[34m35.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 6.31MB/51.97M... \u001b[34m35.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⠀\u001b[0m] 103.9MB/551.3MB Pulling \u001b[34m36.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 55.84MB/72.38M... \u001b[34m35.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 41.79MB/426.9M... \u001b[34m35.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 6.31MB/51.97M... \u001b[34m35.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⠀\u001b[0m] 104.5MB/551.3MB Pulling \u001b[34m36.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 55.84MB/72.38M... \u001b[34m35.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 42.31MB/426.9M... \u001b[34m35.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 6.31MB/51.97M... \u001b[34m35.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⠀\u001b[0m] 104.5MB/551.3MB Pulling \u001b[34m36.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 55.84MB/72.38M... \u001b[34m35.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 42.31MB/426.9M... \u001b[34m35.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 6.31MB/51.97M... \u001b[34m35.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⠀\u001b[0m] 104.5MB/551.3MB Pulling \u001b[34m37.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 55.84MB/72.38M... \u001b[34m35.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 42.31MB/426.9M... \u001b[34m35.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 6.31MB/51.97M... \u001b[34m35.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 105MB/551.3MB Pulling \u001b[34m37.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 55.84MB/72.38M... \u001b[34m35.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 42.31MB/426.9M... \u001b[34m35.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 6.834MB/51.97M... \u001b[34m35.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 105.5MB/551.3MB Pulling \u001b[34m37.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 56.38MB/72.38M... \u001b[34m36.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 42.31MB/426.9M... \u001b[34m36.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 6.834MB/51.97M... \u001b[34m36.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 106.1MB/551.3MB Pulling \u001b[34m37.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 56.38MB/72.38M... \u001b[34m36.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 42.85MB/426.9M... \u001b[34m36.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 6.834MB/51.97M... \u001b[34m36.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 106.1MB/551.3MB Pulling \u001b[34m37.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 56.38MB/72.38M... \u001b[34m36.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 42.85MB/426.9M... \u001b[34m36.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 6.834MB/51.97M... \u001b[34m36.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 106.6MB/551.3MB Pulling \u001b[34m37.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 56.92MB/72.38M... \u001b[34m36.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 42.85MB/426.9M... \u001b[34m36.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 6.834MB/51.97M... \u001b[34m36.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 107.2MB/551.3MB Pulling \u001b[34m37.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 56.92MB/72.38M... \u001b[34m36.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 43.4MB/426.9M... \u001b[34m36.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 6.834MB/51.97M... \u001b[34m36.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 107.7MB/551.3MB Pulling \u001b[34m37.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 56.92MB/72.38M... \u001b[34m36.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 43.4MB/426.9M... \u001b[34m36.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 7.355MB/51.97M... \u001b[34m36.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 107.7MB/551.3MB Pulling \u001b[34m37.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 56.92MB/72.38M... \u001b[34m36.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 43.4MB/426.9M... \u001b[34m36.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 7.355MB/51.97M... \u001b[34m36.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 107.7MB/551.3MB Pulling \u001b[34m37.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 56.92MB/72.38M... \u001b[34m36.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 43.4MB/426.9M... \u001b[34m36.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 7.355MB/51.97M... \u001b[34m36.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 108.7MB/551.3MB Pulling \u001b[34m38.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 57.45MB/72.38M... \u001b[34m36.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 43.94MB/426.9M... \u001b[34m36.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 7.355MB/51.97M... \u001b[34m36.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 108.7MB/551.3MB Pulling \u001b[34m38.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 57.45MB/72.38M... \u001b[34m36.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 43.94MB/426.9M... \u001b[34m36.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 7.355MB/51.97M... \u001b[34m36.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 109.3MB/551.3MB Pulling \u001b[34m38.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 57.45MB/72.38M... \u001b[34m37.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 43.94MB/426.9M... \u001b[34m37.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 7.875MB/51.97M... \u001b[34m37.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 110.3MB/551.3MB Pulling \u001b[34m38.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 57.99MB/72.38M... \u001b[34m37.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 44.47MB/426.9M... \u001b[34m37.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 7.875MB/51.97M... \u001b[34m37.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 110.3MB/551.3MB Pulling \u001b[34m38.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 57.99MB/72.38M... \u001b[34m37.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 44.47MB/426.9M... \u001b[34m37.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 7.875MB/51.97M... \u001b[34m37.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 110.3MB/551.3MB Pulling \u001b[34m38.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 57.99MB/72.38M... \u001b[34m37.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 44.47MB/426.9M... \u001b[34m37.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 7.875MB/51.97M... \u001b[34m37.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 110.3MB/551.3MB Pulling \u001b[34m38.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 57.99MB/72.38M... \u001b[34m37.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 44.47MB/426.9M... \u001b[34m37.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 7.875MB/51.97M... \u001b[34m37.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 110.9MB/551.3MB Pulling \u001b[34m38.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 58.53MB/72.38M... \u001b[34m37.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 44.47MB/426.9M... \u001b[34m37.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 7.875MB/51.97M... \u001b[34m37.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 110.9MB/551.3MB Pulling \u001b[34m38.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 58.53MB/72.38M... \u001b[34m37.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 44.47MB/426.9M... \u001b[34m37.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 7.875MB/51.97M... \u001b[34m37.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 111.9MB/551.3MB Pulling \u001b[34m38.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 58.53MB/72.38M... \u001b[34m37.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 45.01MB/426.9M... \u001b[34m37.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 8.395MB/51.97M... \u001b[34m37.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 111.9MB/551.3MB Pulling \u001b[34m39.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 58.53MB/72.38M... \u001b[34m37.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 45.01MB/426.9M... \u001b[34m37.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 8.395MB/51.97M... \u001b[34m37.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 111.9MB/551.3MB Pulling \u001b[34m39.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 58.53MB/72.38M... \u001b[34m37.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 45.01MB/426.9M... \u001b[34m37.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 8.395MB/51.97M... \u001b[34m37.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 112.5MB/551.3MB Pulling \u001b[34m39.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 59.06MB/72.38M... \u001b[34m38.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 45.01MB/426.9M... \u001b[34m38.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 8.395MB/51.97M... \u001b[34m38.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 113.5MB/551.3MB Pulling \u001b[34m39.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 59.06MB/72.38M... \u001b[34m38.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 45.55MB/426.9M... \u001b[34m38.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 8.915MB/51.97M... \u001b[34m38.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 113.5MB/551.3MB Pulling \u001b[34m39.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 59.06MB/72.38M... \u001b[34m38.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 45.55MB/426.9M... \u001b[34m38.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 8.915MB/51.97M... \u001b[34m38.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 113.5MB/551.3MB Pulling \u001b[34m39.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 59.06MB/72.38M... \u001b[34m38.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 45.55MB/426.9M... \u001b[34m38.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 8.915MB/51.97M... \u001b[34m38.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 114.6MB/551.3MB Pulling \u001b[34m39.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 59.6MB/72.38M... \u001b[34m38.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 46.09MB/426.9M... \u001b[34m38.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 8.915MB/51.97M... \u001b[34m38.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 115.1MB/551.3MB Pulling \u001b[34m39.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 59.6MB/72.38M... \u001b[34m38.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 46.09MB/426.9M... \u001b[34m38.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 9.44MB/51.97M... \u001b[34m38.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 115.1MB/551.3MB Pulling \u001b[34m39.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 59.6MB/72.38M... \u001b[34m38.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 46.09MB/426.9M... \u001b[34m38.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 9.44MB/51.97M... \u001b[34m38.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 115.1MB/551.3MB Pulling \u001b[34m39.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 59.6MB/72.38M... \u001b[34m38.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 46.09MB/426.9M... \u001b[34m38.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 9.44MB/51.97M... \u001b[34m38.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 115.7MB/551.3MB Pulling \u001b[34m40.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 59.6MB/72.38M... \u001b[34m38.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 46.62MB/426.9M... \u001b[34m38.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 9.44MB/51.97M... \u001b[34m38.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 116.7MB/551.3MB Pulling \u001b[34m40.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 60.13MB/72.38M... \u001b[34m38.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 46.62MB/426.9M... \u001b[34m38.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 9.972MB/51.97M... \u001b[34m38.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 116.7MB/551.3MB Pulling \u001b[34m40.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 60.13MB/72.38M... \u001b[34m39.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 46.62MB/426.9M... \u001b[34m39.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 9.972MB/51.97M... \u001b[34m39.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 117.3MB/551.3MB Pulling \u001b[34m40.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 60.13MB/72.38M... \u001b[34m39.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 47.16MB/426.9M... \u001b[34m39.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 9.972MB/51.97M... \u001b[34m39.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 117.3MB/551.3MB Pulling \u001b[34m40.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 60.13MB/72.38M... \u001b[34m39.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 47.16MB/426.9M... \u001b[34m39.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 9.972MB/51.97M... \u001b[34m39.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 118.3MB/551.3MB Pulling \u001b[34m40.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 60.13MB/72.38M... \u001b[34m39.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 47.7MB/426.9M... \u001b[34m39.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 10.5MB/51.97M... \u001b[34m39.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 118.9MB/551.3MB Pulling \u001b[34m40.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 60.67MB/72.38M... \u001b[34m39.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 47.7MB/426.9M... \u001b[34m39.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 10.5MB/51.97M... \u001b[34m39.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 118.9MB/551.3MB Pulling \u001b[34m40.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 60.67MB/72.38M... \u001b[34m39.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 47.7MB/426.9M... \u001b[34m39.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 10.5MB/51.97M... \u001b[34m39.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 118.9MB/551.3MB Pulling \u001b[34m40.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 60.67MB/72.38M... \u001b[34m39.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 47.7MB/426.9M... \u001b[34m39.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 10.5MB/51.97M... \u001b[34m39.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 119.4MB/551.3MB Pulling \u001b[34m40.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 60.67MB/72.38M... \u001b[34m39.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 47.7MB/426.9M... \u001b[34m39.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 11.02MB/51.97M... \u001b[34m39.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 119.9MB/551.3MB Pulling \u001b[34m41.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 61.21MB/72.38M... \u001b[34m39.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 47.7MB/426.9M... \u001b[34m39.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 11.02MB/51.97M... \u001b[34m39.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 120.5MB/551.3MB Pulling \u001b[34m41.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 61.21MB/72.38M... \u001b[34m39.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 48.23MB/426.9M... \u001b[34m39.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 11.02MB/51.97M... \u001b[34m39.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 121MB/551.3MB Pulling \u001b[34m41.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 61.21MB/72.38M... \u001b[34m40.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 48.23MB/426.9M... \u001b[34m40.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 11.54MB/51.97M... \u001b[34m40.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 121MB/551.3MB Pulling \u001b[34m41.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 61.21MB/72.38M... \u001b[34m40.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 48.23MB/426.9M... \u001b[34m40.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 11.54MB/51.97M... \u001b[34m40.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 121.5MB/551.3MB Pulling \u001b[34m41.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 61.74MB/72.38M... \u001b[34m40.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 48.23MB/426.9M... \u001b[34m40.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 11.54MB/51.97M... \u001b[34m40.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 122.1MB/551.3MB Pulling \u001b[34m41.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 61.74MB/72.38M... \u001b[34m40.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 48.77MB/426.9M... \u001b[34m40.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 11.54MB/51.97M... \u001b[34m40.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 122.1MB/551.3MB Pulling \u001b[34m41.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 61.74MB/72.38M... \u001b[34m40.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 48.77MB/426.9M... \u001b[34m40.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 11.54MB/51.97M... \u001b[34m40.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 122.6MB/551.3MB Pulling \u001b[34m41.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 61.74MB/72.38M... \u001b[34m40.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 48.77MB/426.9M... \u001b[34m40.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 12.07MB/51.97M... \u001b[34m40.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 122.6MB/551.3MB Pulling \u001b[34m41.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 61.74MB/72.38M... \u001b[34m40.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 48.77MB/426.9M... \u001b[34m40.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 12.07MB/51.97M... \u001b[34m40.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 123.6MB/551.3MB Pulling \u001b[34m41.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 62.28MB/72.38M... \u001b[34m40.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 49.3MB/426.9M... \u001b[34m40.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 12.07MB/51.97M... \u001b[34m40.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 123.6MB/551.3MB Pulling \u001b[34m42.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 62.28MB/72.38M... \u001b[34m40.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 49.3MB/426.9M... \u001b[34m40.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 12.07MB/51.97M... \u001b[34m40.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 124.2MB/551.3MB Pulling \u001b[34m42.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 62.28MB/72.38M... \u001b[34m40.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 49.3MB/426.9M... \u001b[34m40.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 12.59MB/51.97M... \u001b[34m40.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 124.2MB/551.3MB Pulling \u001b[34m42.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 62.28MB/72.38M... \u001b[34m41.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 49.3MB/426.9M... \u001b[34m41.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 12.59MB/51.97M... \u001b[34m41.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 125.2MB/551.3MB Pulling \u001b[34m42.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 62.81MB/72.38M... \u001b[34m41.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 49.83MB/426.9M... \u001b[34m41.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 12.59MB/51.97M... \u001b[34m41.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⡀\u001b[0m] 125.2MB/551.3MB Pulling \u001b[34m42.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 62.81MB/72.38M... \u001b[34m41.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 49.83MB/426.9M... \u001b[34m41.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 12.59MB/51.97M... \u001b[34m41.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 125.8MB/551.3MB Pulling \u001b[34m42.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 62.81MB/72.38M... \u001b[34m41.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 49.83MB/426.9M... \u001b[34m41.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 13.12MB/51.97M... \u001b[34m41.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 125.8MB/551.3MB Pulling \u001b[34m42.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 62.81MB/72.38M... \u001b[34m41.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 49.83MB/426.9M... \u001b[34m41.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 13.12MB/51.97M... \u001b[34m41.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 126.3MB/551.3MB Pulling \u001b[34m42.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 62.81MB/72.38M... \u001b[34m41.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 50.37MB/426.9M... \u001b[34m41.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 13.12MB/51.97M... \u001b[34m41.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 126.8MB/551.3MB Pulling \u001b[34m42.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 63.36MB/72.38M... \u001b[34m41.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 50.37MB/426.9M... \u001b[34m41.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 13.12MB/51.97M... \u001b[34m41.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 126.8MB/551.3MB Pulling \u001b[34m42.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 63.36MB/72.38M... \u001b[34m41.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 50.37MB/426.9M... \u001b[34m41.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 13.12MB/51.97M... \u001b[34m41.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 127.9MB/551.3MB Pulling \u001b[34m43.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 63.36MB/72.38M... \u001b[34m41.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 50.9MB/426.9M... \u001b[34m41.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 13.64MB/51.97M... \u001b[34m41.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 127.9MB/551.3MB Pulling \u001b[34m43.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 63.36MB/72.38M... \u001b[34m41.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 50.9MB/426.9M... \u001b[34m41.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 13.64MB/51.97M... \u001b[34m41.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 127.9MB/551.3MB Pulling \u001b[34m43.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 63.36MB/72.38M... \u001b[34m42.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 50.9MB/426.9M... \u001b[34m42.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 13.64MB/51.97M... \u001b[34m42.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣶⣿⠀⣿⣀\u001b[0m] 128.4MB/551.3MB Pulling \u001b[34m43.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 63.36MB/72.38M... \u001b[34m42.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 51.43MB/426.9M... \u001b[34m42.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 13.64MB/51.97M... \u001b[34m42.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 129MB/551.3MB Pulling \u001b[34m43.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 63.9MB/72.38M... \u001b[34m42.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 51.43MB/426.9M... \u001b[34m42.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 13.64MB/51.97M... \u001b[34m42.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 129.5MB/551.3MB Pulling \u001b[34m43.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 63.9MB/72.38M... \u001b[34m42.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 51.43MB/426.9M... \u001b[34m42.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 14.17MB/51.97M... \u001b[34m42.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 130MB/551.3MB Pulling \u001b[34m43.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 63.9MB/72.38M... \u001b[34m42.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 51.96MB/426.9M... \u001b[34m42.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 14.17MB/51.97M... \u001b[34m42.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 130MB/551.3MB Pulling \u001b[34m43.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 63.9MB/72.38M... \u001b[34m42.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 51.96MB/426.9M... \u001b[34m42.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 14.17MB/51.97M... \u001b[34m42.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 130MB/551.3MB Pulling \u001b[34m43.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 63.9MB/72.38M... \u001b[34m42.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 51.96MB/426.9M... \u001b[34m42.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 14.17MB/51.97M... \u001b[34m42.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 131.1MB/551.3MB Pulling \u001b[34m43.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 64.44MB/72.38M... \u001b[34m42.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 52.49MB/426.9M... \u001b[34m42.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 14.17MB/51.97M... \u001b[34m42.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 131.6MB/551.3MB Pulling \u001b[34m44.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 64.44MB/72.38M... \u001b[34m42.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 52.49MB/426.9M... \u001b[34m42.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 14.69MB/51.97M... \u001b[34m42.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 131.6MB/551.3MB Pulling \u001b[34m44.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 64.44MB/72.38M... \u001b[34m42.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 52.49MB/426.9M... \u001b[34m42.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 14.69MB/51.97M... \u001b[34m42.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 131.6MB/551.3MB Pulling \u001b[34m44.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 64.44MB/72.38M... \u001b[34m43.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 52.49MB/426.9M... \u001b[34m43.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 14.69MB/51.97M... \u001b[34m43.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 132.7MB/551.3MB Pulling \u001b[34m44.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 64.98MB/72.38M... \u001b[34m43.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 53.03MB/426.9M... \u001b[34m43.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 14.69MB/51.97M... \u001b[34m43.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 132.7MB/551.3MB Pulling \u001b[34m44.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 64.98MB/72.38M... \u001b[34m43.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 53.03MB/426.9M... \u001b[34m43.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 14.69MB/51.97M... \u001b[34m43.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 133.2MB/551.3MB Pulling \u001b[34m44.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 64.98MB/72.38M... \u001b[34m43.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 53.03MB/426.9M... \u001b[34m43.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 15.22MB/51.97M... \u001b[34m43.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 133.2MB/551.3MB Pulling \u001b[34m44.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 64.98MB/72.38M... \u001b[34m43.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 53.03MB/426.9M... \u001b[34m43.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 15.22MB/51.97M... \u001b[34m43.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 133.8MB/551.3MB Pulling \u001b[34m44.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 65.52MB/72.38M... \u001b[34m43.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 53.03MB/426.9M... \u001b[34m43.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 15.22MB/51.97M... \u001b[34m43.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 133.8MB/551.3MB Pulling \u001b[34m44.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 65.52MB/72.38M... \u001b[34m43.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 53.03MB/426.9M... \u001b[34m43.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 15.22MB/51.97M... \u001b[34m43.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 134.8MB/551.3MB Pulling \u001b[34m44.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 65.52MB/72.38M... \u001b[34m43.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 53.57MB/426.9M... \u001b[34m43.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 15.75MB/51.97M... \u001b[34m43.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 135.4MB/551.3MB Pulling \u001b[34m45.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 66.05MB/72.38M... \u001b[34m43.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 53.57MB/426.9M... \u001b[34m43.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 15.75MB/51.97M... \u001b[34m43.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 135.4MB/551.3MB Pulling \u001b[34m45.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 66.05MB/72.38M... \u001b[34m43.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 53.57MB/426.9M... \u001b[34m43.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 15.75MB/51.97M... \u001b[34m43.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 135.4MB/551.3MB Pulling \u001b[34m45.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 66.05MB/72.38M... \u001b[34m44.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 53.57MB/426.9M... \u001b[34m44.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 15.75MB/51.97M... \u001b[34m44.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 135.4MB/551.3MB Pulling \u001b[34m45.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 66.05MB/72.38M... \u001b[34m44.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 53.57MB/426.9M... \u001b[34m44.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 15.75MB/51.97M... \u001b[34m44.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 136.4MB/551.3MB Pulling \u001b[34m45.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 66.58MB/72.38M... \u001b[34m44.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 53.57MB/426.9M... \u001b[34m44.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 16.27MB/51.97M... \u001b[34m44.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 136.4MB/551.3MB Pulling \u001b[34m45.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 66.58MB/72.38M... \u001b[34m44.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 53.57MB/426.9M... \u001b[34m44.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 16.27MB/51.97M... \u001b[34m44.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 137MB/551.3MB Pulling \u001b[34m45.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 67.12MB/72.38M... \u001b[34m44.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 53.57MB/426.9M... \u001b[34m44.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 16.27MB/51.97M... \u001b[34m44.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 137.5MB/551.3MB Pulling \u001b[34m45.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 67.12MB/72.38M... \u001b[34m44.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 54.11MB/426.9M... \u001b[34m44.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 16.27MB/51.97M... \u001b[34m44.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 138MB/551.3MB Pulling \u001b[34m45.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 67.12MB/72.38M... \u001b[34m44.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 54.11MB/426.9M... \u001b[34m44.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 16.8MB/51.97M... \u001b[34m44.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 138.6MB/551.3MB Pulling \u001b[34m45.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 67.66MB/72.38M... \u001b[34m44.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 54.11MB/426.9M... \u001b[34m44.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 16.8MB/51.97M... \u001b[34m44.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 138.6MB/551.3MB Pulling \u001b[34m46.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 67.66MB/72.38M... \u001b[34m44.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 54.11MB/426.9M... \u001b[34m44.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 16.8MB/51.97M... \u001b[34m44.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 138.6MB/551.3MB Pulling \u001b[34m46.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 67.66MB/72.38M... \u001b[34m44.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 54.11MB/426.9M... \u001b[34m44.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 16.8MB/51.97M... \u001b[34m44.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 140.2MB/551.3MB Pulling \u001b[34m46.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 68.19MB/72.38M... \u001b[34m45.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 54.63MB/426.9M... \u001b[34m45.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 17.33MB/51.97M... \u001b[34m45.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 140.2MB/551.3MB Pulling \u001b[34m46.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 68.19MB/72.38M... \u001b[34m45.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 54.63MB/426.9M... \u001b[34m45.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 17.33MB/51.97M... \u001b[34m45.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 140.2MB/551.3MB Pulling \u001b[34m46.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 68.19MB/72.38M... \u001b[34m45.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 54.63MB/426.9M... \u001b[34m45.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 17.33MB/51.97M... \u001b[34m45.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 140.2MB/551.3MB Pulling \u001b[34m46.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 68.19MB/72.38M... \u001b[34m45.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 54.63MB/426.9M... \u001b[34m45.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 17.33MB/51.97M... \u001b[34m45.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 140.7MB/551.3MB Pulling \u001b[34m46.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 68.72MB/72.38M... \u001b[34m45.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 54.63MB/426.9M... \u001b[34m45.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 17.33MB/51.97M... \u001b[34m45.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 141.2MB/551.3MB Pulling \u001b[34m46.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 68.72MB/72.38M... \u001b[34m45.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 55.16MB/426.9M... \u001b[34m45.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 17.33MB/51.97M... \u001b[34m45.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 141.2MB/551.3MB Pulling \u001b[34m46.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 68.72MB/72.38M... \u001b[34m45.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 55.16MB/426.9M... \u001b[34m45.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 17.33MB/51.97M... \u001b[34m45.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 142.3MB/551.3MB Pulling \u001b[34m46.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 69.26MB/72.38M... \u001b[34m45.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 55.16MB/426.9M... \u001b[34m45.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 17.85MB/51.97M... \u001b[34m45.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 142.3MB/551.3MB Pulling \u001b[34m47.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 69.26MB/72.38M... \u001b[34m45.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 55.16MB/426.9M... \u001b[34m45.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 17.85MB/51.97M... \u001b[34m45.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⠀⣿⣀\u001b[0m] 142.3MB/551.3MB Pulling \u001b[34m47.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 69.26MB/72.38M... \u001b[34m45.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 55.16MB/426.9M... \u001b[34m45.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 17.85MB/51.97M... \u001b[34m45.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 142.8MB/551.3MB Pulling \u001b[34m47.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 69.26MB/72.38M... \u001b[34m46.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 55.7MB/426.9M... \u001b[34m46.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 17.85MB/51.97M... \u001b[34m46.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 143.4MB/551.3MB Pulling \u001b[34m47.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 69.8MB/72.38M... \u001b[34m46.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 55.7MB/426.9M... \u001b[34m46.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 17.85MB/51.97M... \u001b[34m46.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 143.4MB/551.3MB Pulling \u001b[34m47.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 69.8MB/72.38M... \u001b[34m46.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 55.7MB/426.9M... \u001b[34m46.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 17.85MB/51.97M... \u001b[34m46.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 144.4MB/551.3MB Pulling \u001b[34m47.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 69.8MB/72.38M... \u001b[34m46.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 56.23MB/426.9M... \u001b[34m46.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 18.38MB/51.97M... \u001b[34m46.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 144.9MB/551.3MB Pulling \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 70.34MB/72.38M... \u001b[34m46.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 56.23MB/426.9M... \u001b[34m46.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 18.38MB/51.97M... \u001b[34m46.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 144.9MB/551.3MB Pulling \u001b[34m47.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 70.34MB/72.38M... \u001b[34m46.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 56.23MB/426.9M... \u001b[34m46.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 18.38MB/51.97M... \u001b[34m46.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 144.9MB/551.3MB Pulling \u001b[34m47.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 19bbfe54d9b5 Downloading 70.34MB/72.38M... \u001b[34m46.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 56.23MB/426.9M... \u001b[34m46.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 18.38MB/51.97M... \u001b[34m46.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 146MB/551.3MB Pulling \u001b[34m47.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 19bbfe54d9b5 Downloading 70.88MB/72.38M... \u001b[34m46.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 56.77MB/426.9M... \u001b[34m46.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 18.38MB/51.97M... \u001b[34m46.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 146.6MB/551.3MB Pulling \u001b[34m48.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 19bbfe54d9b5 Downloading 70.88MB/72.38M... \u001b[34m46.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 56.77MB/426.9M... \u001b[34m46.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 18.91MB/51.97M... \u001b[34m46.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 146.6MB/551.3MB Pulling \u001b[34m48.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 19bbfe54d9b5 Downloading 70.88MB/72.38M... \u001b[34m46.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 56.77MB/426.9M... \u001b[34m46.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 18.91MB/51.97M... \u001b[34m46.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 147.6MB/551.3MB Pulling \u001b[34m48.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 19bbfe54d9b5 Downloading 71.42MB/72.38M... \u001b[34m47.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 57.31MB/426.9M... \u001b[34m47.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 18.91MB/51.97M... \u001b[34m47.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 147.6MB/551.3MB Pulling \u001b[34m48.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 19bbfe54d9b5 Downloading 71.42MB/72.38M... \u001b[34m47.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 57.31MB/426.9M... \u001b[34m47.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 18.91MB/51.97M... \u001b[34m47.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 147.6MB/551.3MB Pulling \u001b[34m48.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 19bbfe54d9b5 Downloading 71.42MB/72.38M... \u001b[34m47.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 57.31MB/426.9M... \u001b[34m47.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 18.91MB/51.97M... \u001b[34m47.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 147.6MB/551.3MB Pulling \u001b[34m48.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 19bbfe54d9b5 Downloading 71.42MB/72.38M... \u001b[34m47.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 57.31MB/426.9M... \u001b[34m47.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 18.91MB/51.97M... \u001b[34m47.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 149.2MB/551.3MB Pulling \u001b[34m48.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 19bbfe54d9b5 Downloading 71.96MB/72.38M... \u001b[34m47.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 57.85MB/426.9M... \u001b[34m47.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 19.43MB/51.97M... \u001b[34m47.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 3/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣷⣿⡀⣿⣀\u001b[0m] 149.2MB/551.3MB Pulling \u001b[34m48.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 19bbfe54d9b5 Downloading 71.96MB/72.38M... \u001b[34m47.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 57.85MB/426.9M... \u001b[34m47.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 19.43MB/51.97M... \u001b[34m47.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣀\u001b[0m] 77.28MB/478.9MB Pulling \u001b[34m48.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 57.85MB/426.9M... \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 19.43MB/51.97M... \u001b[34m47.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣀\u001b[0m] 77.28MB/478.9MB Pulling \u001b[34m48.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 57.85MB/426.9M... \u001b[34m47.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 19.43MB/51.97M... \u001b[34m47.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 78.34MB/478.9MB Pulling \u001b[34m49.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 58.38MB/426.9M... \u001b[34m47.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 19.96MB/51.97M... \u001b[34m47.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 78.34MB/478.9MB Pulling \u001b[34m49.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 58.38MB/426.9M... \u001b[34m47.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 19.96MB/51.97M... \u001b[34m47.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 78.34MB/478.9MB Pulling \u001b[34m49.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 58.38MB/426.9M... \u001b[34m48.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 19.96MB/51.97M... \u001b[34m48.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 78.88MB/478.9MB Pulling \u001b[34m49.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 58.92MB/426.9M... \u001b[34m48.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 19.96MB/51.97M... \u001b[34m48.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 78.88MB/478.9MB Pulling \u001b[34m49.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 58.92MB/426.9M... \u001b[34m48.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 19.96MB/51.97M... \u001b[34m48.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 79.94MB/478.9MB Pulling \u001b[34m49.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 59.45MB/426.9M... \u001b[34m48.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 20.49MB/51.97M... \u001b[34m48.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 79.94MB/478.9MB Pulling \u001b[34m49.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 59.45MB/426.9M... \u001b[34m48.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 20.49MB/51.97M... \u001b[34m48.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 79.94MB/478.9MB Pulling \u001b[34m49.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 59.45MB/426.9M... \u001b[34m48.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 20.49MB/51.97M... \u001b[34m48.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 81MB/478.9MB Pulling \u001b[34m49.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Download complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Download complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 59.98MB/426.9M... \u001b[34m48.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 21.02MB/51.97M... \u001b[34m48.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 81MB/478.9MB Pulling \u001b[34m49.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 59.98MB/426.9M... \u001b[34m48.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 21.02MB/51.97M... \u001b[34m48.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 82.06MB/478.9MB Pulling \u001b[34m50.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 60.52MB/426.9M... \u001b[34m48.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 21.54MB/51.97M... \u001b[34m48.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 82.06MB/478.9MB Pulling \u001b[34m50.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 60.52MB/426.9M... \u001b[34m48.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 21.54MB/51.97M... \u001b[34m48.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 82.6MB/478.9MB Pulling \u001b[34m50.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 61.06MB/426.9M... \u001b[34m49.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 21.54MB/51.97M... \u001b[34m49.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 83.12MB/478.9MB Pulling \u001b[34m50.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 61.06MB/426.9M... \u001b[34m49.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 22.06MB/51.97M... \u001b[34m49.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 83.12MB/478.9MB Pulling \u001b[34m50.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 61.06MB/426.9M... \u001b[34m49.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 22.06MB/51.97M... \u001b[34m49.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 83.65MB/478.9MB Pulling \u001b[34m50.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 61.59MB/426.9M... \u001b[34m49.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 22.06MB/51.97M... \u001b[34m49.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 83.65MB/478.9MB Pulling \u001b[34m50.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 61.59MB/426.9M... \u001b[34m49.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 22.06MB/51.97M... \u001b[34m49.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 84.17MB/478.9MB Pulling \u001b[34m50.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 61.59MB/426.9M... \u001b[34m49.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 22.58MB/51.97M... \u001b[34m49.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 84.7MB/478.9MB Pulling \u001b[34m50.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 62.12MB/426.9M... \u001b[34m49.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 22.58MB/51.97M... \u001b[34m49.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 85.22MB/478.9MB Pulling \u001b[34m50.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 62.12MB/426.9M... \u001b[34m49.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 23.1MB/51.97M... \u001b[34m49.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 85.22MB/478.9MB Pulling \u001b[34m51.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 62.12MB/426.9M... \u001b[34m49.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 23.1MB/51.97M... \u001b[34m49.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 85.76MB/478.9MB Pulling \u001b[34m51.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 62.66MB/426.9M... \u001b[34m49.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 23.1MB/51.97M... \u001b[34m49.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 86.29MB/478.9MB Pulling \u001b[34m51.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 63.19MB/426.9M... \u001b[34m50.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 23.1MB/51.97M... \u001b[34m50.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 86.82MB/478.9MB Pulling \u001b[34m51.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 63.19MB/426.9M... \u001b[34m50.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 23.63MB/51.97M... \u001b[34m50.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 86.82MB/478.9MB Pulling \u001b[34m51.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 63.19MB/426.9M... \u001b[34m50.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 23.63MB/51.97M... \u001b[34m50.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 87.35MB/478.9MB Pulling \u001b[34m51.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 63.72MB/426.9M... \u001b[34m50.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 23.63MB/51.97M... \u001b[34m50.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 87.35MB/478.9MB Pulling \u001b[34m51.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 63.72MB/426.9M... \u001b[34m50.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 23.63MB/51.97M... \u001b[34m50.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 87.88MB/478.9MB Pulling \u001b[34m51.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 64.25MB/426.9M... \u001b[34m50.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 23.63MB/51.97M... \u001b[34m50.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 87.88MB/478.9MB Pulling \u001b[34m51.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 64.25MB/426.9M... \u001b[34m50.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 23.63MB/51.97M... \u001b[34m50.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 88.93MB/478.9MB Pulling \u001b[34m51.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 64.78MB/426.9M... \u001b[34m50.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 24.15MB/51.97M... \u001b[34m50.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 89.47MB/478.9MB Pulling \u001b[34m52.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 65.32MB/426.9M... \u001b[34m50.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 24.15MB/51.97M... \u001b[34m50.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 89.47MB/478.9MB Pulling \u001b[34m52.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 65.32MB/426.9M... \u001b[34m50.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 24.15MB/51.97M... \u001b[34m50.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 90.01MB/478.9MB Pulling \u001b[34m52.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 65.86MB/426.9M... \u001b[34m51.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 24.15MB/51.97M... \u001b[34m51.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 90.54MB/478.9MB Pulling \u001b[34m52.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 65.86MB/426.9M... \u001b[34m51.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 24.68MB/51.97M... \u001b[34m51.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 91.08MB/478.9MB Pulling \u001b[34m52.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 66.4MB/426.9M... \u001b[34m51.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 24.68MB/51.97M... \u001b[34m51.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 91.08MB/478.9MB Pulling \u001b[34m52.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 66.4MB/426.9M... \u001b[34m51.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 24.68MB/51.97M... \u001b[34m51.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 91.62MB/478.9MB Pulling \u001b[34m52.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 66.94MB/426.9M... \u001b[34m51.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 24.68MB/51.97M... \u001b[34m51.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 91.62MB/478.9MB Pulling \u001b[34m52.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 66.94MB/426.9M... \u001b[34m51.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 24.68MB/51.97M... \u001b[34m51.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 92.68MB/478.9MB Pulling \u001b[34m52.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 67.48MB/426.9M... \u001b[34m51.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 25.2MB/51.97M... \u001b[34m51.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 92.68MB/478.9MB Pulling \u001b[34m52.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 67.48MB/426.9M... \u001b[34m51.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 25.2MB/51.97M... \u001b[34m51.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 93.22MB/478.9MB Pulling \u001b[34m53.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 68.02MB/426.9M... \u001b[34m51.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 25.2MB/51.97M... \u001b[34m51.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 93.22MB/478.9MB Pulling \u001b[34m53.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 68.02MB/426.9M... \u001b[34m51.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 25.2MB/51.97M... \u001b[34m51.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 94.28MB/478.9MB Pulling \u001b[34m53.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 68.56MB/426.9M... \u001b[34m52.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 25.73MB/51.97M... \u001b[34m52.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 94.28MB/478.9MB Pulling \u001b[34m53.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 68.56MB/426.9M... \u001b[34m52.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 25.73MB/51.97M... \u001b[34m52.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 94.81MB/478.9MB Pulling \u001b[34m53.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 69.09MB/426.9M... \u001b[34m52.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 25.73MB/51.97M... \u001b[34m52.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 94.81MB/478.9MB Pulling \u001b[34m53.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 69.09MB/426.9M... \u001b[34m52.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 25.73MB/51.97M... \u001b[34m52.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 95.35MB/478.9MB Pulling \u001b[34m53.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 69.63MB/426.9M... \u001b[34m52.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 25.73MB/51.97M... \u001b[34m52.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣄\u001b[0m] 95.35MB/478.9MB Pulling \u001b[34m53.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 69.63MB/426.9M... \u001b[34m52.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 25.73MB/51.97M... \u001b[34m52.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 96.41MB/478.9MB Pulling \u001b[34m53.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 70.15MB/426.9M... \u001b[34m52.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 26.26MB/51.97M... \u001b[34m52.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 96.41MB/478.9MB Pulling \u001b[34m53.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 70.15MB/426.9M... \u001b[34m52.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 26.26MB/51.97M... \u001b[34m52.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 96.95MB/478.9MB Pulling \u001b[34m54.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 70.7MB/426.9M... \u001b[34m52.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 26.26MB/51.97M... \u001b[34m52.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 96.95MB/478.9MB Pulling \u001b[34m54.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 70.7MB/426.9M... \u001b[34m52.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 26.26MB/51.97M... \u001b[34m52.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 97.49MB/478.9MB Pulling \u001b[34m54.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 71.23MB/426.9M... \u001b[34m53.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 26.26MB/51.97M... \u001b[34m53.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 98.03MB/478.9MB Pulling \u001b[34m54.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 71.77MB/426.9M... \u001b[34m53.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 26.26MB/51.97M... \u001b[34m53.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 98.55MB/478.9MB Pulling \u001b[34m54.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 71.77MB/426.9M... \u001b[34m53.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 26.79MB/51.97M... \u001b[34m53.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 98.55MB/478.9MB Pulling \u001b[34m54.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 71.77MB/426.9M... \u001b[34m53.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 26.79MB/51.97M... \u001b[34m53.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 99.1MB/478.9MB Pulling \u001b[34m54.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 72.31MB/426.9M... \u001b[34m53.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 26.79MB/51.97M... \u001b[34m53.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 99.62MB/478.9MB Pulling \u001b[34m54.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 72.84MB/426.9M... \u001b[34m53.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 26.79MB/51.97M... \u001b[34m53.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 99.62MB/478.9MB Pulling \u001b[34m54.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 72.84MB/426.9M... \u001b[34m53.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 26.79MB/51.97M... \u001b[34m53.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 100.2MB/478.9MB Pulling \u001b[34m54.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 73.38MB/426.9M... \u001b[34m53.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 26.79MB/51.97M... \u001b[34m53.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 100.7MB/478.9MB Pulling \u001b[34m55.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 73.38MB/426.9M... \u001b[34m53.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 27.31MB/51.97M... \u001b[34m53.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 101.2MB/478.9MB Pulling \u001b[34m55.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 73.92MB/426.9M... \u001b[34m53.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 27.31MB/51.97M... \u001b[34m53.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 101.2MB/478.9MB Pulling \u001b[34m55.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 73.92MB/426.9M... \u001b[34m54.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 27.31MB/51.97M... \u001b[34m54.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 101.2MB/478.9MB Pulling \u001b[34m55.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 73.92MB/426.9M... \u001b[34m54.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 27.31MB/51.97M... \u001b[34m54.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 102.3MB/478.9MB Pulling \u001b[34m55.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 74.46MB/426.9M... \u001b[34m54.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 27.84MB/51.97M... \u001b[34m54.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 102.3MB/478.9MB Pulling \u001b[34m55.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 74.46MB/426.9M... \u001b[34m54.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 27.84MB/51.97M... \u001b[34m54.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 102.3MB/478.9MB Pulling \u001b[34m55.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 74.46MB/426.9M... \u001b[34m54.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 27.84MB/51.97M... \u001b[34m54.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 102.3MB/478.9MB Pulling \u001b[34m55.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 74.46MB/426.9M... \u001b[34m54.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 27.84MB/51.97M... \u001b[34m54.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 102.3MB/478.9MB Pulling \u001b[34m55.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 74.46MB/426.9M... \u001b[34m54.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 27.84MB/51.97M... \u001b[34m54.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 102.8MB/478.9MB Pulling \u001b[34m55.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 75MB/426.9M... \u001b[34m54.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 27.84MB/51.97M... \u001b[34m54.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 102.8MB/478.9MB Pulling \u001b[34m56.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 75MB/426.9M... \u001b[34m54.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 27.84MB/51.97M... \u001b[34m54.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 103.9MB/478.9MB Pulling \u001b[34m56.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 75.52MB/426.9M... \u001b[34m54.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 28.37MB/51.97M... \u001b[34m54.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 103.9MB/478.9MB Pulling \u001b[34m56.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 75.52MB/426.9M... \u001b[34m55.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 28.37MB/51.97M... \u001b[34m55.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 104.4MB/478.9MB Pulling \u001b[34m56.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 76.07MB/426.9M... \u001b[34m55.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 28.37MB/51.97M... \u001b[34m55.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 105MB/478.9MB Pulling \u001b[34m56.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 76.07MB/426.9M... \u001b[34m55.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 28.89MB/51.97M... \u001b[34m55.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 105.5MB/478.9MB Pulling \u001b[34m56.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 76.59MB/426.9M... \u001b[34m55.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 28.89MB/51.97M... \u001b[34m55.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 106.5MB/478.9MB Pulling \u001b[34m56.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 77.13MB/426.9M... \u001b[34m55.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 29.42MB/51.97M... \u001b[34m55.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 106.5MB/478.9MB Pulling \u001b[34m56.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 77.13MB/426.9M... \u001b[34m55.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 29.42MB/51.97M... \u001b[34m55.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 107.1MB/478.9MB Pulling \u001b[34m56.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 77.67MB/426.9M... \u001b[34m55.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 29.42MB/51.97M... \u001b[34m55.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 107.6MB/478.9MB Pulling \u001b[34m56.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 77.67MB/426.9M... \u001b[34m55.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 29.94MB/51.97M... \u001b[34m55.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 108.2MB/478.9MB Pulling \u001b[34m57.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 78.21MB/426.9M... \u001b[34m55.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 29.94MB/51.97M... \u001b[34m55.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 108.2MB/478.9MB Pulling \u001b[34m57.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 78.21MB/426.9M... \u001b[34m55.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 29.94MB/51.97M... \u001b[34m55.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 109.2MB/478.9MB Pulling \u001b[34m57.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 78.75MB/426.9M... \u001b[34m56.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 30.47MB/51.97M... \u001b[34m56.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 109.2MB/478.9MB Pulling \u001b[34m57.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 78.75MB/426.9M... \u001b[34m56.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 30.47MB/51.97M... \u001b[34m56.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 109.2MB/478.9MB Pulling \u001b[34m57.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 78.75MB/426.9M... \u001b[34m56.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 30.47MB/51.97M... \u001b[34m56.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 110.3MB/478.9MB Pulling \u001b[34m57.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 79.29MB/426.9M... \u001b[34m56.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 30.99MB/51.97M... \u001b[34m56.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 110.3MB/478.9MB Pulling \u001b[34m57.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 79.29MB/426.9M... \u001b[34m56.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 30.99MB/51.97M... \u001b[34m56.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 110.8MB/478.9MB Pulling \u001b[34m57.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 79.83MB/426.9M... \u001b[34m56.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 30.99MB/51.97M... \u001b[34m56.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 111.4MB/478.9MB Pulling \u001b[34m57.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 79.83MB/426.9M... \u001b[34m56.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 31.52MB/51.97M... \u001b[34m56.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 111.4MB/478.9MB Pulling \u001b[34m57.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 79.83MB/426.9M... \u001b[34m56.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 31.52MB/51.97M... \u001b[34m56.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 111.9MB/478.9MB Pulling \u001b[34m58.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 80.37MB/426.9M... \u001b[34m56.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 31.52MB/51.97M... \u001b[34m56.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 112.4MB/478.9MB Pulling \u001b[34m58.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 80.37MB/426.9M... \u001b[34m56.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 32.04MB/51.97M... \u001b[34m56.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 112.4MB/478.9MB Pulling \u001b[34m58.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 80.37MB/426.9M... \u001b[34m57.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 32.04MB/51.97M... \u001b[34m57.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 112.9MB/478.9MB Pulling \u001b[34m58.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 80.9MB/426.9M... \u001b[34m57.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 32.04MB/51.97M... \u001b[34m57.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 113.5MB/478.9MB Pulling \u001b[34m58.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 80.9MB/426.9M... \u001b[34m57.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 32.56MB/51.97M... \u001b[34m57.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 113.5MB/478.9MB Pulling \u001b[34m58.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 80.9MB/426.9M... \u001b[34m57.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 32.56MB/51.97M... \u001b[34m57.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣤\u001b[0m] 114MB/478.9MB Pulling \u001b[34m58.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 81.43MB/426.9M... \u001b[34m57.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 32.56MB/51.97M... \u001b[34m57.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 114.5MB/478.9MB Pulling \u001b[34m58.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 81.43MB/426.9M... \u001b[34m57.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 33.08MB/51.97M... \u001b[34m57.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 114.5MB/478.9MB Pulling \u001b[34m58.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 81.43MB/426.9M... \u001b[34m57.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 33.08MB/51.97M... \u001b[34m57.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 114.5MB/478.9MB Pulling \u001b[34m58.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 81.43MB/426.9M... \u001b[34m57.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 33.08MB/51.97M... \u001b[34m57.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 115MB/478.9MB Pulling \u001b[34m59.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 81.97MB/426.9M... \u001b[34m57.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 33.08MB/51.97M... \u001b[34m57.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 115.6MB/478.9MB Pulling \u001b[34m59.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 81.97MB/426.9M... \u001b[34m57.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 33.61MB/51.97M... \u001b[34m57.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 115.6MB/478.9MB Pulling \u001b[34m59.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 81.97MB/426.9M... \u001b[34m58.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 33.61MB/51.97M... \u001b[34m58.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 116.6MB/478.9MB Pulling \u001b[34m59.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 82.5MB/426.9M... \u001b[34m58.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 34.13MB/51.97M... \u001b[34m58.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 116.6MB/478.9MB Pulling \u001b[34m59.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 82.5MB/426.9M... \u001b[34m58.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 34.13MB/51.97M... \u001b[34m58.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 117.2MB/478.9MB Pulling \u001b[34m59.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 83.03MB/426.9M... \u001b[34m58.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 34.13MB/51.97M... \u001b[34m58.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 117.7MB/478.9MB Pulling \u001b[34m59.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 83.03MB/426.9M... \u001b[34m58.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 34.66MB/51.97M... \u001b[34m58.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 118.8MB/478.9MB Pulling \u001b[34m59.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 83.57MB/426.9M... \u001b[34m58.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 35.19MB/51.97M... \u001b[34m58.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 118.8MB/478.9MB Pulling \u001b[34m59.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 83.57MB/426.9M... \u001b[34m58.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 35.19MB/51.97M... \u001b[34m58.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 118.8MB/478.9MB Pulling \u001b[34m59.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 83.57MB/426.9M... \u001b[34m58.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 35.19MB/51.97M... \u001b[34m58.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 119.3MB/478.9MB Pulling \u001b[34m60.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 84.11MB/426.9M... \u001b[34m58.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 35.19MB/51.97M... \u001b[34m58.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 119.8MB/478.9MB Pulling \u001b[34m60.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 84.11MB/426.9M... \u001b[34m58.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 35.71MB/51.97M... \u001b[34m58.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 119.8MB/478.9MB Pulling \u001b[34m60.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 84.11MB/426.9M... \u001b[34m59.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 35.71MB/51.97M... \u001b[34m59.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 120.9MB/478.9MB Pulling \u001b[34m60.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 84.65MB/426.9M... \u001b[34m59.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 36.24MB/51.97M... \u001b[34m59.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 120.9MB/478.9MB Pulling \u001b[34m60.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 84.65MB/426.9M... \u001b[34m59.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 36.24MB/51.97M... \u001b[34m59.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 121.4MB/478.9MB Pulling \u001b[34m60.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 84.65MB/426.9M... \u001b[34m59.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 36.77MB/51.97M... \u001b[34m59.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 121.4MB/478.9MB Pulling \u001b[34m60.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 84.65MB/426.9M... \u001b[34m59.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 36.77MB/51.97M... \u001b[34m59.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 122.5MB/478.9MB Pulling \u001b[34m60.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 85.18MB/426.9M... \u001b[34m59.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 37.29MB/51.97M... \u001b[34m59.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 122.5MB/478.9MB Pulling \u001b[34m60.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 85.18MB/426.9M... \u001b[34m59.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 37.29MB/51.97M... \u001b[34m59.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 123MB/478.9MB Pulling \u001b[34m60.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 85.18MB/426.9M... \u001b[34m59.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 37.82MB/51.97M... \u001b[34m59.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 123MB/478.9MB Pulling \u001b[34m61.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 85.18MB/426.9M... \u001b[34m59.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 37.82MB/51.97M... \u001b[34m59.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 123.5MB/478.9MB Pulling \u001b[34m61.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 85.72MB/426.9M... \u001b[34m59.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 37.82MB/51.97M... \u001b[34m59.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 124.1MB/478.9MB Pulling \u001b[34m61.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 85.72MB/426.9M... \u001b[34m60.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 38.34MB/51.97M... \u001b[34m60.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 124.1MB/478.9MB Pulling \u001b[34m61.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 85.72MB/426.9M... \u001b[34m60.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 38.34MB/51.97M... \u001b[34m60.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 125.1MB/478.9MB Pulling \u001b[34m61.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 86.26MB/426.9M... \u001b[34m60.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 38.87MB/51.97M... \u001b[34m60.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣦\u001b[0m] 125.1MB/478.9MB Pulling \u001b[34m61.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 86.26MB/426.9M... \u001b[34m60.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 38.87MB/51.97M... \u001b[34m60.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 125.6MB/478.9MB Pulling \u001b[34m61.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 86.26MB/426.9M... \u001b[34m60.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 39.39MB/51.97M... \u001b[34m60.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 126.2MB/478.9MB Pulling \u001b[34m61.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 86.8MB/426.9M... \u001b[34m60.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 39.39MB/51.97M... \u001b[34m60.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 126.2MB/478.9MB Pulling \u001b[34m61.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 86.8MB/426.9M... \u001b[34m60.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 39.39MB/51.97M... \u001b[34m60.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 126.7MB/478.9MB Pulling \u001b[34m61.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 86.8MB/426.9M... \u001b[34m60.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 39.91MB/51.97M... \u001b[34m60.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 126.7MB/478.9MB Pulling \u001b[34m62.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 86.8MB/426.9M... \u001b[34m60.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 39.91MB/51.97M... \u001b[34m60.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 127.8MB/478.9MB Pulling \u001b[34m62.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 87.35MB/426.9M... \u001b[34m60.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 40.43MB/51.97M... \u001b[34m60.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 127.8MB/478.9MB Pulling \u001b[34m62.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 87.35MB/426.9M... \u001b[34m61.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 40.43MB/51.97M... \u001b[34m61.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 128.3MB/478.9MB Pulling \u001b[34m62.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 87.35MB/426.9M... \u001b[34m61.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 40.95MB/51.97M... \u001b[34m61.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 128.3MB/478.9MB Pulling \u001b[34m62.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 87.35MB/426.9M... \u001b[34m61.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 40.95MB/51.97M... \u001b[34m61.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 129.4MB/478.9MB Pulling \u001b[34m62.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 87.89MB/426.9M... \u001b[34m61.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 41.47MB/51.97M... \u001b[34m61.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 129.4MB/478.9MB Pulling \u001b[34m62.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 87.89MB/426.9M... \u001b[34m61.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 41.47MB/51.97M... \u001b[34m61.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 129.9MB/478.9MB Pulling \u001b[34m62.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 87.89MB/426.9M... \u001b[34m61.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 41.99MB/51.97M... \u001b[34m61.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 130.4MB/478.9MB Pulling \u001b[34m62.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 88.42MB/426.9M... \u001b[34m61.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 41.99MB/51.97M... \u001b[34m61.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 130.4MB/478.9MB Pulling \u001b[34m62.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 88.42MB/426.9M... \u001b[34m61.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 41.99MB/51.97M... \u001b[34m61.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 130.9MB/478.9MB Pulling \u001b[34m63.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 88.42MB/426.9M... \u001b[34m61.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 42.53MB/51.97M... \u001b[34m61.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 130.9MB/478.9MB Pulling \u001b[34m63.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 88.42MB/426.9M... \u001b[34m61.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 42.53MB/51.97M... \u001b[34m61.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 132MB/478.9MB Pulling \u001b[34m63.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 88.96MB/426.9M... \u001b[34m62.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 43.05MB/51.97M... \u001b[34m62.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 132MB/478.9MB Pulling \u001b[34m63.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 88.96MB/426.9M... \u001b[34m62.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 43.05MB/51.97M... \u001b[34m62.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 132.5MB/478.9MB Pulling \u001b[34m63.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 88.96MB/426.9M... \u001b[34m62.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 43.58MB/51.97M... \u001b[34m62.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 132.5MB/478.9MB Pulling \u001b[34m63.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 88.96MB/426.9M... \u001b[34m62.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 43.58MB/51.97M... \u001b[34m62.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 133.1MB/478.9MB Pulling \u001b[34m63.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 89.48MB/426.9M... \u001b[34m62.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 43.58MB/51.97M... \u001b[34m62.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 133.6MB/478.9MB Pulling \u001b[34m63.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 89.48MB/426.9M... \u001b[34m62.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 44.1MB/51.97M... \u001b[34m62.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 133.6MB/478.9MB Pulling \u001b[34m63.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 89.48MB/426.9M... \u001b[34m62.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 44.1MB/51.97M... \u001b[34m62.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 134.6MB/478.9MB Pulling \u001b[34m63.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 90.02MB/426.9M... \u001b[34m62.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 44.62MB/51.97M... \u001b[34m62.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 134.6MB/478.9MB Pulling \u001b[34m64.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 90.02MB/426.9M... \u001b[34m62.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 44.62MB/51.97M... \u001b[34m62.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 134.6MB/478.9MB Pulling \u001b[34m64.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 90.02MB/426.9M... \u001b[34m62.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 44.62MB/51.97M... \u001b[34m62.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 135.2MB/478.9MB Pulling \u001b[34m64.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 90.02MB/426.9M... \u001b[34m63.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 45.14MB/51.97M... \u001b[34m63.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 135.2MB/478.9MB Pulling \u001b[34m64.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 90.02MB/426.9M... \u001b[34m63.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 45.14MB/51.97M... \u001b[34m63.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣶\u001b[0m] 136.2MB/478.9MB Pulling \u001b[34m64.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 90.56MB/426.9M... \u001b[34m63.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 45.66MB/51.97M... \u001b[34m63.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 136.8MB/478.9MB Pulling \u001b[34m64.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 90.56MB/426.9M... \u001b[34m63.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 46.19MB/51.97M... \u001b[34m63.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 136.8MB/478.9MB Pulling \u001b[34m64.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 90.56MB/426.9M... \u001b[34m63.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 46.19MB/51.97M... \u001b[34m63.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 136.8MB/478.9MB Pulling \u001b[34m64.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 90.56MB/426.9M... \u001b[34m63.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 46.19MB/51.97M... \u001b[34m63.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 137.8MB/478.9MB Pulling \u001b[34m64.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 91.1MB/426.9M... \u001b[34m63.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 46.72MB/51.97M... \u001b[34m63.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 137.8MB/478.9MB Pulling \u001b[34m64.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 91.1MB/426.9M... \u001b[34m63.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 46.72MB/51.97M... \u001b[34m63.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 138.3MB/478.9MB Pulling \u001b[34m65.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 91.1MB/426.9M... \u001b[34m63.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 47.25MB/51.97M... \u001b[34m63.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 138.3MB/478.9MB Pulling \u001b[34m65.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 91.1MB/426.9M... \u001b[34m63.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 47.25MB/51.97M... \u001b[34m63.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 138.9MB/478.9MB Pulling \u001b[34m65.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 91.64MB/426.9M... \u001b[34m64.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 47.25MB/51.97M... \u001b[34m64.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 139.4MB/478.9MB Pulling \u001b[34m65.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 91.64MB/426.9M... \u001b[34m64.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 47.77MB/51.97M... \u001b[34m64.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 139.4MB/478.9MB Pulling \u001b[34m65.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 91.64MB/426.9M... \u001b[34m64.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 47.77MB/51.97M... \u001b[34m64.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 140.5MB/478.9MB Pulling \u001b[34m65.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 92.17MB/426.9M... \u001b[34m64.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 48.29MB/51.97M... \u001b[34m64.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 140.5MB/478.9MB Pulling \u001b[34m65.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 92.17MB/426.9M... \u001b[34m64.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 48.29MB/51.97M... \u001b[34m64.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 141MB/478.9MB Pulling \u001b[34m65.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 92.17MB/426.9M... \u001b[34m64.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 48.83MB/51.97M... \u001b[34m64.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 141.5MB/478.9MB Pulling \u001b[34m65.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 92.71MB/426.9M... \u001b[34m64.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 48.83MB/51.97M... \u001b[34m64.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 142.1MB/478.9MB Pulling \u001b[34m65.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 92.71MB/426.9M... \u001b[34m64.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 49.35MB/51.97M... \u001b[34m64.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 142.1MB/478.9MB Pulling \u001b[34m66.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 92.71MB/426.9M... \u001b[34m64.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 49.35MB/51.97M... \u001b[34m64.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 142.1MB/478.9MB Pulling \u001b[34m66.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 92.71MB/426.9M... \u001b[34m64.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 49.35MB/51.97M... \u001b[34m64.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 143.1MB/478.9MB Pulling \u001b[34m66.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 93.25MB/426.9M... \u001b[34m65.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 49.88MB/51.97M... \u001b[34m65.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 143.1MB/478.9MB Pulling \u001b[34m66.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 93.25MB/426.9M... \u001b[34m65.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 49.88MB/51.97M... \u001b[34m65.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 143.1MB/478.9MB Pulling \u001b[34m66.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 93.25MB/426.9M... \u001b[34m65.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 49.88MB/51.97M... \u001b[34m65.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 143.7MB/478.9MB Pulling \u001b[34m66.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 93.79MB/426.9M... \u001b[34m65.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 0ca735a2405b Downloading 49.88MB/51.97M... \u001b[34m65.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 144.2MB/478.9MB Pulling \u001b[34m66.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 93.79MB/426.9M... \u001b[34m65.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 0ca735a2405b Downloading 50.4MB/51.97M... \u001b[34m65.4s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 144.2MB/478.9MB Pulling \u001b[34m66.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 93.79MB/426.9M... \u001b[34m65.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 0ca735a2405b Downloading 50.4MB/51.97M... \u001b[34m65.5s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 144.7MB/478.9MB Pulling \u001b[34m66.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 94.33MB/426.9M... \u001b[34m65.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 0ca735a2405b Downloading 50.4MB/51.97M... \u001b[34m65.6s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 145.3MB/478.9MB Pulling \u001b[34m66.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 94.33MB/426.9M... \u001b[34m65.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 0ca735a2405b Downloading 50.93MB/51.97M... \u001b[34m65.7s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 145.3MB/478.9MB Pulling \u001b[34m67.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 94.33MB/426.9M... \u001b[34m65.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 0ca735a2405b Downloading 50.93MB/51.97M... \u001b[34m65.8s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 145.8MB/478.9MB Pulling \u001b[34m67.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 94.87MB/426.9M... \u001b[34m65.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 0ca735a2405b Downloading 50.93MB/51.97M... \u001b[34m65.9s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 146.3MB/478.9MB Pulling \u001b[34m67.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 94.87MB/426.9M... \u001b[34m66.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 0ca735a2405b Downloading 51.45MB/51.97M... \u001b[34m66.0s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 146.9MB/478.9MB Pulling \u001b[34m67.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 95.4MB/426.9M... \u001b[34m66.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 0ca735a2405b Downloading 51.45MB/51.97M... \u001b[34m66.1s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 4/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣷\u001b[0m] 146.9MB/478.9MB Pulling \u001b[34m67.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 95.4MB/426.9M... \u001b[34m66.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 0ca735a2405b Downloading 51.45MB/51.97M... \u001b[34m66.2s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 95.4MB/426.9MB Pulling \u001b[34m67.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 95.4MB/426.... \u001b[34m66.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 95.93MB/426.9MB Pulling \u001b[34m67.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 95.93MB/426.... \u001b[34m66.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 95.93MB/426.9MB Pulling \u001b[34m67.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 95.93MB/426.... \u001b[34m66.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 96.46MB/426.9MB Pulling \u001b[34m67.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 96.46MB/426.... \u001b[34m66.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 96.46MB/426.9MB Pulling \u001b[34m67.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 96.46MB/426.... \u001b[34m66.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 97MB/426.9MB Pulling \u001b[34m68.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 97MB/426.... \u001b[34m66.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 97MB/426.9MB Pulling \u001b[34m68.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 97MB/426.... \u001b[34m66.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 97.54MB/426.9MB Pulling \u001b[34m68.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 97.54MB/426.... \u001b[34m67.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 97.54MB/426.9MB Pulling \u001b[34m68.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 97.54MB/426.... \u001b[34m67.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 98.08MB/426.9MB Pulling \u001b[34m68.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 98.08MB/426.... \u001b[34m67.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 98.08MB/426.9MB Pulling \u001b[34m68.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 98.08MB/426.... \u001b[34m67.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 98.61MB/426.9MB Pulling \u001b[34m68.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 98.61MB/426.... \u001b[34m67.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 99.14MB/426.9MB Pulling \u001b[34m68.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 99.14MB/426.... \u001b[34m67.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 99.68MB/426.9MB Pulling \u001b[34m68.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 99.68MB/426.... \u001b[34m67.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 100.2MB/426.9MB Pulling \u001b[34m68.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 100.2MB/426.... \u001b[34m67.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 100.2MB/426.9MB Pulling \u001b[34m69.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 100.2MB/426.... \u001b[34m67.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 101.3MB/426.9MB Pulling \u001b[34m69.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 101.3MB/426.... \u001b[34m67.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 101.3MB/426.9MB Pulling \u001b[34m69.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 101.3MB/426.... \u001b[34m68.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 102.4MB/426.9MB Pulling \u001b[34m69.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 102.4MB/426.... \u001b[34m68.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 102.9MB/426.9MB Pulling \u001b[34m69.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 102.9MB/426.... \u001b[34m68.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 103.4MB/426.9MB Pulling \u001b[34m69.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 103.4MB/426.... \u001b[34m68.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 103.4MB/426.9MB Pulling \u001b[34m69.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 103.4MB/426.... \u001b[34m68.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 104.5MB/426.9MB Pulling \u001b[34m69.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 104.5MB/426.... \u001b[34m68.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 104.5MB/426.9MB Pulling \u001b[34m69.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 104.5MB/426.... \u001b[34m68.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 105.1MB/426.9MB Pulling \u001b[34m69.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 105.1MB/426.... \u001b[34m68.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 105.6MB/426.9MB Pulling \u001b[34m70.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 105.6MB/426.... \u001b[34m68.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 106.1MB/426.9MB Pulling \u001b[34m70.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 106.1MB/426.... \u001b[34m68.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 106.1MB/426.9MB Pulling \u001b[34m70.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 106.1MB/426.... \u001b[34m69.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⡀⣿⣿\u001b[0m] 106.7MB/426.9MB Pulling \u001b[34m70.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 106.7MB/426.... \u001b[34m69.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 107.2MB/426.9MB Pulling \u001b[34m70.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 107.2MB/426.... \u001b[34m69.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 107.2MB/426.9MB Pulling \u001b[34m70.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 107.2MB/426.... \u001b[34m69.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 107.7MB/426.9MB Pulling \u001b[34m70.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 107.7MB/426.... \u001b[34m69.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 108.3MB/426.9MB Pulling \u001b[34m70.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 108.3MB/426.... \u001b[34m69.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 108.3MB/426.9MB Pulling \u001b[34m70.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 108.3MB/426.... \u001b[34m69.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 108.3MB/426.9MB Pulling \u001b[34m70.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 108.3MB/426.... \u001b[34m69.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 109.3MB/426.9MB Pulling \u001b[34m71.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 109.3MB/426.... \u001b[34m69.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 109.3MB/426.9MB Pulling \u001b[34m71.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 109.3MB/426.... \u001b[34m69.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 109.9MB/426.9MB Pulling \u001b[34m71.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 109.9MB/426.... \u001b[34m70.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 110.4MB/426.9MB Pulling \u001b[34m71.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 110.4MB/426.... \u001b[34m70.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 111MB/426.9MB Pulling \u001b[34m71.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 111MB/426.... \u001b[34m70.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 111MB/426.9MB Pulling \u001b[34m71.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 111MB/426.... \u001b[34m70.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 111.5MB/426.9MB Pulling \u001b[34m71.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 111.5MB/426.... \u001b[34m70.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 112MB/426.9MB Pulling \u001b[34m71.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 112MB/426.... \u001b[34m70.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 112.6MB/426.9MB Pulling \u001b[34m71.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 112.6MB/426.... \u001b[34m70.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 112.6MB/426.9MB Pulling \u001b[34m71.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 112.6MB/426.... \u001b[34m70.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 113.1MB/426.9MB Pulling \u001b[34m72.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 113.1MB/426.... \u001b[34m70.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 113.6MB/426.9MB Pulling \u001b[34m72.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 113.6MB/426.... \u001b[34m70.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 113.6MB/426.9MB Pulling \u001b[34m72.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 113.6MB/426.... \u001b[34m71.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 114.2MB/426.9MB Pulling \u001b[34m72.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 114.2MB/426.... \u001b[34m71.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 114.2MB/426.9MB Pulling \u001b[34m72.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 114.2MB/426.... \u001b[34m71.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 114.7MB/426.9MB Pulling \u001b[34m72.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 114.7MB/426.... \u001b[34m71.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 115.3MB/426.9MB Pulling \u001b[34m72.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 115.3MB/426.... \u001b[34m71.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 115.8MB/426.9MB Pulling \u001b[34m72.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 115.8MB/426.... \u001b[34m71.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 115.8MB/426.9MB Pulling \u001b[34m72.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 115.8MB/426.... \u001b[34m71.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 116.3MB/426.9MB Pulling \u001b[34m72.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 116.3MB/426.... \u001b[34m71.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 116.9MB/426.9MB Pulling \u001b[34m73.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 116.9MB/426.... \u001b[34m71.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 117.4MB/426.9MB Pulling \u001b[34m73.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 117.4MB/426.... \u001b[34m71.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 117.4MB/426.9MB Pulling \u001b[34m73.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 117.4MB/426.... \u001b[34m72.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 118MB/426.9MB Pulling \u001b[34m73.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 118MB/426.... \u001b[34m72.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 118.5MB/426.9MB Pulling \u001b[34m73.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 118.5MB/426.... \u001b[34m72.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 118.5MB/426.9MB Pulling \u001b[34m73.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 118.5MB/426.... \u001b[34m72.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 119MB/426.9MB Pulling \u001b[34m73.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 119MB/426.... \u001b[34m72.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 119.6MB/426.9MB Pulling \u001b[34m73.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 119.6MB/426.... \u001b[34m72.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 119.6MB/426.9MB Pulling \u001b[34m73.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 119.6MB/426.... \u001b[34m72.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 120.1MB/426.9MB Pulling \u001b[34m73.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 120.1MB/426.... \u001b[34m72.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 120.1MB/426.9MB Pulling \u001b[34m74.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 120.1MB/426.... \u001b[34m72.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 120.6MB/426.9MB Pulling \u001b[34m74.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 120.6MB/426.... \u001b[34m72.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 120.6MB/426.9MB Pulling \u001b[34m74.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 120.6MB/426.... \u001b[34m73.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 121.2MB/426.9MB Pulling \u001b[34m74.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 121.2MB/426.... \u001b[34m73.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 121.7MB/426.9MB Pulling \u001b[34m74.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 121.7MB/426.... \u001b[34m73.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 122.3MB/426.9MB Pulling \u001b[34m74.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 122.3MB/426.... \u001b[34m73.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 122.3MB/426.9MB Pulling \u001b[34m74.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 122.3MB/426.... \u001b[34m73.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 122.8MB/426.9MB Pulling \u001b[34m74.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 122.8MB/426.... \u001b[34m73.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 123.3MB/426.9MB Pulling \u001b[34m74.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 123.3MB/426.... \u001b[34m73.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 123.3MB/426.9MB Pulling \u001b[34m74.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 123.3MB/426.... \u001b[34m73.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 123.9MB/426.9MB Pulling \u001b[34m75.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 123.9MB/426.... \u001b[34m73.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 124.4MB/426.9MB Pulling \u001b[34m75.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 124.4MB/426.... \u001b[34m73.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 124.4MB/426.9MB Pulling \u001b[34m75.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 124.4MB/426.... \u001b[34m74.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 125.5MB/426.9MB Pulling \u001b[34m75.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 125.5MB/426.... \u001b[34m74.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 126MB/426.9MB Pulling \u001b[34m75.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 126MB/426.... \u001b[34m74.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 126MB/426.9MB Pulling \u001b[34m75.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 126MB/426.... \u001b[34m74.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 126.6MB/426.9MB Pulling \u001b[34m75.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 126.6MB/426.... \u001b[34m74.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 127.1MB/426.9MB Pulling \u001b[34m75.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 127.1MB/426.... \u001b[34m74.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 127.6MB/426.9MB Pulling \u001b[34m75.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 127.6MB/426.... \u001b[34m74.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 127.6MB/426.9MB Pulling \u001b[34m75.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 127.6MB/426.... \u001b[34m74.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 128.2MB/426.9MB Pulling \u001b[34m76.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 128.2MB/426.... \u001b[34m74.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 128.7MB/426.9MB Pulling \u001b[34m76.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 128.7MB/426.... \u001b[34m74.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 128.7MB/426.9MB Pulling \u001b[34m76.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 128.7MB/426.... \u001b[34m75.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 129.2MB/426.9MB Pulling \u001b[34m76.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 129.2MB/426.... \u001b[34m75.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 129.8MB/426.9MB Pulling \u001b[34m76.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 129.8MB/426.... \u001b[34m75.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 130.3MB/426.9MB Pulling \u001b[34m76.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 130.3MB/426.... \u001b[34m75.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 130.3MB/426.9MB Pulling \u001b[34m76.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 130.3MB/426.... \u001b[34m75.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 130.8MB/426.9MB Pulling \u001b[34m76.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 130.8MB/426.... \u001b[34m75.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 131.4MB/426.9MB Pulling \u001b[34m76.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 131.4MB/426.... \u001b[34m75.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 131.4MB/426.9MB Pulling \u001b[34m76.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 131.4MB/426.... \u001b[34m75.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 131.9MB/426.9MB Pulling \u001b[34m77.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 131.9MB/426.... \u001b[34m75.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 132.5MB/426.9MB Pulling \u001b[34m77.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 132.5MB/426.... \u001b[34m75.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 132.5MB/426.9MB Pulling \u001b[34m77.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 132.5MB/426.... \u001b[34m76.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 133MB/426.9MB Pulling \u001b[34m77.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 133MB/426.... \u001b[34m76.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 133.5MB/426.9MB Pulling \u001b[34m77.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 133.5MB/426.... \u001b[34m76.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 133.5MB/426.9MB Pulling \u001b[34m77.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 133.5MB/426.... \u001b[34m76.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 134.1MB/426.9MB Pulling \u001b[34m77.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 134.1MB/426.... \u001b[34m76.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 134.1MB/426.9MB Pulling \u001b[34m77.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 134.1MB/426.... \u001b[34m76.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 135.1MB/426.9MB Pulling \u001b[34m77.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 135.1MB/426.... \u001b[34m76.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 135.1MB/426.9MB Pulling \u001b[34m77.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 135.1MB/426.... \u001b[34m76.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 135.7MB/426.9MB Pulling \u001b[34m78.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 135.7MB/426.... \u001b[34m76.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 135.7MB/426.9MB Pulling \u001b[34m78.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 135.7MB/426.... \u001b[34m76.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 135.7MB/426.9MB Pulling \u001b[34m78.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 135.7MB/426.... \u001b[34m77.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 136.7MB/426.9MB Pulling \u001b[34m78.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 136.7MB/426.... \u001b[34m77.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 137.3MB/426.9MB Pulling \u001b[34m78.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 137.3MB/426.... \u001b[34m77.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 137.8MB/426.9MB Pulling \u001b[34m78.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 137.8MB/426.... \u001b[34m77.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 137.8MB/426.9MB Pulling \u001b[34m78.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 137.8MB/426.... \u001b[34m77.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 138.4MB/426.9MB Pulling \u001b[34m78.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 138.4MB/426.... \u001b[34m77.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 138.9MB/426.9MB Pulling \u001b[34m78.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 138.9MB/426.... \u001b[34m77.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 138.9MB/426.9MB Pulling \u001b[34m78.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 138.9MB/426.... \u001b[34m77.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 139.4MB/426.9MB Pulling \u001b[34m79.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 139.4MB/426.... \u001b[34m77.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 140MB/426.9MB Pulling \u001b[34m79.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 140MB/426.... \u001b[34m77.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 140.5MB/426.9MB Pulling \u001b[34m79.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 140.5MB/426.... \u001b[34m78.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 140.5MB/426.9MB Pulling \u001b[34m79.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 140.5MB/426.... \u001b[34m78.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 141MB/426.9MB Pulling \u001b[34m79.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 141MB/426.... \u001b[34m78.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 141.5MB/426.9MB Pulling \u001b[34m79.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 141.5MB/426.... \u001b[34m78.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 141.5MB/426.9MB Pulling \u001b[34m79.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 141.5MB/426.... \u001b[34m78.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 142.1MB/426.9MB Pulling \u001b[34m79.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 142.1MB/426.... \u001b[34m78.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 142.6MB/426.9MB Pulling \u001b[34m79.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 142.6MB/426.... \u001b[34m78.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 143.2MB/426.9MB Pulling \u001b[34m79.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 143.2MB/426.... \u001b[34m78.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 143.2MB/426.9MB Pulling \u001b[34m80.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 143.2MB/426.... \u001b[34m78.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 143.7MB/426.9MB Pulling \u001b[34m80.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 143.7MB/426.... \u001b[34m78.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 143.7MB/426.9MB Pulling \u001b[34m80.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 143.7MB/426.... \u001b[34m79.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 144.2MB/426.9MB Pulling \u001b[34m80.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 144.2MB/426.... \u001b[34m79.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 144.8MB/426.9MB Pulling \u001b[34m80.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 144.8MB/426.... \u001b[34m79.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 144.8MB/426.9MB Pulling \u001b[34m80.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 144.8MB/426.... \u001b[34m79.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 145.3MB/426.9MB Pulling \u001b[34m80.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 145.3MB/426.... \u001b[34m79.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 145.8MB/426.9MB Pulling \u001b[34m80.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 145.8MB/426.... \u001b[34m79.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 145.8MB/426.9MB Pulling \u001b[34m80.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 145.8MB/426.... \u001b[34m79.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 146.4MB/426.9MB Pulling \u001b[34m80.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 146.4MB/426.... \u001b[34m79.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 146.9MB/426.9MB Pulling \u001b[34m81.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 146.9MB/426.... \u001b[34m79.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 146.9MB/426.9MB Pulling \u001b[34m81.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 146.9MB/426.... \u001b[34m79.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 148MB/426.9MB Pulling \u001b[34m81.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 148MB/426.... \u001b[34m80.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 148MB/426.9MB Pulling \u001b[34m81.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 148MB/426.... \u001b[34m80.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 148.5MB/426.9MB Pulling \u001b[34m81.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 148.5MB/426.... \u001b[34m80.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 149.1MB/426.9MB Pulling \u001b[34m81.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 149.1MB/426.... \u001b[34m80.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 149.1MB/426.9MB Pulling \u001b[34m81.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 149.1MB/426.... \u001b[34m80.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 149.6MB/426.9MB Pulling \u001b[34m81.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 149.6MB/426.... \u001b[34m80.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 150.1MB/426.9MB Pulling \u001b[34m81.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 150.1MB/426.... \u001b[34m80.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 150.1MB/426.9MB Pulling \u001b[34m81.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 150.1MB/426.... \u001b[34m80.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 150.7MB/426.9MB Pulling \u001b[34m82.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 150.7MB/426.... \u001b[34m80.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 151.2MB/426.9MB Pulling \u001b[34m82.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 151.2MB/426.... \u001b[34m80.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 151.2MB/426.9MB Pulling \u001b[34m82.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 151.2MB/426.... \u001b[34m81.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 151.8MB/426.9MB Pulling \u001b[34m82.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 151.8MB/426.... \u001b[34m81.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 151.8MB/426.9MB Pulling \u001b[34m82.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 151.8MB/426.... \u001b[34m81.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 152.3MB/426.9MB Pulling \u001b[34m82.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 152.3MB/426.... \u001b[34m81.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 152.3MB/426.9MB Pulling \u001b[34m82.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 152.3MB/426.... \u001b[34m81.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 152.8MB/426.9MB Pulling \u001b[34m82.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 152.8MB/426.... \u001b[34m81.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 153.4MB/426.9MB Pulling \u001b[34m82.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 153.4MB/426.... \u001b[34m81.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 153.4MB/426.9MB Pulling \u001b[34m82.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 153.4MB/426.... \u001b[34m81.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 153.9MB/426.9MB Pulling \u001b[34m83.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 153.9MB/426.... \u001b[34m81.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 153.9MB/426.9MB Pulling \u001b[34m83.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 153.9MB/426.... \u001b[34m81.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 154.4MB/426.9MB Pulling \u001b[34m83.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 154.4MB/426.... \u001b[34m82.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 155MB/426.9MB Pulling \u001b[34m83.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 155MB/426.... \u001b[34m82.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 155MB/426.9MB Pulling \u001b[34m83.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 155MB/426.... \u001b[34m82.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 155.5MB/426.9MB Pulling \u001b[34m83.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 155.5MB/426.... \u001b[34m82.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 155.5MB/426.9MB Pulling \u001b[34m83.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 155.5MB/426.... \u001b[34m82.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 156.1MB/426.9MB Pulling \u001b[34m83.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 156.1MB/426.... \u001b[34m82.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 156.6MB/426.9MB Pulling \u001b[34m83.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 156.6MB/426.... \u001b[34m82.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 156.6MB/426.9MB Pulling \u001b[34m83.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 156.6MB/426.... \u001b[34m82.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 156.6MB/426.9MB Pulling \u001b[34m84.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 156.6MB/426.... \u001b[34m82.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 157.1MB/426.9MB Pulling \u001b[34m84.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 157.1MB/426.... \u001b[34m82.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 157.7MB/426.9MB Pulling \u001b[34m84.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 157.7MB/426.... \u001b[34m83.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 158.2MB/426.9MB Pulling \u001b[34m84.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 158.2MB/426.... \u001b[34m83.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 158.2MB/426.9MB Pulling \u001b[34m84.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 158.2MB/426.... \u001b[34m83.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 158.7MB/426.9MB Pulling \u001b[34m84.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 158.7MB/426.... \u001b[34m83.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 158.7MB/426.9MB Pulling \u001b[34m84.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 158.7MB/426.... \u001b[34m83.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 159.3MB/426.9MB Pulling \u001b[34m84.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 159.3MB/426.... \u001b[34m83.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 159.8MB/426.9MB Pulling \u001b[34m84.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 159.8MB/426.... \u001b[34m83.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 160.3MB/426.9MB Pulling \u001b[34m84.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 160.3MB/426.... \u001b[34m83.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 160.9MB/426.9MB Pulling \u001b[34m85.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 160.9MB/426.... \u001b[34m83.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 160.9MB/426.9MB Pulling \u001b[34m85.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 160.9MB/426.... \u001b[34m83.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 161.4MB/426.9MB Pulling \u001b[34m85.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 161.4MB/426.... \u001b[34m84.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 161.4MB/426.9MB Pulling \u001b[34m85.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 161.4MB/426.... \u001b[34m84.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣀⣿⣿\u001b[0m] 161.9MB/426.9MB Pulling \u001b[34m85.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 161.9MB/426.... \u001b[34m84.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 162.5MB/426.9MB Pulling \u001b[34m85.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 162.5MB/426.... \u001b[34m84.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 162.5MB/426.9MB Pulling \u001b[34m85.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 162.5MB/426.... \u001b[34m84.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 163MB/426.9MB Pulling \u001b[34m85.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 163MB/426.... \u001b[34m84.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 164.1MB/426.9MB Pulling \u001b[34m85.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 164.1MB/426.... \u001b[34m84.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 164.1MB/426.9MB Pulling \u001b[34m85.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 164.1MB/426.... \u001b[34m84.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 165.2MB/426.9MB Pulling \u001b[34m86.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 165.2MB/426.... \u001b[34m84.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 165.2MB/426.9MB Pulling \u001b[34m86.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 165.2MB/426.... \u001b[34m84.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 166.2MB/426.9MB Pulling \u001b[34m86.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 166.2MB/426.... \u001b[34m85.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 167.3MB/426.9MB Pulling \u001b[34m86.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 167.3MB/426.... \u001b[34m85.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 167.3MB/426.9MB Pulling \u001b[34m86.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 167.3MB/426.... \u001b[34m85.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 167.9MB/426.9MB Pulling \u001b[34m86.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 167.9MB/426.... \u001b[34m85.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 168.4MB/426.9MB Pulling \u001b[34m86.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 168.4MB/426.... \u001b[34m85.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 168.4MB/426.9MB Pulling \u001b[34m86.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 168.4MB/426.... \u001b[34m85.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 168.9MB/426.9MB Pulling \u001b[34m86.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 168.9MB/426.... \u001b[34m85.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 169.5MB/426.9MB Pulling \u001b[34m86.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 169.5MB/426.... \u001b[34m85.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 169.5MB/426.9MB Pulling \u001b[34m87.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 169.5MB/426.... \u001b[34m85.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 170MB/426.9MB Pulling \u001b[34m87.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 170MB/426.... \u001b[34m85.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 170.5MB/426.9MB Pulling \u001b[34m87.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 170.5MB/426.... \u001b[34m86.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 170.5MB/426.9MB Pulling \u001b[34m87.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 170.5MB/426.... \u001b[34m86.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 171.1MB/426.9MB Pulling \u001b[34m87.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 171.1MB/426.... \u001b[34m86.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 171.6MB/426.9MB Pulling \u001b[34m87.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 171.6MB/426.... \u001b[34m86.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 172.1MB/426.9MB Pulling \u001b[34m87.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 172.1MB/426.... \u001b[34m86.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 172.1MB/426.9MB Pulling \u001b[34m87.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 172.1MB/426.... \u001b[34m86.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 172.7MB/426.9MB Pulling \u001b[34m87.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 172.7MB/426.... \u001b[34m86.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 173.2MB/426.9MB Pulling \u001b[34m87.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 173.2MB/426.... \u001b[34m86.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 173.8MB/426.9MB Pulling \u001b[34m88.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 173.8MB/426.... \u001b[34m86.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 173.8MB/426.9MB Pulling \u001b[34m88.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 173.8MB/426.... \u001b[34m86.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 174.3MB/426.9MB Pulling \u001b[34m88.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 174.3MB/426.... \u001b[34m87.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 174.3MB/426.9MB Pulling \u001b[34m88.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 174.3MB/426.... \u001b[34m87.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 174.8MB/426.9MB Pulling \u001b[34m88.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 174.8MB/426.... \u001b[34m87.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 175.4MB/426.9MB Pulling \u001b[34m88.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 175.4MB/426.... \u001b[34m87.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 175.9MB/426.9MB Pulling \u001b[34m88.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 175.9MB/426.... \u001b[34m87.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 176.4MB/426.9MB Pulling \u001b[34m88.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 176.4MB/426.... \u001b[34m87.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 176.4MB/426.9MB Pulling \u001b[34m88.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 176.4MB/426.... \u001b[34m87.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 176.4MB/426.9MB Pulling \u001b[34m88.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 176.4MB/426.... \u001b[34m87.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 177MB/426.9MB Pulling \u001b[34m89.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 177MB/426.... \u001b[34m87.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 177MB/426.9MB Pulling \u001b[34m89.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 177MB/426.... \u001b[34m87.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 177.5MB/426.9MB Pulling \u001b[34m89.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 177.5MB/426.... \u001b[34m88.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 177.5MB/426.9MB Pulling \u001b[34m89.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 177.5MB/426.... \u001b[34m88.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 178.1MB/426.9MB Pulling \u001b[34m89.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 178.1MB/426.... \u001b[34m88.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 178.6MB/426.9MB Pulling \u001b[34m89.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 178.6MB/426.... \u001b[34m88.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 178.6MB/426.9MB Pulling \u001b[34m89.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 178.6MB/426.... \u001b[34m88.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 179.1MB/426.9MB Pulling \u001b[34m89.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 179.1MB/426.... \u001b[34m88.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 179.7MB/426.9MB Pulling \u001b[34m89.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 179.7MB/426.... \u001b[34m88.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 179.7MB/426.9MB Pulling \u001b[34m89.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 179.7MB/426.... \u001b[34m88.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 180.2MB/426.9MB Pulling \u001b[34m90.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 180.2MB/426.... \u001b[34m88.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 180.7MB/426.9MB Pulling \u001b[34m90.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 180.7MB/426.... \u001b[34m88.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 181.3MB/426.9MB Pulling \u001b[34m90.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 181.3MB/426.... \u001b[34m89.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 181.3MB/426.9MB Pulling \u001b[34m90.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 181.3MB/426.... \u001b[34m89.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 181.8MB/426.9MB Pulling \u001b[34m90.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 181.8MB/426.... \u001b[34m89.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 181.8MB/426.9MB Pulling \u001b[34m90.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 181.8MB/426.... \u001b[34m89.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 182.3MB/426.9MB Pulling \u001b[34m90.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 182.3MB/426.... \u001b[34m89.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 182.9MB/426.9MB Pulling \u001b[34m90.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 182.9MB/426.... \u001b[34m89.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 182.9MB/426.9MB Pulling \u001b[34m90.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 182.9MB/426.... \u001b[34m89.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 183.4MB/426.9MB Pulling \u001b[34m90.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 183.4MB/426.... \u001b[34m89.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 183.9MB/426.9MB Pulling \u001b[34m91.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 183.9MB/426.... \u001b[34m89.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 183.9MB/426.9MB Pulling \u001b[34m91.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 183.9MB/426.... \u001b[34m89.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 184.5MB/426.9MB Pulling \u001b[34m91.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 184.5MB/426.... \u001b[34m90.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 185MB/426.9MB Pulling \u001b[34m91.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 185MB/426.... \u001b[34m90.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 185.5MB/426.9MB Pulling \u001b[34m91.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 185.5MB/426.... \u001b[34m90.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 185.5MB/426.9MB Pulling \u001b[34m91.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 185.5MB/426.... \u001b[34m90.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 186.6MB/426.9MB Pulling \u001b[34m91.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 186.6MB/426.... \u001b[34m90.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 187.7MB/426.9MB Pulling \u001b[34m91.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 187.7MB/426.... \u001b[34m90.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 187.7MB/426.9MB Pulling \u001b[34m91.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 187.7MB/426.... \u001b[34m90.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 188.2MB/426.9MB Pulling \u001b[34m91.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 188.2MB/426.... \u001b[34m90.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 188.2MB/426.9MB Pulling \u001b[34m92.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 188.2MB/426.... \u001b[34m90.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 188.8MB/426.9MB Pulling \u001b[34m92.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 188.8MB/426.... \u001b[34m90.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 189.3MB/426.9MB Pulling \u001b[34m92.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 189.3MB/426.... \u001b[34m91.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 189.8MB/426.9MB Pulling \u001b[34m92.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 189.8MB/426.... \u001b[34m91.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 190.4MB/426.9MB Pulling \u001b[34m92.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 190.4MB/426.... \u001b[34m91.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 190.4MB/426.9MB Pulling \u001b[34m92.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 190.4MB/426.... \u001b[34m91.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 190.9MB/426.9MB Pulling \u001b[34m92.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 190.9MB/426.... \u001b[34m91.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 190.9MB/426.9MB Pulling \u001b[34m92.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 190.9MB/426.... \u001b[34m91.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 190.9MB/426.9MB Pulling \u001b[34m92.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 190.9MB/426.... \u001b[34m91.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 192MB/426.9MB Pulling \u001b[34m92.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 192MB/426.... \u001b[34m91.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 192.5MB/426.9MB Pulling \u001b[34m93.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 192.5MB/426.... \u001b[34m91.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 193MB/426.9MB Pulling \u001b[34m93.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 193MB/426.... \u001b[34m91.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 193MB/426.9MB Pulling \u001b[34m93.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 193MB/426.... \u001b[34m92.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 193.6MB/426.9MB Pulling \u001b[34m93.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 193.6MB/426.... \u001b[34m92.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 194.1MB/426.9MB Pulling \u001b[34m93.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 194.1MB/426.... \u001b[34m92.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 194.1MB/426.9MB Pulling \u001b[34m93.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 194.1MB/426.... \u001b[34m92.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 194.6MB/426.9MB Pulling \u001b[34m93.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 194.6MB/426.... \u001b[34m92.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 194.6MB/426.9MB Pulling \u001b[34m93.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 194.6MB/426.... \u001b[34m92.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 194.6MB/426.9MB Pulling \u001b[34m93.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 194.6MB/426.... \u001b[34m92.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 195.7MB/426.9MB Pulling \u001b[34m93.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 195.7MB/426.... \u001b[34m92.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 195.7MB/426.9MB Pulling \u001b[34m94.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 195.7MB/426.... \u001b[34m92.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 196.3MB/426.9MB Pulling \u001b[34m94.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 196.3MB/426.... \u001b[34m92.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 196.8MB/426.9MB Pulling \u001b[34m94.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 196.8MB/426.... \u001b[34m93.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 196.8MB/426.9MB Pulling \u001b[34m94.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 196.8MB/426.... \u001b[34m93.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 197.3MB/426.9MB Pulling \u001b[34m94.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 197.3MB/426.... \u001b[34m93.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 197.9MB/426.9MB Pulling \u001b[34m94.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 197.9MB/426.... \u001b[34m93.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 197.9MB/426.9MB Pulling \u001b[34m94.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 197.9MB/426.... \u001b[34m93.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 198.4MB/426.9MB Pulling \u001b[34m94.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 198.4MB/426.... \u001b[34m93.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 198.9MB/426.9MB Pulling \u001b[34m94.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 198.9MB/426.... \u001b[34m93.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 199.5MB/426.9MB Pulling \u001b[34m94.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 199.5MB/426.... \u001b[34m93.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 199.5MB/426.9MB Pulling \u001b[34m95.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 199.5MB/426.... \u001b[34m93.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 200MB/426.9MB Pulling \u001b[34m95.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 200MB/426.... \u001b[34m93.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 200MB/426.9MB Pulling \u001b[34m95.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 200MB/426.... \u001b[34m94.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 201.1MB/426.9MB Pulling \u001b[34m95.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 201.1MB/426.... \u001b[34m94.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 201.6MB/426.9MB Pulling \u001b[34m95.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 201.6MB/426.... \u001b[34m94.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 201.6MB/426.9MB Pulling \u001b[34m95.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 201.6MB/426.... \u001b[34m94.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 202.1MB/426.9MB Pulling \u001b[34m95.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 202.1MB/426.... \u001b[34m94.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 202.7MB/426.9MB Pulling \u001b[34m95.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 202.7MB/426.... \u001b[34m94.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 203.2MB/426.9MB Pulling \u001b[34m95.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 203.2MB/426.... \u001b[34m94.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 203.2MB/426.9MB Pulling \u001b[34m95.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 203.2MB/426.... \u001b[34m94.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 203.7MB/426.9MB Pulling \u001b[34m96.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 203.7MB/426.... \u001b[34m94.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 204.3MB/426.9MB Pulling \u001b[34m96.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 204.3MB/426.... \u001b[34m94.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 204.3MB/426.9MB Pulling \u001b[34m96.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 204.3MB/426.... \u001b[34m95.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 204.8MB/426.9MB Pulling \u001b[34m96.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 204.8MB/426.... \u001b[34m95.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 205.4MB/426.9MB Pulling \u001b[34m96.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 205.4MB/426.... \u001b[34m95.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 205.4MB/426.9MB Pulling \u001b[34m96.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 205.4MB/426.... \u001b[34m95.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 205.9MB/426.9MB Pulling \u001b[34m96.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 205.9MB/426.... \u001b[34m95.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 205.9MB/426.9MB Pulling \u001b[34m96.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 205.9MB/426.... \u001b[34m95.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 206.4MB/426.9MB Pulling \u001b[34m96.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 206.4MB/426.... \u001b[34m95.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 207MB/426.9MB Pulling \u001b[34m96.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 207MB/426.... \u001b[34m95.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 207MB/426.9MB Pulling \u001b[34m97.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 207MB/426.... \u001b[34m95.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 207MB/426.9MB Pulling \u001b[34m97.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 207MB/426.... \u001b[34m95.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 207MB/426.9MB Pulling \u001b[34m97.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 207MB/426.... \u001b[34m96.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 207MB/426.9MB Pulling \u001b[34m97.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 207MB/426.... \u001b[34m96.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 207MB/426.9MB Pulling \u001b[34m97.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 207MB/426.... \u001b[34m96.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 207.5MB/426.9MB Pulling \u001b[34m97.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 207.5MB/426.... \u001b[34m96.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 208.1MB/426.9MB Pulling \u001b[34m97.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 208.1MB/426.... \u001b[34m96.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 208.1MB/426.9MB Pulling \u001b[34m97.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 208.1MB/426.... \u001b[34m96.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 208.1MB/426.9MB Pulling \u001b[34m97.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 208.1MB/426.... \u001b[34m96.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 209.1MB/426.9MB Pulling \u001b[34m97.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 209.1MB/426.... \u001b[34m96.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 209.1MB/426.9MB Pulling \u001b[34m98.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 209.1MB/426.... \u001b[34m96.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 209.7MB/426.9MB Pulling \u001b[34m98.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 209.7MB/426.... \u001b[34m96.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 210.2MB/426.9MB Pulling \u001b[34m98.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 210.2MB/426.... \u001b[34m97.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 210.8MB/426.9MB Pulling \u001b[34m98.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 210.8MB/426.... \u001b[34m97.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 210.8MB/426.9MB Pulling \u001b[34m98.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 210.8MB/426.... \u001b[34m97.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 210.8MB/426.9MB Pulling \u001b[34m98.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 210.8MB/426.... \u001b[34m97.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 211.3MB/426.9MB Pulling \u001b[34m98.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 211.3MB/426.... \u001b[34m97.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 211.3MB/426.9MB Pulling \u001b[34m98.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 211.3MB/426.... \u001b[34m97.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 211.8MB/426.9MB Pulling \u001b[34m98.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 211.8MB/426.... \u001b[34m97.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 211.8MB/426.9MB Pulling \u001b[34m98.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 211.8MB/426.... \u001b[34m97.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 211.8MB/426.9MB Pulling \u001b[34m99.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 211.8MB/426.... \u001b[34m97.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 211.8MB/426.9MB Pulling \u001b[34m99.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 211.8MB/426.... \u001b[34m97.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.4MB/426.9MB Pulling \u001b[34m99.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 212.4MB/426.... \u001b[34m98.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.4MB/426.9MB Pulling \u001b[34m99.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 212.4MB/426.... \u001b[34m98.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.4MB/426.9MB Pulling \u001b[34m99.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 212.4MB/426.... \u001b[34m98.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.4MB/426.9MB Pulling \u001b[34m99.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 212.4MB/426.... \u001b[34m98.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.4MB/426.9MB Pulling \u001b[34m99.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 212.4MB/426.... \u001b[34m98.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.4MB/426.9MB Pulling \u001b[34m99.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 212.4MB/426.... \u001b[34m98.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.4MB/426.9MB Pulling \u001b[34m99.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 212.4MB/426.... \u001b[34m98.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.4MB/426.9MB Pulling \u001b[34m99.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 212.4MB/426.... \u001b[34m98.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.9MB/426.9MB Pulling \u001b[34m100.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 212.9MB/426.... \u001b[34m98.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.9MB/426.9MB Pulling \u001b[34m100.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 212.9MB/426.... \u001b[34m98.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.9MB/426.9MB Pulling \u001b[34m100.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 212.9MB/426.... \u001b[34m99.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.9MB/426.9MB Pulling \u001b[34m100.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 212.9MB/426.... \u001b[34m99.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.9MB/426.9MB Pulling \u001b[34m100.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 212.9MB/426.... \u001b[34m99.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.9MB/426.9MB Pulling \u001b[34m100.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 212.9MB/426.... \u001b[34m99.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 212.9MB/426.9MB Pulling \u001b[34m100.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 212.9MB/426.... \u001b[34m99.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m100.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m99.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m100.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m99.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m100.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m99.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m101.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m99.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m101.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m99.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m101.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m100.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m101.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m100.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m101.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m100.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m101.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m100.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m101.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m100.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m101.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m100.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m101.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m100.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m101.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m100.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m102.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m100.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m102.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m100.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m102.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m101.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m102.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m101.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m102.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m101.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m102.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m101.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m102.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m101.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m102.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m101.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m102.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m101.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m102.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m101.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m103.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m101.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m103.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m101.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m103.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m102.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣄⣿⣿\u001b[0m] 213.4MB/426.9MB Pulling \u001b[34m103.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 213.4MB/426.... \u001b[34m102.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 214MB/426.9MB Pulling \u001b[34m103.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 214MB/426.... \u001b[34m102.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 214.5MB/426.9MB Pulling \u001b[34m103.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 214.5MB/426.... \u001b[34m102.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 214.5MB/426.9MB Pulling \u001b[34m103.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 214.5MB/426.... \u001b[34m102.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 214.5MB/426.9MB Pulling \u001b[34m103.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 214.5MB/426.... \u001b[34m102.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 214.5MB/426.9MB Pulling \u001b[34m103.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 214.5MB/426.... \u001b[34m102.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 215.1MB/426.9MB Pulling \u001b[34m103.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 215.1MB/426.... \u001b[34m102.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 215.1MB/426.9MB Pulling \u001b[34m104.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 215.1MB/426.... \u001b[34m102.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 215.1MB/426.9MB Pulling \u001b[34m104.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 215.1MB/426.... \u001b[34m102.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 215.1MB/426.9MB Pulling \u001b[34m104.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 215.1MB/426.... \u001b[34m103.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 215.1MB/426.9MB Pulling \u001b[34m104.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 215.1MB/426.... \u001b[34m103.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 215.1MB/426.9MB Pulling \u001b[34m104.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 215.1MB/426.... \u001b[34m103.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 215.1MB/426.9MB Pulling \u001b[34m104.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 215.1MB/426.... \u001b[34m103.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 215.1MB/426.9MB Pulling \u001b[34m104.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 215.1MB/426.... \u001b[34m103.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 215.6MB/426.9MB Pulling \u001b[34m104.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 215.6MB/426.... \u001b[34m103.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 215.6MB/426.9MB Pulling \u001b[34m104.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 215.6MB/426.... \u001b[34m103.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 216.7MB/426.9MB Pulling \u001b[34m104.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 216.7MB/426.... \u001b[34m103.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 216.7MB/426.9MB Pulling \u001b[34m105.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 216.7MB/426.... \u001b[34m103.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 217.2MB/426.9MB Pulling \u001b[34m105.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 217.2MB/426.... \u001b[34m103.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 217.2MB/426.9MB Pulling \u001b[34m105.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 217.2MB/426.... \u001b[34m104.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 217.2MB/426.9MB Pulling \u001b[34m105.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 217.2MB/426.... \u001b[34m104.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 217.7MB/426.9MB Pulling \u001b[34m105.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 217.7MB/426.... \u001b[34m104.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 218.3MB/426.9MB Pulling \u001b[34m105.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 218.3MB/426.... \u001b[34m104.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 218.3MB/426.9MB Pulling \u001b[34m105.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 218.3MB/426.... \u001b[34m104.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 218.8MB/426.9MB Pulling \u001b[34m105.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 218.8MB/426.... \u001b[34m104.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 218.8MB/426.9MB Pulling \u001b[34m105.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 218.8MB/426.... \u001b[34m104.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 219.3MB/426.9MB Pulling \u001b[34m105.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 219.3MB/426.... \u001b[34m104.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 219.9MB/426.9MB Pulling \u001b[34m106.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 219.9MB/426.... \u001b[34m104.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 220.4MB/426.9MB Pulling \u001b[34m106.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 220.4MB/426.... \u001b[34m104.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 220.4MB/426.9MB Pulling \u001b[34m106.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 220.4MB/426.... \u001b[34m105.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 221.5MB/426.9MB Pulling \u001b[34m106.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 221.5MB/426.... \u001b[34m105.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 222MB/426.9MB Pulling \u001b[34m106.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 222MB/426.... \u001b[34m105.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 222.6MB/426.9MB Pulling \u001b[34m106.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 222.6MB/426.... \u001b[34m105.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 223.6MB/426.9MB Pulling \u001b[34m106.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 223.6MB/426.... \u001b[34m105.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 223.6MB/426.9MB Pulling \u001b[34m106.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 223.6MB/426.... \u001b[34m105.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 224.7MB/426.9MB Pulling \u001b[34m106.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 224.7MB/426.... \u001b[34m105.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 224.7MB/426.9MB Pulling \u001b[34m106.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 224.7MB/426.... \u001b[34m105.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 225.8MB/426.9MB Pulling \u001b[34m107.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 225.8MB/426.... \u001b[34m105.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 226.9MB/426.9MB Pulling \u001b[34m107.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 226.9MB/426.... \u001b[34m105.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 227.9MB/426.9MB Pulling \u001b[34m107.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 227.9MB/426.... \u001b[34m106.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 227.9MB/426.9MB Pulling \u001b[34m107.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 227.9MB/426.... \u001b[34m106.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 229MB/426.9MB Pulling \u001b[34m107.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 229MB/426.... \u001b[34m106.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 230.1MB/426.9MB Pulling \u001b[34m107.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 230.1MB/426.... \u001b[34m106.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 231.2MB/426.9MB Pulling \u001b[34m107.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 231.2MB/426.... \u001b[34m106.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 231.2MB/426.9MB Pulling \u001b[34m107.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 231.2MB/426.... \u001b[34m106.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 232.2MB/426.9MB Pulling \u001b[34m107.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 232.2MB/426.... \u001b[34m106.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 232.2MB/426.9MB Pulling \u001b[34m107.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 232.2MB/426.... \u001b[34m106.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 232.8MB/426.9MB Pulling \u001b[34m108.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 232.8MB/426.... \u001b[34m106.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 233.3MB/426.9MB Pulling \u001b[34m108.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 233.3MB/426.... \u001b[34m106.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 233.8MB/426.9MB Pulling \u001b[34m108.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 233.8MB/426.... \u001b[34m107.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 234.4MB/426.9MB Pulling \u001b[34m108.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 234.4MB/426.... \u001b[34m107.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 234.4MB/426.9MB Pulling \u001b[34m108.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 234.4MB/426.... \u001b[34m107.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 234.9MB/426.9MB Pulling \u001b[34m108.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 234.9MB/426.... \u001b[34m107.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 234.9MB/426.9MB Pulling \u001b[34m108.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 234.9MB/426.... \u001b[34m107.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 234.9MB/426.9MB Pulling \u001b[34m108.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 234.9MB/426.... \u001b[34m107.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 234.9MB/426.9MB Pulling \u001b[34m108.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 234.9MB/426.... \u001b[34m107.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 235.4MB/426.9MB Pulling \u001b[34m108.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 235.4MB/426.... \u001b[34m107.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 236MB/426.9MB Pulling \u001b[34m109.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 236MB/426.... \u001b[34m107.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 236MB/426.9MB Pulling \u001b[34m109.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 236MB/426.... \u001b[34m107.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 237.1MB/426.9MB Pulling \u001b[34m109.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 237.1MB/426.... \u001b[34m108.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 237.1MB/426.9MB Pulling \u001b[34m109.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 237.1MB/426.... \u001b[34m108.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 237.6MB/426.9MB Pulling \u001b[34m109.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 237.6MB/426.... \u001b[34m108.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 237.6MB/426.9MB Pulling \u001b[34m109.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 237.6MB/426.... \u001b[34m108.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 238.7MB/426.9MB Pulling \u001b[34m109.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 238.7MB/426.... \u001b[34m108.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 239.2MB/426.9MB Pulling \u001b[34m109.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 239.2MB/426.... \u001b[34m108.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 239.8MB/426.9MB Pulling \u001b[34m109.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 239.8MB/426.... \u001b[34m108.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 239.8MB/426.9MB Pulling \u001b[34m109.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 239.8MB/426.... \u001b[34m108.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 239.8MB/426.9MB Pulling \u001b[34m110.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 239.8MB/426.... \u001b[34m108.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 239.8MB/426.9MB Pulling \u001b[34m110.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 239.8MB/426.... \u001b[34m108.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 239.8MB/426.9MB Pulling \u001b[34m110.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 239.8MB/426.... \u001b[34m109.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 239.8MB/426.9MB Pulling \u001b[34m110.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 239.8MB/426.... \u001b[34m109.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 240.3MB/426.9MB Pulling \u001b[34m110.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 240.3MB/426.... \u001b[34m109.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 240.8MB/426.9MB Pulling \u001b[34m110.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 240.8MB/426.... \u001b[34m109.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 240.8MB/426.9MB Pulling \u001b[34m110.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 240.8MB/426.... \u001b[34m109.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 241.9MB/426.9MB Pulling \u001b[34m110.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 241.9MB/426.... \u001b[34m109.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 242.4MB/426.9MB Pulling \u001b[34m110.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 242.4MB/426.... \u001b[34m109.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 242.4MB/426.9MB Pulling \u001b[34m110.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 242.4MB/426.... \u001b[34m109.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 242.4MB/426.9MB Pulling \u001b[34m111.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 242.4MB/426.... \u001b[34m109.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243MB/426.9MB Pulling \u001b[34m111.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 243MB/426.... \u001b[34m109.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m111.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m110.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m111.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m110.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m111.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m110.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m111.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m110.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m111.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m110.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m111.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m110.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m111.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m110.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m111.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m110.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m112.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m110.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m112.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m110.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m112.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m111.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m112.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m111.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m112.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m111.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m112.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m111.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m112.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m111.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 243.5MB/426.9MB Pulling \u001b[34m112.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 243.5MB/426.... \u001b[34m111.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 244.1MB/426.9MB Pulling \u001b[34m112.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 244.1MB/426.... \u001b[34m111.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 244.1MB/426.9MB Pulling \u001b[34m112.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 244.1MB/426.... \u001b[34m111.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 244.1MB/426.9MB Pulling \u001b[34m113.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 244.1MB/426.... \u001b[34m111.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 244.6MB/426.9MB Pulling \u001b[34m113.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 244.6MB/426.... \u001b[34m111.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 244.6MB/426.9MB Pulling \u001b[34m113.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 244.6MB/426.... \u001b[34m112.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.1MB/426.9MB Pulling \u001b[34m113.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 245.1MB/426.... \u001b[34m112.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.1MB/426.9MB Pulling \u001b[34m113.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 245.1MB/426.... \u001b[34m112.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.1MB/426.9MB Pulling \u001b[34m113.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 245.1MB/426.... \u001b[34m112.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.1MB/426.9MB Pulling \u001b[34m113.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 245.1MB/426.... \u001b[34m112.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.1MB/426.9MB Pulling \u001b[34m113.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 245.1MB/426.... \u001b[34m112.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.1MB/426.9MB Pulling \u001b[34m113.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 245.1MB/426.... \u001b[34m112.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.1MB/426.9MB Pulling \u001b[34m113.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 245.1MB/426.... \u001b[34m112.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.1MB/426.9MB Pulling \u001b[34m114.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 245.1MB/426.... \u001b[34m112.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.7MB/426.9MB Pulling \u001b[34m114.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 245.7MB/426.... \u001b[34m112.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.7MB/426.9MB Pulling \u001b[34m114.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 245.7MB/426.... \u001b[34m113.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.7MB/426.9MB Pulling \u001b[34m114.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 245.7MB/426.... \u001b[34m113.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.7MB/426.9MB Pulling \u001b[34m114.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 245.7MB/426.... \u001b[34m113.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.7MB/426.9MB Pulling \u001b[34m114.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 245.7MB/426.... \u001b[34m113.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.7MB/426.9MB Pulling \u001b[34m114.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 245.7MB/426.... \u001b[34m113.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.7MB/426.9MB Pulling \u001b[34m114.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 245.7MB/426.... \u001b[34m113.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.7MB/426.9MB Pulling \u001b[34m114.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 245.7MB/426.... \u001b[34m113.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.7MB/426.9MB Pulling \u001b[34m114.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 245.7MB/426.... \u001b[34m113.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.7MB/426.9MB Pulling \u001b[34m115.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 245.7MB/426.... \u001b[34m113.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 245.7MB/426.9MB Pulling \u001b[34m115.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 245.7MB/426.... \u001b[34m113.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 246.2MB/426.9MB Pulling \u001b[34m115.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 246.2MB/426.... \u001b[34m114.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 246.2MB/426.9MB Pulling \u001b[34m115.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 246.2MB/426.... \u001b[34m114.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 246.7MB/426.9MB Pulling \u001b[34m115.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 246.7MB/426.... \u001b[34m114.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 246.7MB/426.9MB Pulling \u001b[34m115.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 246.7MB/426.... \u001b[34m114.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 246.7MB/426.9MB Pulling \u001b[34m115.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 246.7MB/426.... \u001b[34m114.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 247.8MB/426.9MB Pulling \u001b[34m115.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 247.8MB/426.... \u001b[34m114.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 248.4MB/426.9MB Pulling \u001b[34m115.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 248.4MB/426.... \u001b[34m114.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 248.4MB/426.9MB Pulling \u001b[34m115.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 248.4MB/426.... \u001b[34m114.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 248.9MB/426.9MB Pulling \u001b[34m116.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 248.9MB/426.... \u001b[34m114.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 248.9MB/426.9MB Pulling \u001b[34m116.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 248.9MB/426.... \u001b[34m114.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 248.9MB/426.9MB Pulling \u001b[34m116.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 248.9MB/426.... \u001b[34m115.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 248.9MB/426.9MB Pulling \u001b[34m116.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 248.9MB/426.... \u001b[34m115.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 249.4MB/426.9MB Pulling \u001b[34m116.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 249.4MB/426.... \u001b[34m115.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 250MB/426.9MB Pulling \u001b[34m116.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 250MB/426.... \u001b[34m115.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 250.5MB/426.9MB Pulling \u001b[34m116.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 250.5MB/426.... \u001b[34m115.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 251MB/426.9MB Pulling \u001b[34m116.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 251MB/426.... \u001b[34m115.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 251.6MB/426.9MB Pulling \u001b[34m116.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 251.6MB/426.... \u001b[34m115.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 252.1MB/426.9MB Pulling \u001b[34m116.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 252.1MB/426.... \u001b[34m115.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 252.1MB/426.9MB Pulling \u001b[34m117.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 252.1MB/426.... \u001b[34m115.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 252.7MB/426.9MB Pulling \u001b[34m117.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 252.7MB/426.... \u001b[34m115.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 253.7MB/426.9MB Pulling \u001b[34m117.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 253.7MB/426.... \u001b[34m116.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 253.7MB/426.9MB Pulling \u001b[34m117.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 253.7MB/426.... \u001b[34m116.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 254.8MB/426.9MB Pulling \u001b[34m117.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 254.8MB/426.... \u001b[34m116.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 254.8MB/426.9MB Pulling \u001b[34m117.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 254.8MB/426.... \u001b[34m116.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 255.9MB/426.9MB Pulling \u001b[34m117.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 255.9MB/426.... \u001b[34m116.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 255.9MB/426.9MB Pulling \u001b[34m117.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 255.9MB/426.... \u001b[34m116.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 257MB/426.9MB Pulling \u001b[34m117.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 257MB/426.... \u001b[34m116.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 258MB/426.9MB Pulling \u001b[34m117.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 258MB/426.... \u001b[34m116.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 258MB/426.9MB Pulling \u001b[34m118.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 258MB/426.... \u001b[34m116.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 259.1MB/426.9MB Pulling \u001b[34m118.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 259.1MB/426.... \u001b[34m116.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 259.1MB/426.9MB Pulling \u001b[34m118.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 259.1MB/426.... \u001b[34m117.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 259.1MB/426.9MB Pulling \u001b[34m118.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 259.1MB/426.... \u001b[34m117.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 259.7MB/426.9MB Pulling \u001b[34m118.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 259.7MB/426.... \u001b[34m117.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 260.2MB/426.9MB Pulling \u001b[34m118.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 260.2MB/426.... \u001b[34m117.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 260.2MB/426.9MB Pulling \u001b[34m118.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 260.2MB/426.... \u001b[34m117.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 261.3MB/426.9MB Pulling \u001b[34m118.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 261.3MB/426.... \u001b[34m117.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 261.3MB/426.9MB Pulling \u001b[34m118.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 261.3MB/426.... \u001b[34m117.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 261.8MB/426.9MB Pulling \u001b[34m118.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 261.8MB/426.... \u001b[34m117.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 261.8MB/426.9MB Pulling \u001b[34m119.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 261.8MB/426.... \u001b[34m117.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 261.8MB/426.9MB Pulling \u001b[34m119.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 261.8MB/426.... \u001b[34m117.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 262.4MB/426.9MB Pulling \u001b[34m119.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 262.4MB/426.... \u001b[34m118.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 262.4MB/426.9MB Pulling \u001b[34m119.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 262.4MB/426.... \u001b[34m118.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 262.9MB/426.9MB Pulling \u001b[34m119.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 262.9MB/426.... \u001b[34m118.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 262.9MB/426.9MB Pulling \u001b[34m119.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 262.9MB/426.... \u001b[34m118.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 263.4MB/426.9MB Pulling \u001b[34m119.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 263.4MB/426.... \u001b[34m118.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 263.4MB/426.9MB Pulling \u001b[34m119.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 263.4MB/426.... \u001b[34m118.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 264.5MB/426.9MB Pulling \u001b[34m119.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 264.5MB/426.... \u001b[34m118.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 264.5MB/426.9MB Pulling \u001b[34m119.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 264.5MB/426.... \u001b[34m118.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 265MB/426.9MB Pulling \u001b[34m120.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 265MB/426.... \u001b[34m118.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 266.1MB/426.9MB Pulling \u001b[34m120.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 266.1MB/426.... \u001b[34m118.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 266.1MB/426.9MB Pulling \u001b[34m120.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 266.1MB/426.... \u001b[34m119.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 267.2MB/426.9MB Pulling \u001b[34m120.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 267.2MB/426.... \u001b[34m119.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 268.3MB/426.9MB Pulling \u001b[34m120.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 268.3MB/426.... \u001b[34m119.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣤⣿⣿\u001b[0m] 268.3MB/426.9MB Pulling \u001b[34m120.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 268.3MB/426.... \u001b[34m119.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 269.3MB/426.9MB Pulling \u001b[34m120.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 269.3MB/426.... \u001b[34m119.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 269.3MB/426.9MB Pulling \u001b[34m120.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 269.3MB/426.... \u001b[34m119.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 269.9MB/426.9MB Pulling \u001b[34m120.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 269.9MB/426.... \u001b[34m119.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 269.9MB/426.9MB Pulling \u001b[34m120.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 269.9MB/426.... \u001b[34m119.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 270.4MB/426.9MB Pulling \u001b[34m121.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 270.4MB/426.... \u001b[34m119.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 270.4MB/426.9MB Pulling \u001b[34m121.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 270.4MB/426.... \u001b[34m119.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 270.9MB/426.9MB Pulling \u001b[34m121.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 270.9MB/426.... \u001b[34m120.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 270.9MB/426.9MB Pulling \u001b[34m121.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 270.9MB/426.... \u001b[34m120.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 271.5MB/426.9MB Pulling \u001b[34m121.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 271.5MB/426.... \u001b[34m120.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 271.5MB/426.9MB Pulling \u001b[34m121.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 271.5MB/426.... \u001b[34m120.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 272MB/426.9MB Pulling \u001b[34m121.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 272MB/426.... \u001b[34m120.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 272MB/426.9MB Pulling \u001b[34m121.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 272MB/426.... \u001b[34m120.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 272MB/426.9MB Pulling \u001b[34m121.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 272MB/426.... \u001b[34m120.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 272MB/426.9MB Pulling \u001b[34m121.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 272MB/426.... \u001b[34m120.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 272MB/426.9MB Pulling \u001b[34m122.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 272MB/426.... \u001b[34m120.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 272.6MB/426.9MB Pulling \u001b[34m122.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 272.6MB/426.... \u001b[34m120.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 272.6MB/426.9MB Pulling \u001b[34m122.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 272.6MB/426.... \u001b[34m121.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 272.6MB/426.9MB Pulling \u001b[34m122.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 272.6MB/426.... \u001b[34m121.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 272.6MB/426.9MB Pulling \u001b[34m122.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 272.6MB/426.... \u001b[34m121.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 273.1MB/426.9MB Pulling \u001b[34m122.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 273.1MB/426.... \u001b[34m121.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 273.1MB/426.9MB Pulling \u001b[34m122.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 273.1MB/426.... \u001b[34m121.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 273.6MB/426.9MB Pulling \u001b[34m122.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 273.6MB/426.... \u001b[34m121.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 273.6MB/426.9MB Pulling \u001b[34m122.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 273.6MB/426.... \u001b[34m121.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 274.2MB/426.9MB Pulling \u001b[34m122.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 274.2MB/426.... \u001b[34m121.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 274.2MB/426.9MB Pulling \u001b[34m123.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 274.2MB/426.... \u001b[34m121.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 274.7MB/426.9MB Pulling \u001b[34m123.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 274.7MB/426.... \u001b[34m121.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 274.7MB/426.9MB Pulling \u001b[34m123.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 274.7MB/426.... \u001b[34m122.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 275.2MB/426.9MB Pulling \u001b[34m123.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 275.2MB/426.... \u001b[34m122.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 275.8MB/426.9MB Pulling \u001b[34m123.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 275.8MB/426.... \u001b[34m122.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 275.8MB/426.9MB Pulling \u001b[34m123.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 275.8MB/426.... \u001b[34m122.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 276.3MB/426.9MB Pulling \u001b[34m123.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 276.3MB/426.... \u001b[34m122.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 276.9MB/426.9MB Pulling \u001b[34m123.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 276.9MB/426.... \u001b[34m122.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 277.4MB/426.9MB Pulling \u001b[34m123.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 277.4MB/426.... \u001b[34m122.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 277.9MB/426.9MB Pulling \u001b[34m123.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 277.9MB/426.... \u001b[34m122.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 277.9MB/426.9MB Pulling \u001b[34m124.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 277.9MB/426.... \u001b[34m122.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 278.5MB/426.9MB Pulling \u001b[34m124.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 278.5MB/426.... \u001b[34m122.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 279MB/426.9MB Pulling \u001b[34m124.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 279MB/426.... \u001b[34m123.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 279MB/426.9MB Pulling \u001b[34m124.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 279MB/426.... \u001b[34m123.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 279.5MB/426.9MB Pulling \u001b[34m124.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 279.5MB/426.... \u001b[34m123.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280.1MB/426.9MB Pulling \u001b[34m124.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 280.1MB/426.... \u001b[34m123.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280.1MB/426.9MB Pulling \u001b[34m124.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 280.1MB/426.... \u001b[34m123.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280.1MB/426.9MB Pulling \u001b[34m124.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 280.1MB/426.... \u001b[34m123.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280.1MB/426.9MB Pulling \u001b[34m124.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 280.1MB/426.... \u001b[34m123.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280.1MB/426.9MB Pulling \u001b[34m124.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 280.1MB/426.... \u001b[34m123.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280.1MB/426.9MB Pulling \u001b[34m125.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 280.1MB/426.... \u001b[34m123.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280.6MB/426.9MB Pulling \u001b[34m125.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 280.6MB/426.... \u001b[34m123.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280.6MB/426.9MB Pulling \u001b[34m125.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 280.6MB/426.... \u001b[34m124.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280.6MB/426.9MB Pulling \u001b[34m125.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 280.6MB/426.... \u001b[34m124.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280.6MB/426.9MB Pulling \u001b[34m125.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 280.6MB/426.... \u001b[34m124.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 280.6MB/426.9MB Pulling \u001b[34m125.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 280.6MB/426.... \u001b[34m124.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 281.1MB/426.9MB Pulling \u001b[34m125.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 281.1MB/426.... \u001b[34m124.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 281.1MB/426.9MB Pulling \u001b[34m125.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 281.1MB/426.... \u001b[34m124.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 281.7MB/426.9MB Pulling \u001b[34m125.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 281.7MB/426.... \u001b[34m124.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 281.7MB/426.9MB Pulling \u001b[34m125.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 281.7MB/426.... \u001b[34m124.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 282.2MB/426.9MB Pulling \u001b[34m126.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 282.2MB/426.... \u001b[34m124.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 282.7MB/426.9MB Pulling \u001b[34m126.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 282.7MB/426.... \u001b[34m124.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 282.7MB/426.9MB Pulling \u001b[34m126.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 282.7MB/426.... \u001b[34m125.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 283.3MB/426.9MB Pulling \u001b[34m126.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 283.3MB/426.... \u001b[34m125.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 283.3MB/426.9MB Pulling \u001b[34m126.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 283.3MB/426.... \u001b[34m125.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 283.8MB/426.9MB Pulling \u001b[34m126.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 283.8MB/426.... \u001b[34m125.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 283.8MB/426.9MB Pulling \u001b[34m126.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 283.8MB/426.... \u001b[34m125.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 284.4MB/426.9MB Pulling \u001b[34m126.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 284.4MB/426.... \u001b[34m125.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 284.9MB/426.9MB Pulling \u001b[34m126.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 284.9MB/426.... \u001b[34m125.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 284.9MB/426.9MB Pulling \u001b[34m126.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 284.9MB/426.... \u001b[34m125.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 286MB/426.9MB Pulling \u001b[34m127.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 286MB/426.... \u001b[34m125.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 286.5MB/426.9MB Pulling \u001b[34m127.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 286.5MB/426.... \u001b[34m125.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 286.5MB/426.9MB Pulling \u001b[34m127.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 286.5MB/426.... \u001b[34m126.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 287.6MB/426.9MB Pulling \u001b[34m127.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 287.6MB/426.... \u001b[34m126.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 287.6MB/426.9MB Pulling \u001b[34m127.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 287.6MB/426.... \u001b[34m126.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 288.6MB/426.9MB Pulling \u001b[34m127.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 288.6MB/426.... \u001b[34m126.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 289.7MB/426.9MB Pulling \u001b[34m127.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 289.7MB/426.... \u001b[34m126.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 289.7MB/426.9MB Pulling \u001b[34m127.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 289.7MB/426.... \u001b[34m126.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 290.8MB/426.9MB Pulling \u001b[34m127.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 290.8MB/426.... \u001b[34m126.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 290.8MB/426.9MB Pulling \u001b[34m127.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 290.8MB/426.... \u001b[34m126.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 291.9MB/426.9MB Pulling \u001b[34m128.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 291.9MB/426.... \u001b[34m126.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 292.4MB/426.9MB Pulling \u001b[34m128.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 292.4MB/426.... \u001b[34m126.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 293.5MB/426.9MB Pulling \u001b[34m128.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 293.5MB/426.... \u001b[34m127.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 293.5MB/426.9MB Pulling \u001b[34m128.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 293.5MB/426.... \u001b[34m127.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 294.5MB/426.9MB Pulling \u001b[34m128.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 294.5MB/426.... \u001b[34m127.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 294.5MB/426.9MB Pulling \u001b[34m128.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 294.5MB/426.... \u001b[34m127.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 294.5MB/426.9MB Pulling \u001b[34m128.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 294.5MB/426.... \u001b[34m127.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 295.6MB/426.9MB Pulling \u001b[34m128.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 295.6MB/426.... \u001b[34m127.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 295.6MB/426.9MB Pulling \u001b[34m128.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 295.6MB/426.... \u001b[34m127.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 296.2MB/426.9MB Pulling \u001b[34m128.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 296.2MB/426.... \u001b[34m127.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 296.2MB/426.9MB Pulling \u001b[34m129.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 296.2MB/426.... \u001b[34m127.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 296.7MB/426.9MB Pulling \u001b[34m129.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 296.7MB/426.... \u001b[34m127.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 296.7MB/426.9MB Pulling \u001b[34m129.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 296.7MB/426.... \u001b[34m128.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 297.2MB/426.9MB Pulling \u001b[34m129.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 297.2MB/426.... \u001b[34m128.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 297.2MB/426.9MB Pulling \u001b[34m129.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 297.2MB/426.... \u001b[34m128.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 297.8MB/426.9MB Pulling \u001b[34m129.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 297.8MB/426.... \u001b[34m128.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 297.8MB/426.9MB Pulling \u001b[34m129.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 297.8MB/426.... \u001b[34m128.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 298.3MB/426.9MB Pulling \u001b[34m129.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 298.3MB/426.... \u001b[34m128.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 298.8MB/426.9MB Pulling \u001b[34m129.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 298.8MB/426.... \u001b[34m128.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 298.8MB/426.9MB Pulling \u001b[34m129.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 298.8MB/426.... \u001b[34m128.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 298.8MB/426.9MB Pulling \u001b[34m130.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 298.8MB/426.... \u001b[34m128.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 299.4MB/426.9MB Pulling \u001b[34m130.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 299.4MB/426.... \u001b[34m128.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 299.9MB/426.9MB Pulling \u001b[34m130.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 299.9MB/426.... \u001b[34m129.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 299.9MB/426.9MB Pulling \u001b[34m130.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 299.9MB/426.... \u001b[34m129.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 299.9MB/426.9MB Pulling \u001b[34m130.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 299.9MB/426.... \u001b[34m129.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 300.4MB/426.9MB Pulling \u001b[34m130.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 300.4MB/426.... \u001b[34m129.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 300.4MB/426.9MB Pulling \u001b[34m130.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 300.4MB/426.... \u001b[34m129.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 300.4MB/426.9MB Pulling \u001b[34m130.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 300.4MB/426.... \u001b[34m129.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 300.4MB/426.9MB Pulling \u001b[34m130.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 300.4MB/426.... \u001b[34m129.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 300.4MB/426.9MB Pulling \u001b[34m130.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 300.4MB/426.... \u001b[34m129.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 300.4MB/426.9MB Pulling \u001b[34m131.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 300.4MB/426.... \u001b[34m129.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 300.4MB/426.9MB Pulling \u001b[34m131.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 300.4MB/426.... \u001b[34m129.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 300.4MB/426.9MB Pulling \u001b[34m131.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 300.4MB/426.... \u001b[34m130.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 300.4MB/426.9MB Pulling \u001b[34m131.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 300.4MB/426.... \u001b[34m130.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 300.4MB/426.9MB Pulling \u001b[34m131.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 300.4MB/426.... \u001b[34m130.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 300.4MB/426.9MB Pulling \u001b[34m131.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 300.4MB/426.... \u001b[34m130.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 300.4MB/426.9MB Pulling \u001b[34m131.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 300.4MB/426.... \u001b[34m130.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m131.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m130.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m131.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m130.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m131.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m130.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m132.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m130.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m132.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m130.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m132.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m131.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m132.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m131.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m132.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m131.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m132.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m131.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m132.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m131.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m132.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m131.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m132.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m131.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m132.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m131.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m133.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m131.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m133.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m131.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m133.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m132.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m133.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m132.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m133.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m132.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m133.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m132.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m133.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m132.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m133.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m132.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m133.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m132.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m133.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m132.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m134.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m132.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m134.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m132.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m134.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m133.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m134.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m133.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m134.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m133.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m134.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m133.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m134.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m133.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m134.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m133.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m134.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m133.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m134.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m133.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m135.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m133.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m135.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m133.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m135.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m134.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m135.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m134.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m135.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m134.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m135.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m134.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m135.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m134.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m135.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m134.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m135.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m134.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m135.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m134.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m136.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m134.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m136.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m134.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m136.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m135.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m136.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m135.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m136.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m135.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m136.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m135.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m136.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m135.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m136.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m135.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m136.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m135.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m136.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m135.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m137.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m135.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m137.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m135.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m137.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m136.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m137.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m136.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m137.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m136.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m137.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m136.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m137.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m136.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m137.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m136.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m137.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m136.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m137.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m136.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m138.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m136.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m138.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m136.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m138.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m137.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m138.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m137.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m138.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m137.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m138.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m137.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m138.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m137.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m138.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m137.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m138.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m137.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m138.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m137.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m139.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m137.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m139.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m137.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m139.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m138.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301MB/426.9MB Pulling \u001b[34m139.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301MB/426.... \u001b[34m138.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m139.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m138.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m139.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m138.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m139.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m138.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m139.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m138.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m139.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m138.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m139.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m138.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m140.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m138.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m140.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m138.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m140.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m139.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m140.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m139.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m140.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m139.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m140.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m139.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m140.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m139.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m140.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m139.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m140.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m139.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m140.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m139.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m141.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m139.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m141.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m139.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m141.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m140.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m141.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m140.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m141.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m140.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m141.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m140.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m141.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m140.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m141.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m140.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m141.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m140.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m141.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m140.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m142.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m140.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m142.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m140.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m142.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m141.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m142.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m141.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m142.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m141.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m142.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m141.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m142.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m141.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m142.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m141.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m142.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m141.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m142.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m141.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m143.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m141.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m143.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m141.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m143.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m142.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m143.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m142.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m143.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m142.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m143.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m142.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m143.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m142.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m143.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m142.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m143.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m142.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m143.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m142.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m144.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m142.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m144.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m142.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m144.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m143.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m144.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m143.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m144.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m143.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m144.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m143.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m144.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m143.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m144.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m143.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m144.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m143.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m144.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m143.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m145.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m143.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m145.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m143.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m145.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m144.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m145.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m144.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m145.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m144.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m145.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m144.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m145.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m144.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m145.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m144.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m145.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m144.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m145.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m144.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m146.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m144.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m146.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m144.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m146.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m145.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m146.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m145.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m146.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m145.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m146.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m145.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m146.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m145.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m146.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m145.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 301.5MB/426.9MB Pulling \u001b[34m146.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 301.5MB/426.... \u001b[34m145.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 302MB/426.9MB Pulling \u001b[34m146.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 302MB/426.... \u001b[34m145.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 302MB/426.9MB Pulling \u001b[34m147.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 302MB/426.... \u001b[34m145.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 302MB/426.9MB Pulling \u001b[34m147.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 302MB/426.... \u001b[34m145.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 302MB/426.9MB Pulling \u001b[34m147.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 302MB/426.... \u001b[34m146.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 303.1MB/426.9MB Pulling \u001b[34m147.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 303.1MB/426.... \u001b[34m146.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 303.1MB/426.9MB Pulling \u001b[34m147.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 303.1MB/426.... \u001b[34m146.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 303.1MB/426.9MB Pulling \u001b[34m147.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 303.1MB/426.... \u001b[34m146.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 303.7MB/426.9MB Pulling \u001b[34m147.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 303.7MB/426.... \u001b[34m146.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 303.7MB/426.9MB Pulling \u001b[34m147.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 303.7MB/426.... \u001b[34m146.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 303.7MB/426.9MB Pulling \u001b[34m147.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 303.7MB/426.... \u001b[34m146.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m147.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m146.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m148.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m146.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m148.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m146.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m148.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m147.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m148.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m147.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m148.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m147.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m148.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m147.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m148.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m147.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m148.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m147.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m148.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m147.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m148.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m147.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m149.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m147.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m149.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m147.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m149.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m148.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m149.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m148.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m149.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m148.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m149.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m148.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m149.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m148.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m149.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m148.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m149.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m148.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m149.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m148.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m150.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m148.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m150.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m148.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m150.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m149.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m150.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m149.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m150.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m149.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m150.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m149.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m150.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m149.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m150.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m149.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m150.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m149.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m150.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m149.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 304.7MB/426.9MB Pulling \u001b[34m151.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 304.7MB/426.... \u001b[34m149.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 305.3MB/426.9MB Pulling \u001b[34m151.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 305.3MB/426.... \u001b[34m149.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 305.3MB/426.9MB Pulling \u001b[34m151.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 305.3MB/426.... \u001b[34m150.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 305.3MB/426.9MB Pulling \u001b[34m151.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 305.3MB/426.... \u001b[34m150.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 305.3MB/426.9MB Pulling \u001b[34m151.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 305.3MB/426.... \u001b[34m150.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 305.8MB/426.9MB Pulling \u001b[34m151.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 305.8MB/426.... \u001b[34m150.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 305.8MB/426.9MB Pulling \u001b[34m151.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 305.8MB/426.... \u001b[34m150.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 305.8MB/426.9MB Pulling \u001b[34m151.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 305.8MB/426.... \u001b[34m150.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 306.3MB/426.9MB Pulling \u001b[34m151.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 306.3MB/426.... \u001b[34m150.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 306.3MB/426.9MB Pulling \u001b[34m151.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 306.3MB/426.... \u001b[34m150.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 307.4MB/426.9MB Pulling \u001b[34m152.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 307.4MB/426.... \u001b[34m150.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 307.4MB/426.9MB Pulling \u001b[34m152.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 307.4MB/426.... \u001b[34m150.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 307.4MB/426.9MB Pulling \u001b[34m152.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 307.4MB/426.... \u001b[34m151.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 309MB/426.9MB Pulling \u001b[34m152.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 309MB/426.... \u001b[34m151.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 309MB/426.9MB Pulling \u001b[34m152.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 309MB/426.... \u001b[34m151.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 309MB/426.9MB Pulling \u001b[34m152.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 309MB/426.... \u001b[34m151.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 309MB/426.9MB Pulling \u001b[34m152.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 309MB/426.... \u001b[34m151.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 309MB/426.9MB Pulling \u001b[34m152.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 309MB/426.... \u001b[34m151.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 309MB/426.9MB Pulling \u001b[34m152.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 309MB/426.... \u001b[34m151.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 309.6MB/426.9MB Pulling \u001b[34m152.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 309.6MB/426.... \u001b[34m151.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 309.6MB/426.9MB Pulling \u001b[34m153.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 309.6MB/426.... \u001b[34m151.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 310.6MB/426.9MB Pulling \u001b[34m153.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 310.6MB/426.... \u001b[34m151.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 310.6MB/426.9MB Pulling \u001b[34m153.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 310.6MB/426.... \u001b[34m152.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 311.2MB/426.9MB Pulling \u001b[34m153.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 311.2MB/426.... \u001b[34m152.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 311.7MB/426.9MB Pulling \u001b[34m153.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 311.7MB/426.... \u001b[34m152.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 312.2MB/426.9MB Pulling \u001b[34m153.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 312.2MB/426.... \u001b[34m152.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 312.2MB/426.9MB Pulling \u001b[34m153.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 312.2MB/426.... \u001b[34m152.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 312.8MB/426.9MB Pulling \u001b[34m153.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 312.8MB/426.... \u001b[34m152.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 313.3MB/426.9MB Pulling \u001b[34m153.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 313.3MB/426.... \u001b[34m152.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 313.9MB/426.9MB Pulling \u001b[34m153.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 313.9MB/426.... \u001b[34m152.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 313.9MB/426.9MB Pulling \u001b[34m154.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 313.9MB/426.... \u001b[34m152.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 314.4MB/426.9MB Pulling \u001b[34m154.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 314.4MB/426.... \u001b[34m152.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 314.4MB/426.9MB Pulling \u001b[34m154.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 314.4MB/426.... \u001b[34m153.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 314.9MB/426.9MB Pulling \u001b[34m154.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 314.9MB/426.... \u001b[34m153.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 314.9MB/426.9MB Pulling \u001b[34m154.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 314.9MB/426.... \u001b[34m153.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 316MB/426.9MB Pulling \u001b[34m154.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 316MB/426.... \u001b[34m153.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 317.1MB/426.9MB Pulling \u001b[34m154.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 317.1MB/426.... \u001b[34m153.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 318.1MB/426.9MB Pulling \u001b[34m154.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 318.1MB/426.... \u001b[34m153.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 318.1MB/426.9MB Pulling \u001b[34m154.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 318.1MB/426.... \u001b[34m153.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣦⣿⣿\u001b[0m] 319.2MB/426.9MB Pulling \u001b[34m154.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 319.2MB/426.... \u001b[34m153.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 320.3MB/426.9MB Pulling \u001b[34m155.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 320.3MB/426.... \u001b[34m153.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 320.3MB/426.9MB Pulling \u001b[34m155.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 320.3MB/426.... \u001b[34m153.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 321.4MB/426.9MB Pulling \u001b[34m155.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 321.4MB/426.... \u001b[34m154.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 321.4MB/426.9MB Pulling \u001b[34m155.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 321.4MB/426.... \u001b[34m154.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 322.4MB/426.9MB Pulling \u001b[34m155.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 322.4MB/426.... \u001b[34m154.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 323MB/426.9MB Pulling \u001b[34m155.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 323MB/426.... \u001b[34m154.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 323MB/426.9MB Pulling \u001b[34m155.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 323MB/426.... \u001b[34m154.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 323.5MB/426.9MB Pulling \u001b[34m155.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 323.5MB/426.... \u001b[34m154.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 324.6MB/426.9MB Pulling \u001b[34m155.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 324.6MB/426.... \u001b[34m154.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 325.7MB/426.9MB Pulling \u001b[34m155.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 325.7MB/426.... \u001b[34m154.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 325.7MB/426.9MB Pulling \u001b[34m156.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 325.7MB/426.... \u001b[34m154.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 326.7MB/426.9MB Pulling \u001b[34m156.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 326.7MB/426.... \u001b[34m154.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 326.7MB/426.9MB Pulling \u001b[34m156.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 326.7MB/426.... \u001b[34m155.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 327.8MB/426.9MB Pulling \u001b[34m156.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 327.8MB/426.... \u001b[34m155.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 328.3MB/426.9MB Pulling \u001b[34m156.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 328.3MB/426.... \u001b[34m155.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 328.9MB/426.9MB Pulling \u001b[34m156.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 328.9MB/426.... \u001b[34m155.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 328.9MB/426.9MB Pulling \u001b[34m156.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 328.9MB/426.... \u001b[34m155.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 329.4MB/426.9MB Pulling \u001b[34m156.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 329.4MB/426.... \u001b[34m155.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 329.9MB/426.9MB Pulling \u001b[34m156.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 329.9MB/426.... \u001b[34m155.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 329.9MB/426.9MB Pulling \u001b[34m156.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 329.9MB/426.... \u001b[34m155.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 330.5MB/426.9MB Pulling \u001b[34m157.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 330.5MB/426.... \u001b[34m155.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 331MB/426.9MB Pulling \u001b[34m157.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 331MB/426.... \u001b[34m155.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 331.6MB/426.9MB Pulling \u001b[34m157.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 331.6MB/426.... \u001b[34m156.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 331.6MB/426.9MB Pulling \u001b[34m157.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 331.6MB/426.... \u001b[34m156.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 332.1MB/426.9MB Pulling \u001b[34m157.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 332.1MB/426.... \u001b[34m156.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 332.1MB/426.9MB Pulling \u001b[34m157.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 332.1MB/426.... \u001b[34m156.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 332.6MB/426.9MB Pulling \u001b[34m157.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 332.6MB/426.... \u001b[34m156.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 333.2MB/426.9MB Pulling \u001b[34m157.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 333.2MB/426.... \u001b[34m156.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 333.7MB/426.9MB Pulling \u001b[34m157.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 333.7MB/426.... \u001b[34m156.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 333.7MB/426.9MB Pulling \u001b[34m157.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 333.7MB/426.... \u001b[34m156.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 334.3MB/426.9MB Pulling \u001b[34m158.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 334.3MB/426.... \u001b[34m156.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 334.8MB/426.9MB Pulling \u001b[34m158.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 334.8MB/426.... \u001b[34m156.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 334.8MB/426.9MB Pulling \u001b[34m158.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 334.8MB/426.... \u001b[34m157.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 335.3MB/426.9MB Pulling \u001b[34m158.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 335.3MB/426.... \u001b[34m157.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 335.9MB/426.9MB Pulling \u001b[34m158.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 335.9MB/426.... \u001b[34m157.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 336.4MB/426.9MB Pulling \u001b[34m158.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 336.4MB/426.... \u001b[34m157.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 336.4MB/426.9MB Pulling \u001b[34m158.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 336.4MB/426.... \u001b[34m157.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 336.9MB/426.9MB Pulling \u001b[34m158.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 336.9MB/426.... \u001b[34m157.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 337.5MB/426.9MB Pulling \u001b[34m158.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 337.5MB/426.... \u001b[34m157.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 337.5MB/426.9MB Pulling \u001b[34m158.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 337.5MB/426.... \u001b[34m157.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 338MB/426.9MB Pulling \u001b[34m159.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 338MB/426.... \u001b[34m157.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 338.5MB/426.9MB Pulling \u001b[34m159.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 338.5MB/426.... \u001b[34m157.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 339.1MB/426.9MB Pulling \u001b[34m159.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 339.1MB/426.... \u001b[34m158.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 339.1MB/426.9MB Pulling \u001b[34m159.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 339.1MB/426.... \u001b[34m158.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 339.6MB/426.9MB Pulling \u001b[34m159.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 339.6MB/426.... \u001b[34m158.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 340.2MB/426.9MB Pulling \u001b[34m159.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 340.2MB/426.... \u001b[34m158.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 340.2MB/426.9MB Pulling \u001b[34m159.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 340.2MB/426.... \u001b[34m158.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 340.7MB/426.9MB Pulling \u001b[34m159.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 340.7MB/426.... \u001b[34m158.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 341.2MB/426.9MB Pulling \u001b[34m159.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 341.2MB/426.... \u001b[34m158.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 341.2MB/426.9MB Pulling \u001b[34m159.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 341.2MB/426.... \u001b[34m158.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 341.8MB/426.9MB Pulling \u001b[34m160.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 341.8MB/426.... \u001b[34m158.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 342.3MB/426.9MB Pulling \u001b[34m160.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 342.3MB/426.... \u001b[34m158.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 342.8MB/426.9MB Pulling \u001b[34m160.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 342.8MB/426.... \u001b[34m159.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 342.8MB/426.9MB Pulling \u001b[34m160.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 342.8MB/426.... \u001b[34m159.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 343.3MB/426.9MB Pulling \u001b[34m160.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 343.3MB/426.... \u001b[34m159.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 343.9MB/426.9MB Pulling \u001b[34m160.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 343.9MB/426.... \u001b[34m159.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 344.4MB/426.9MB Pulling \u001b[34m160.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 344.4MB/426.... \u001b[34m159.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 344.4MB/426.9MB Pulling \u001b[34m160.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 344.4MB/426.... \u001b[34m159.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 344.4MB/426.9MB Pulling \u001b[34m160.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 344.4MB/426.... \u001b[34m159.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 345MB/426.9MB Pulling \u001b[34m160.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 345MB/426.... \u001b[34m159.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 345.5MB/426.9MB Pulling \u001b[34m161.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 345.5MB/426.... \u001b[34m159.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 346MB/426.9MB Pulling \u001b[34m161.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 346MB/426.... \u001b[34m159.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 346.6MB/426.9MB Pulling \u001b[34m161.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 346.6MB/426.... \u001b[34m160.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 346.6MB/426.9MB Pulling \u001b[34m161.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 346.6MB/426.... \u001b[34m160.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 347.1MB/426.9MB Pulling \u001b[34m161.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 347.1MB/426.... \u001b[34m160.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 347.7MB/426.9MB Pulling \u001b[34m161.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 347.7MB/426.... \u001b[34m160.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 347.7MB/426.9MB Pulling \u001b[34m161.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 347.7MB/426.... \u001b[34m160.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 348.2MB/426.9MB Pulling \u001b[34m161.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 348.2MB/426.... \u001b[34m160.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 348.7MB/426.9MB Pulling \u001b[34m161.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 348.7MB/426.... \u001b[34m160.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 348.7MB/426.9MB Pulling \u001b[34m161.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 348.7MB/426.... \u001b[34m160.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 349.3MB/426.9MB Pulling \u001b[34m162.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 349.3MB/426.... \u001b[34m160.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 349.8MB/426.9MB Pulling \u001b[34m162.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 349.8MB/426.... \u001b[34m160.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 349.8MB/426.9MB Pulling \u001b[34m162.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 349.8MB/426.... \u001b[34m161.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 350.4MB/426.9MB Pulling \u001b[34m162.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 350.4MB/426.... \u001b[34m161.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 350.9MB/426.9MB Pulling \u001b[34m162.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 350.9MB/426.... \u001b[34m161.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 350.9MB/426.9MB Pulling \u001b[34m162.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 350.9MB/426.... \u001b[34m161.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 351.4MB/426.9MB Pulling \u001b[34m162.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 351.4MB/426.... \u001b[34m161.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 352MB/426.9MB Pulling \u001b[34m162.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 352MB/426.... \u001b[34m161.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 352.5MB/426.9MB Pulling \u001b[34m162.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 352.5MB/426.... \u001b[34m161.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 352.5MB/426.9MB Pulling \u001b[34m162.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 352.5MB/426.... \u001b[34m161.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 353MB/426.9MB Pulling \u001b[34m163.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 353MB/426.... \u001b[34m161.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 353.6MB/426.9MB Pulling \u001b[34m163.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 353.6MB/426.... \u001b[34m161.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 353.6MB/426.9MB Pulling \u001b[34m163.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 353.6MB/426.... \u001b[34m162.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 354.1MB/426.9MB Pulling \u001b[34m163.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 354.1MB/426.... \u001b[34m162.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 354.7MB/426.9MB Pulling \u001b[34m163.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 354.7MB/426.... \u001b[34m162.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 355.2MB/426.9MB Pulling \u001b[34m163.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 355.2MB/426.... \u001b[34m162.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 355.2MB/426.9MB Pulling \u001b[34m163.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 355.2MB/426.... \u001b[34m162.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 355.7MB/426.9MB Pulling \u001b[34m163.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 355.7MB/426.... \u001b[34m162.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 356.3MB/426.9MB Pulling \u001b[34m163.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 356.3MB/426.... \u001b[34m162.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 356.3MB/426.9MB Pulling \u001b[34m163.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 356.3MB/426.... \u001b[34m162.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 356.8MB/426.9MB Pulling \u001b[34m164.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 356.8MB/426.... \u001b[34m162.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 357.3MB/426.9MB Pulling \u001b[34m164.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 357.3MB/426.... \u001b[34m162.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 357.9MB/426.9MB Pulling \u001b[34m164.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 357.9MB/426.... \u001b[34m163.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 357.9MB/426.9MB Pulling \u001b[34m164.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 357.9MB/426.... \u001b[34m163.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 358.4MB/426.9MB Pulling \u001b[34m164.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 358.4MB/426.... \u001b[34m163.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 359MB/426.9MB Pulling \u001b[34m164.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 359MB/426.... \u001b[34m163.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 359.5MB/426.9MB Pulling \u001b[34m164.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 359.5MB/426.... \u001b[34m163.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 359.5MB/426.9MB Pulling \u001b[34m164.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 359.5MB/426.... \u001b[34m163.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 360MB/426.9MB Pulling \u001b[34m164.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 360MB/426.... \u001b[34m163.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 360.6MB/426.9MB Pulling \u001b[34m164.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 360.6MB/426.... \u001b[34m163.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 360.6MB/426.9MB Pulling \u001b[34m165.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 360.6MB/426.... \u001b[34m163.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 361.1MB/426.9MB Pulling \u001b[34m165.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 361.1MB/426.... \u001b[34m163.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 361.6MB/426.9MB Pulling \u001b[34m165.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 361.6MB/426.... \u001b[34m164.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 362.2MB/426.9MB Pulling \u001b[34m165.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 362.2MB/426.... \u001b[34m164.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 362.2MB/426.9MB Pulling \u001b[34m165.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 362.2MB/426.... \u001b[34m164.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 362.7MB/426.9MB Pulling \u001b[34m165.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 362.7MB/426.... \u001b[34m164.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 363.3MB/426.9MB Pulling \u001b[34m165.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 363.3MB/426.... \u001b[34m164.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 363.3MB/426.9MB Pulling \u001b[34m165.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 363.3MB/426.... \u001b[34m164.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 363.8MB/426.9MB Pulling \u001b[34m165.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 363.8MB/426.... \u001b[34m164.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 363.8MB/426.9MB Pulling \u001b[34m165.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 363.8MB/426.... \u001b[34m164.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 364.3MB/426.9MB Pulling \u001b[34m166.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 364.3MB/426.... \u001b[34m164.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 364.9MB/426.9MB Pulling \u001b[34m166.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 364.9MB/426.... \u001b[34m164.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 365.4MB/426.9MB Pulling \u001b[34m166.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 365.4MB/426.... \u001b[34m165.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 365.4MB/426.9MB Pulling \u001b[34m166.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 365.4MB/426.... \u001b[34m165.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 365.9MB/426.9MB Pulling \u001b[34m166.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 365.9MB/426.... \u001b[34m165.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 365.9MB/426.9MB Pulling \u001b[34m166.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 365.9MB/426.... \u001b[34m165.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 367MB/426.9MB Pulling \u001b[34m166.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 367MB/426.... \u001b[34m165.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 367MB/426.9MB Pulling \u001b[34m166.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 367MB/426.... \u001b[34m165.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 367.5MB/426.9MB Pulling \u001b[34m166.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 367.5MB/426.... \u001b[34m165.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 368.1MB/426.9MB Pulling \u001b[34m166.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 368.1MB/426.... \u001b[34m165.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 368.1MB/426.9MB Pulling \u001b[34m167.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 368.1MB/426.... \u001b[34m165.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 368.6MB/426.9MB Pulling \u001b[34m167.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 368.6MB/426.... \u001b[34m165.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 369.2MB/426.9MB Pulling \u001b[34m167.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 369.2MB/426.... \u001b[34m166.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 369.7MB/426.9MB Pulling \u001b[34m167.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 369.7MB/426.... \u001b[34m166.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 369.7MB/426.9MB Pulling \u001b[34m167.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 369.7MB/426.... \u001b[34m166.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 370.2MB/426.9MB Pulling \u001b[34m167.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 370.2MB/426.... \u001b[34m166.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 370.2MB/426.9MB Pulling \u001b[34m167.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 370.2MB/426.... \u001b[34m166.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 370.8MB/426.9MB Pulling \u001b[34m167.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 370.8MB/426.... \u001b[34m166.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 371.3MB/426.9MB Pulling \u001b[34m167.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 371.3MB/426.... \u001b[34m166.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 371.3MB/426.9MB Pulling \u001b[34m167.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 371.3MB/426.... \u001b[34m166.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 372.4MB/426.9MB Pulling \u001b[34m168.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 372.4MB/426.... \u001b[34m166.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 372.4MB/426.9MB Pulling \u001b[34m168.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 372.4MB/426.... \u001b[34m166.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 372.9MB/426.9MB Pulling \u001b[34m168.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 372.9MB/426.... \u001b[34m167.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 372.9MB/426.9MB Pulling \u001b[34m168.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 372.9MB/426.... \u001b[34m167.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 373.5MB/426.9MB Pulling \u001b[34m168.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 373.5MB/426.... \u001b[34m167.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 374MB/426.9MB Pulling \u001b[34m168.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 374MB/426.... \u001b[34m167.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 374.5MB/426.9MB Pulling \u001b[34m168.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 374.5MB/426.... \u001b[34m167.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 374.5MB/426.9MB Pulling \u001b[34m168.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 374.5MB/426.... \u001b[34m167.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 375.1MB/426.9MB Pulling \u001b[34m168.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 375.1MB/426.... \u001b[34m167.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 375.6MB/426.9MB Pulling \u001b[34m168.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 375.6MB/426.... \u001b[34m167.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣶⣿⣿\u001b[0m] 375.6MB/426.9MB Pulling \u001b[34m169.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 375.6MB/426.... \u001b[34m167.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 376.2MB/426.9MB Pulling \u001b[34m169.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 376.2MB/426.... \u001b[34m167.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 376.7MB/426.9MB Pulling \u001b[34m169.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 376.7MB/426.... \u001b[34m168.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 376.7MB/426.9MB Pulling \u001b[34m169.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 376.7MB/426.... \u001b[34m168.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 377.2MB/426.9MB Pulling \u001b[34m169.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 377.2MB/426.... \u001b[34m168.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 377.8MB/426.9MB Pulling \u001b[34m169.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 377.8MB/426.... \u001b[34m168.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 378.3MB/426.9MB Pulling \u001b[34m169.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 378.3MB/426.... \u001b[34m168.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 378.3MB/426.9MB Pulling \u001b[34m169.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 378.3MB/426.... \u001b[34m168.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 378.8MB/426.9MB Pulling \u001b[34m169.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 378.8MB/426.... \u001b[34m168.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 379.4MB/426.9MB Pulling \u001b[34m169.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 379.4MB/426.... \u001b[34m168.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 379.4MB/426.9MB Pulling \u001b[34m170.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 379.4MB/426.... \u001b[34m168.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 379.9MB/426.9MB Pulling \u001b[34m170.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 379.9MB/426.... \u001b[34m168.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 380.5MB/426.9MB Pulling \u001b[34m170.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 380.5MB/426.... \u001b[34m169.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 380.5MB/426.9MB Pulling \u001b[34m170.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 380.5MB/426.... \u001b[34m169.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 381MB/426.9MB Pulling \u001b[34m170.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 381MB/426.... \u001b[34m169.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 381MB/426.9MB Pulling \u001b[34m170.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 381MB/426.... \u001b[34m169.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 382.1MB/426.9MB Pulling \u001b[34m170.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 382.1MB/426.... \u001b[34m169.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 382.1MB/426.9MB Pulling \u001b[34m170.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 382.1MB/426.... \u001b[34m169.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 382.6MB/426.9MB Pulling \u001b[34m170.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 382.6MB/426.... \u001b[34m169.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 382.6MB/426.9MB Pulling \u001b[34m170.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 382.6MB/426.... \u001b[34m169.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 382.6MB/426.9MB Pulling \u001b[34m171.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 382.6MB/426.... \u001b[34m169.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 383.7MB/426.9MB Pulling \u001b[34m171.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 383.7MB/426.... \u001b[34m169.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 384.2MB/426.9MB Pulling \u001b[34m171.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 384.2MB/426.... \u001b[34m170.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 384.8MB/426.9MB Pulling \u001b[34m171.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 384.8MB/426.... \u001b[34m170.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 384.8MB/426.9MB Pulling \u001b[34m171.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 384.8MB/426.... \u001b[34m170.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 385.3MB/426.9MB Pulling \u001b[34m171.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 385.3MB/426.... \u001b[34m170.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 385.8MB/426.9MB Pulling \u001b[34m171.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 385.8MB/426.... \u001b[34m170.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 386.3MB/426.9MB Pulling \u001b[34m171.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 386.3MB/426.... \u001b[34m170.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 386.3MB/426.9MB Pulling \u001b[34m171.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 386.3MB/426.... \u001b[34m170.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 386.9MB/426.9MB Pulling \u001b[34m171.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 386.9MB/426.... \u001b[34m170.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 386.9MB/426.9MB Pulling \u001b[34m172.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 386.9MB/426.... \u001b[34m170.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 387.4MB/426.9MB Pulling \u001b[34m172.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 387.4MB/426.... \u001b[34m170.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 388MB/426.9MB Pulling \u001b[34m172.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 388MB/426.... \u001b[34m171.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 388MB/426.9MB Pulling \u001b[34m172.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 388MB/426.... \u001b[34m171.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 388MB/426.9MB Pulling \u001b[34m172.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 388MB/426.... \u001b[34m171.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 389MB/426.9MB Pulling \u001b[34m172.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 389MB/426.... \u001b[34m171.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 389.6MB/426.9MB Pulling \u001b[34m172.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 389.6MB/426.... \u001b[34m171.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 389.6MB/426.9MB Pulling \u001b[34m172.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 389.6MB/426.... \u001b[34m171.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 390.1MB/426.9MB Pulling \u001b[34m172.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 390.1MB/426.... \u001b[34m171.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 390.6MB/426.9MB Pulling \u001b[34m172.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 390.6MB/426.... \u001b[34m171.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 391.2MB/426.9MB Pulling \u001b[34m173.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 391.2MB/426.... \u001b[34m171.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 391.2MB/426.9MB Pulling \u001b[34m173.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 391.2MB/426.... \u001b[34m171.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 391.7MB/426.9MB Pulling \u001b[34m173.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 391.7MB/426.... \u001b[34m172.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 391.7MB/426.9MB Pulling \u001b[34m173.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 391.7MB/426.... \u001b[34m172.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 392.2MB/426.9MB Pulling \u001b[34m173.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 392.2MB/426.... \u001b[34m172.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 392.8MB/426.9MB Pulling \u001b[34m173.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 392.8MB/426.... \u001b[34m172.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 393.3MB/426.9MB Pulling \u001b[34m173.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 393.3MB/426.... \u001b[34m172.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 393.3MB/426.9MB Pulling \u001b[34m173.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 393.3MB/426.... \u001b[34m172.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 393.9MB/426.9MB Pulling \u001b[34m173.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 393.9MB/426.... \u001b[34m172.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 394.4MB/426.9MB Pulling \u001b[34m173.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 394.4MB/426.... \u001b[34m172.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 394.9MB/426.9MB Pulling \u001b[34m174.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 394.9MB/426.... \u001b[34m172.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 394.9MB/426.9MB Pulling \u001b[34m174.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 394.9MB/426.... \u001b[34m172.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 395.5MB/426.9MB Pulling \u001b[34m174.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 395.5MB/426.... \u001b[34m173.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 396MB/426.9MB Pulling \u001b[34m174.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 396MB/426.... \u001b[34m173.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 396MB/426.9MB Pulling \u001b[34m174.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 396MB/426.... \u001b[34m173.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 396.5MB/426.9MB Pulling \u001b[34m174.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 396.5MB/426.... \u001b[34m173.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 397.1MB/426.9MB Pulling \u001b[34m174.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 397.1MB/426.... \u001b[34m173.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 397.6MB/426.9MB Pulling \u001b[34m174.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 397.6MB/426.... \u001b[34m173.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 397.6MB/426.9MB Pulling \u001b[34m174.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 397.6MB/426.... \u001b[34m173.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 398.1MB/426.9MB Pulling \u001b[34m174.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 398.1MB/426.... \u001b[34m173.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 398.1MB/426.9MB Pulling \u001b[34m175.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 398.1MB/426.... \u001b[34m173.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 398.7MB/426.9MB Pulling \u001b[34m175.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 398.7MB/426.... \u001b[34m173.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 399.2MB/426.9MB Pulling \u001b[34m175.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 399.2MB/426.... \u001b[34m174.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 399.2MB/426.9MB Pulling \u001b[34m175.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 399.2MB/426.... \u001b[34m174.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 399.8MB/426.9MB Pulling \u001b[34m175.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 399.8MB/426.... \u001b[34m174.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 400.3MB/426.9MB Pulling \u001b[34m175.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 400.3MB/426.... \u001b[34m174.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 400.3MB/426.9MB Pulling \u001b[34m175.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 400.3MB/426.... \u001b[34m174.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 400.8MB/426.9MB Pulling \u001b[34m175.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 400.8MB/426.... \u001b[34m174.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 401.4MB/426.9MB Pulling \u001b[34m175.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 401.4MB/426.... \u001b[34m174.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 401.9MB/426.9MB Pulling \u001b[34m175.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 401.9MB/426.... \u001b[34m174.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 401.9MB/426.9MB Pulling \u001b[34m176.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 401.9MB/426.... \u001b[34m174.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 402.5MB/426.9MB Pulling \u001b[34m176.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 402.5MB/426.... \u001b[34m174.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 403MB/426.9MB Pulling \u001b[34m176.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 403MB/426.... \u001b[34m175.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 403.5MB/426.9MB Pulling \u001b[34m176.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 403.5MB/426.... \u001b[34m175.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 403.5MB/426.9MB Pulling \u001b[34m176.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 403.5MB/426.... \u001b[34m175.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 404.1MB/426.9MB Pulling \u001b[34m176.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 404.1MB/426.... \u001b[34m175.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 404.6MB/426.9MB Pulling \u001b[34m176.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 404.6MB/426.... \u001b[34m175.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 405.1MB/426.9MB Pulling \u001b[34m176.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 405.1MB/426.... \u001b[34m175.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 405.1MB/426.9MB Pulling \u001b[34m176.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 405.1MB/426.... \u001b[34m175.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 405.6MB/426.9MB Pulling \u001b[34m176.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 405.6MB/426.... \u001b[34m175.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 406.2MB/426.9MB Pulling \u001b[34m177.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 406.2MB/426.... \u001b[34m175.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 406.2MB/426.9MB Pulling \u001b[34m177.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 406.2MB/426.... \u001b[34m175.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 406.7MB/426.9MB Pulling \u001b[34m177.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 406.7MB/426.... \u001b[34m176.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 406.7MB/426.9MB Pulling \u001b[34m177.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 406.7MB/426.... \u001b[34m176.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 407.8MB/426.9MB Pulling \u001b[34m177.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 407.8MB/426.... \u001b[34m176.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 407.8MB/426.9MB Pulling \u001b[34m177.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 407.8MB/426.... \u001b[34m176.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 408.3MB/426.9MB Pulling \u001b[34m177.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 408.3MB/426.... \u001b[34m176.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 408.9MB/426.9MB Pulling \u001b[34m177.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 408.9MB/426.... \u001b[34m176.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 408.9MB/426.9MB Pulling \u001b[34m177.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 408.9MB/426.... \u001b[34m176.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 409.4MB/426.9MB Pulling \u001b[34m177.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 409.4MB/426.... \u001b[34m176.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 409.9MB/426.9MB Pulling \u001b[34m178.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 409.9MB/426.... \u001b[34m176.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 409.9MB/426.9MB Pulling \u001b[34m178.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 409.9MB/426.... \u001b[34m176.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 410.5MB/426.9MB Pulling \u001b[34m178.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 410.5MB/426.... \u001b[34m177.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 411MB/426.9MB Pulling \u001b[34m178.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 411MB/426.... \u001b[34m177.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 411MB/426.9MB Pulling \u001b[34m178.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 411MB/426.... \u001b[34m177.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 411.6MB/426.9MB Pulling \u001b[34m178.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 411.6MB/426.... \u001b[34m177.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 412.1MB/426.9MB Pulling \u001b[34m178.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 412.1MB/426.... \u001b[34m177.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 412.6MB/426.9MB Pulling \u001b[34m178.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 412.6MB/426.... \u001b[34m177.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 412.6MB/426.9MB Pulling \u001b[34m178.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 412.6MB/426.... \u001b[34m177.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 413.2MB/426.9MB Pulling \u001b[34m178.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 413.2MB/426.... \u001b[34m177.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 413.7MB/426.9MB Pulling \u001b[34m179.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 413.7MB/426.... \u001b[34m177.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 413.7MB/426.9MB Pulling \u001b[34m179.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 413.7MB/426.... \u001b[34m177.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 414.3MB/426.9MB Pulling \u001b[34m179.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 414.3MB/426.... \u001b[34m178.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 414.8MB/426.9MB Pulling \u001b[34m179.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 414.8MB/426.... \u001b[34m178.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 415.3MB/426.9MB Pulling \u001b[34m179.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 415.3MB/426.... \u001b[34m178.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 415.3MB/426.9MB Pulling \u001b[34m179.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 415.3MB/426.... \u001b[34m178.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 415.9MB/426.9MB Pulling \u001b[34m179.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 415.9MB/426.... \u001b[34m178.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 416.4MB/426.9MB Pulling \u001b[34m179.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 416.4MB/426.... \u001b[34m178.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 416.4MB/426.9MB Pulling \u001b[34m179.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 416.4MB/426.... \u001b[34m178.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 417MB/426.9MB Pulling \u001b[34m179.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 417MB/426.... \u001b[34m178.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 417.5MB/426.9MB Pulling \u001b[34m180.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 417.5MB/426.... \u001b[34m178.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 417.5MB/426.9MB Pulling \u001b[34m180.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 417.5MB/426.... \u001b[34m178.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 418MB/426.9MB Pulling \u001b[34m180.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 418MB/426.... \u001b[34m179.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 418.6MB/426.9MB Pulling \u001b[34m180.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 418.6MB/426.... \u001b[34m179.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 419.1MB/426.9MB Pulling \u001b[34m180.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 419.1MB/426.... \u001b[34m179.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 419.1MB/426.9MB Pulling \u001b[34m180.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 419.1MB/426.... \u001b[34m179.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 419.6MB/426.9MB Pulling \u001b[34m180.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 419.6MB/426.... \u001b[34m179.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 420.2MB/426.9MB Pulling \u001b[34m180.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 420.2MB/426.... \u001b[34m179.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 420.2MB/426.9MB Pulling \u001b[34m180.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 420.2MB/426.... \u001b[34m179.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 420.7MB/426.9MB Pulling \u001b[34m180.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 420.7MB/426.... \u001b[34m179.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 421.2MB/426.9MB Pulling \u001b[34m181.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 421.2MB/426.... \u001b[34m179.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 421.8MB/426.9MB Pulling \u001b[34m181.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 421.8MB/426.... \u001b[34m179.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 421.8MB/426.9MB Pulling \u001b[34m181.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 421.8MB/426.... \u001b[34m180.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 422.3MB/426.9MB Pulling \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 422.3MB/426.... \u001b[34m180.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 422.8MB/426.9MB Pulling \u001b[34m181.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 422.8MB/426.... \u001b[34m180.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 422.8MB/426.9MB Pulling \u001b[34m181.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠸\u001b[0m 797eaaa02da3 Downloading 422.8MB/426.... \u001b[34m180.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 423.4MB/426.9MB Pulling \u001b[34m181.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠼\u001b[0m 797eaaa02da3 Downloading 423.4MB/426.... \u001b[34m180.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 423.9MB/426.9MB Pulling \u001b[34m181.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠴\u001b[0m 797eaaa02da3 Downloading 423.9MB/426.... \u001b[34m180.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 423.9MB/426.9MB Pulling \u001b[34m181.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠦\u001b[0m 797eaaa02da3 Downloading 423.9MB/426.... \u001b[34m180.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 424.5MB/426.9MB Pulling \u001b[34m181.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠧\u001b[0m 797eaaa02da3 Downloading 424.5MB/426.... \u001b[34m180.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 425MB/426.9MB Pulling \u001b[34m182.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠇\u001b[0m 797eaaa02da3 Downloading 425MB/426.... \u001b[34m180.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 425MB/426.9MB Pulling \u001b[34m182.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠏\u001b[0m 797eaaa02da3 Downloading 425MB/426.... \u001b[34m180.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 425.5MB/426.9MB Pulling \u001b[34m182.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m 797eaaa02da3 Downloading 425.5MB/426.... \u001b[34m181.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 426.1MB/426.9MB Pulling \u001b[34m182.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠙\u001b[0m 797eaaa02da3 Downloading 426.1MB/426.... \u001b[34m181.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 5/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣷⣿⣿\u001b[0m] 426.6MB/426.9MB Pulling \u001b[34m182.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[33m⠹\u001b[0m 797eaaa02da3 Downloading 426.6MB/426.... \u001b[34m181.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m182.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m182.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m182.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m182.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m182.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m183.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m183.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m183.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m183.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m183.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m183.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m183.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m183.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m183.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m183.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m184.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m184.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m184.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m184.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m184.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m184.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m184.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m184.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m184.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m184.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m185.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m185.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m185.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m185.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m185.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m185.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m185.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m185.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m185.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m185.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m186.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m186.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m186.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m186.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m186.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m186.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m186.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m186.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m186.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m186.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m187.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m187.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m187.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m187.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m187.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m187.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m187.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m187.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m187.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m187.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m188.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m188.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m188.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m188.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m188.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m188.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m188.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m188.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m188.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m188.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m189.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m189.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m189.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m189.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m189.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m189.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m189.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m189.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m189.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m189.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m190.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m190.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m190.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m190.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠼\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m190.4s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠴\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m190.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠦\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m190.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Download complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Download complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠧\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m190.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Pull complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Pull complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠇\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m190.8s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Pull complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Pull complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠏\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m190.9s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Pull complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Pull complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠋\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m191.0s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Pull complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Pull complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠙\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m191.1s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Pull complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Pull complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠹\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m191.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Pull complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Pull complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l[+] Running 6/7\n", + " \u001b[33m⠸\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulling \u001b[34m191.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Pull complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Pull complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Download complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[1A\u001b[0G\u001b[?25l\u001b[34m[+] Running 7/7\u001b[0m\n", + " \u001b[32m✔\u001b[0m standalone \u001b[33m6 layers\u001b[0m [\u001b[32m⣿⣿⣿⣿⣿⣿\u001b[0m] 0B/0B Pulled \u001b[32m\u001b[0m \u001b[34m191.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m f4bb4e8dca02 Pull complete \u001b[32m\u001b[0m \u001b[34m26.7s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 19bbfe54d9b5 Pull complete \u001b[32m\u001b[0m \u001b[34m47.6s \u001b[0m\n", + " \u001b[32m✔\u001b[0m aadc999ec938 Pull complete \u001b[32m\u001b[0m \u001b[34m0.5s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 797eaaa02da3 Pull complete \u001b[32m\u001b[0m \u001b[34m181.3s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 4f4fb700ef54 Pull complete \u001b[32m\u001b[0m \u001b[34m27.2s \u001b[0m\n", + " \u001b[32m✔\u001b[0m 0ca735a2405b Pull complete \u001b[32m\u001b[0m \u001b[34m66.3s \u001b[0m\n", + "\u001b[?25h\u001b[33mWARN\u001b[0m[0191] a network with name milvus exists but was not created for project \"bootcamp\".\n", + "Set `external: true` to use an existing network \n", + "\u001b[1A\u001b[1B\u001b[0G\u001b[?25l[+] Running 0/0\n", + " \u001b[33m⠋\u001b[0m Container milvus-minio Creating \u001b[34m0.0s \u001b[0m\n", + " \u001b[33m⠋\u001b[0m Container milvus-etcd Creating \u001b[34m0.0s \u001b[0m\n", + "\u001b[?25hError response from daemon: Conflict. The container name \"/milvus-etcd\" is already in use by container \"9dd2b6e2ba7479dcdc6339715676cc885f395eaaa3dcf592d0fb16217f34c1e1\". You have to remove (or rename) that container to be able to reuse that name.\n", "CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES\n", - "03905cebb48c milvusdb/milvus:v2.4.1 \"/tini -- milvus run…\" 8 days ago Up 7 days (healthy) 0.0.0.0:9091->9091/tcp, 0.0.0.0:19530->19530/tcp milvus-standalone\n", - "599874d34735 minio/minio:RELEASE.2023-03-20T20-16-18Z \"/usr/bin/docker-ent…\" 8 days ago Up 7 days (healthy) 0.0.0.0:9000-9001->9000-9001/tcp milvus-minio\n", - "9dd2b6e2ba74 quay.io/coreos/etcd:v3.5.5 \"etcd -advertise-cli…\" 8 days ago Up 7 days (healthy) 2379-2380/tcp milvus-etcd\n" - ] - }, - { - "ename": "KeyboardInterrupt", - "evalue": "", - "output_type": "error", - "traceback": [ - "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", - "\u001b[0;31mKeyboardInterrupt\u001b[0m Traceback (most recent call last)", - "Cell \u001b[0;32mIn[18], line 15\u001b[0m\n\u001b[1;32m 12\u001b[0m get_ipython()\u001b[38;5;241m.\u001b[39msystem(\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mdocker ps -a #19530/tcp\u001b[39m\u001b[38;5;124m'\u001b[39m)\n\u001b[1;32m 14\u001b[0m \u001b[38;5;66;03m# Add wait to avoid error message from trying to connect too soon.\u001b[39;00m\n\u001b[0;32m---> 15\u001b[0m \u001b[43mtime\u001b[49m\u001b[38;5;241;43m.\u001b[39;49m\u001b[43msleep\u001b[49m\u001b[43m(\u001b[49m\u001b[38;5;241;43m30\u001b[39;49m\u001b[43m)\u001b[49m\n\u001b[1;32m 17\u001b[0m \u001b[38;5;66;03m# Connect to the local server.\u001b[39;00m\n\u001b[1;32m 18\u001b[0m connection \u001b[38;5;241m=\u001b[39m connections\u001b[38;5;241m.\u001b[39mconnect(\n\u001b[1;32m 19\u001b[0m alias\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m\"\u001b[39m\u001b[38;5;124mdefault\u001b[39m\u001b[38;5;124m\"\u001b[39m, \n\u001b[1;32m 20\u001b[0m host\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124mlocalhost\u001b[39m\u001b[38;5;124m'\u001b[39m, \u001b[38;5;66;03m# or '0.0.0.0' or 'localhost'\u001b[39;00m\n\u001b[1;32m 21\u001b[0m port\u001b[38;5;241m=\u001b[39m\u001b[38;5;124m'\u001b[39m\u001b[38;5;124m19530\u001b[39m\u001b[38;5;124m'\u001b[39m\n\u001b[1;32m 22\u001b[0m )\n", - "\u001b[0;31mKeyboardInterrupt\u001b[0m: " + "03905cebb48c milvusdb/milvus:v2.4.1 \"/tini -- milvus run…\" 8 days ago Up 8 days (healthy) 0.0.0.0:9091->9091/tcp, 0.0.0.0:19530->19530/tcp milvus-standalone\n", + "599874d34735 minio/minio:RELEASE.2023-03-20T20-16-18Z \"/usr/bin/docker-ent…\" 8 days ago Up 8 days (healthy) 0.0.0.0:9000-9001->9000-9001/tcp milvus-minio\n", + "9dd2b6e2ba74 quay.io/coreos/etcd:v3.5.5 \"etcd -advertise-cli…\" 8 days ago Up 8 days (healthy) 2379-2380/tcp milvus-etcd\n", + "v2.4.1\n" ] } ], @@ -10801,12 +15596,9 @@ "# Start Milvus standalone on docker, running quietly in the background.\n", "!docker compose up -d\n", "\n", - "# Verify which local port the Milvus server is listening on\n", + "# # Verify which local port the Milvus server is listening on\n", "!docker ps -a #19530/tcp\n", "\n", - "# Add wait to avoid error message from trying to connect too soon.\n", - "time.sleep(30)\n", - "\n", "# Connect to the local server.\n", "connection = connections.connect(\n", " alias=\"default\", \n", @@ -10821,29 +15613,20 @@ "mc = MilvusClient(connections=connection)" ] }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "**Error message if try to connect before docker up.**\n", - "\n", - "MilvusException Traceback (most recent call last)\n", - " 145 except grpc.FutureTimeoutError as e:\n", - "--> 146 raise MilvusException(\n", - " 147 code=Status.CONNECT_FAILED,\n", - " 148 message=f\"Fail connecting to server on {self._address}, illegal connection params or server unavailable\",\n", - " 149 ) from e\n", - " 150 except Exception as e:\n", - " 151 raise e from e\n", - "\n", - "MilvusException: " - ] - }, { "cell_type": "code", - "execution_count": null, + "execution_count": 11, "metadata": {}, - "outputs": [], + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Successfully dropped collection: `movies`\n", + "Created collection: movies\n" + ] + } + ], "source": [ "COLLECTION_NAME = \"movies\"\n", "EMBEDDING_LENGTH = 256\n", @@ -10867,7 +15650,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ @@ -10900,7 +15683,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 13, "metadata": {}, "outputs": [], "source": [ @@ -10909,7 +15692,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 14, "metadata": {}, "outputs": [ { @@ -10937,7 +15720,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 15, "metadata": {}, "outputs": [ { @@ -10953,7 +15736,7 @@ "output_type": "stream", "text": [ "EMBEDDING_DIM: 1024\n", - "Created Milvus collection from 22 docs in 7.61 seconds\n" + "Created Milvus collection from 22 docs in 8.02 seconds\n" ] } ], @@ -10996,7 +15779,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 16, "metadata": {}, "outputs": [ { @@ -11027,7 +15810,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 17, "metadata": {}, "outputs": [], "source": [ @@ -11059,7 +15842,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 18, "metadata": {}, "outputs": [], "source": [ @@ -11068,7 +15851,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 19, "metadata": {}, "outputs": [ { @@ -11095,14 +15878,14 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 20, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ - "/var/folders/vn/4v5_m9mx69x3h7jcl1chb7nr0000gn/T/ipykernel_1411/3161239042.py:14: DeprecationWarning: Call to deprecated class method from_defaults. (ServiceContext is deprecated, please use `llama_index.settings.Settings` instead.) -- Deprecated since version 0.10.0.\n", + "/var/folders/vn/4v5_m9mx69x3h7jcl1chb7nr0000gn/T/ipykernel_5074/2732364146.py:13: DeprecationWarning: Call to deprecated class method from_defaults. (ServiceContext is deprecated, please use `llama_index.settings.Settings` instead.) -- Deprecated since version 0.10.0.\n", " service_context = ServiceContext.from_defaults(\n", "/opt/miniconda3/envs/py311-unum/lib/python3.11/site-packages/huggingface_hub/file_download.py:1132: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.\n", " warnings.warn(\n" @@ -11113,7 +15896,7 @@ "output_type": "stream", "text": [ "Start chunking, embedding, inserting...\n", - "Created LlamaIndex collection from 1 docs in 51.23 seconds\n" + "Created LlamaIndex collection from 1 docs in 54.05 seconds\n" ] } ], @@ -11165,7 +15948,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 21, "metadata": {}, "outputs": [ { @@ -11221,7 +16004,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 22, "metadata": {}, "outputs": [], "source": [