Advertisement
cooperlees

Untitled

Dec 15th, 2018
483
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 10.36 KB | None | 0 0
  1. cooper-mbp:bandersnatch cooper$ docker build --network=host --tag bandersnatch .
  2. Sending build context to Docker daemon  54.67MB
  3. Step 1/12 : FROM python:3
  4.  ---> 1e80caffd59e
  5. Step 2/12 : RUN mkdir -p /src
  6.  ---> Using cache
  7.  ---> 5daa398fde3e
  8. Step 3/12 : ADD setup.py /src
  9.  ---> Using cache
  10.  ---> 9c42015a089d
  11. Step 4/12 : ADD requirements.txt /src
  12.  ---> Using cache
  13.  ---> e0d20987f16c
  14. Step 5/12 : ADD README.md /src
  15.  ---> 6e1134cc5ae5
  16. Step 6/12 : ADD CHANGES.md /src
  17.  ---> 1602084b91d2
  18. Step 7/12 : ADD src /src/src
  19.  ---> fbc55aa628b3
  20. Step 8/12 : ADD bandersnatch.conf /etc
  21.  ---> 017157cdccec
  22. Step 9/12 : RUN pip install --upgrade pip
  23.  ---> Running in 48c80c804ee8
  24. Requirement already up-to-date: pip in /usr/local/lib/python3.7/site-packages (18.1)
  25. Removing intermediate container 48c80c804ee8
  26.  ---> 2d5eefbd1a71
  27. Step 10/12 : RUN pip install --upgrade -r /src/requirements.txt
  28.  ---> Running in 72764f71e27b
  29. Collecting aiodns==1.1.1 (from -r /src/requirements.txt (line 1))
  30.   Downloading https://files.pythonhosted.org/packages/bd/f5/b69cb930fd5ab0569396659afe3f3c0d37d4098e5d0ba6afdf6fd9388cb0/aiodns-1.1.1-py2.py3-none-any.whl
  31. Collecting aiohttp==3.4.4 (from -r /src/requirements.txt (line 2))
  32.   Downloading https://files.pythonhosted.org/packages/97/29/9d1912f2746d171fc2fc0042a9edd117d386d53382a3aa12f7853466d52e/aiohttp-3.4.4-cp37-cp37m-manylinux1_x86_64.whl (1.1MB)
  33. Collecting async-timeout==3.0.1 (from -r /src/requirements.txt (line 3))
  34.   Downloading https://files.pythonhosted.org/packages/e1/1e/5a4441be21b0726c4464f3f23c8b19628372f606755a9d2e46c187e65ec4/async_timeout-3.0.1-py3-none-any.whl
  35. Collecting attrs==18.2.0 (from -r /src/requirements.txt (line 4))
  36.   Downloading https://files.pythonhosted.org/packages/3a/e1/5f9023cc983f1a628a8c2fd051ad19e76ff7b142a0faf329336f9a62a514/attrs-18.2.0-py2.py3-none-any.whl
  37. Collecting certifi==2018.11.29 (from -r /src/requirements.txt (line 5))
  38.   Downloading https://files.pythonhosted.org/packages/9f/e0/accfc1b56b57e9750eba272e24c4dddeac86852c2bebd1236674d7887e8a/certifi-2018.11.29-py2.py3-none-any.whl (154kB)
  39. Collecting chardet==3.0.4 (from -r /src/requirements.txt (line 6))
  40.   Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
  41. Collecting filelock==3.0.10 (from -r /src/requirements.txt (line 7))
  42.   Downloading https://files.pythonhosted.org/packages/d7/ca/3c74396a9ed8a4cfab5459800edeef9a1269591cb21f5a49bd71a49c5fa2/filelock-3.0.10-py3-none-any.whl
  43. Collecting idna==2.8 (from -r /src/requirements.txt (line 8))
  44.   Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
  45. Collecting multidict==4.5.2 (from -r /src/requirements.txt (line 9))
  46.   Downloading https://files.pythonhosted.org/packages/88/f0/4d4cbd1a3744e3985efa49682352d0703df653ffa76b81f10fed86599a50/multidict-4.5.2-cp37-cp37m-manylinux1_x86_64.whl (309kB)
  47. Collecting packaging==18.0 (from -r /src/requirements.txt (line 10))
  48.   Downloading https://files.pythonhosted.org/packages/89/d1/92e6df2e503a69df9faab187c684585f0136662c12bb1f36901d426f3fab/packaging-18.0-py2.py3-none-any.whl
  49. Collecting pluggy==0.8.0 (from -r /src/requirements.txt (line 11))
  50.   Downloading https://files.pythonhosted.org/packages/1c/e7/017c262070af41fe251401cb0d0e1b7c38f656da634cd0c15604f1f30864/pluggy-0.8.0-py2.py3-none-any.whl
  51. Collecting py==1.7.0 (from -r /src/requirements.txt (line 12))
  52.   Downloading https://files.pythonhosted.org/packages/3e/c7/3da685ef117d42ac8d71af525208759742dd235f8094221fdaafcd3dba8f/py-1.7.0-py2.py3-none-any.whl (83kB)
  53. Collecting pycares==2.3.0 (from -r /src/requirements.txt (line 13))
  54.   Downloading https://files.pythonhosted.org/packages/89/5c/3a7e1a52d6abb52b9ca1a56d2df699936e89d8b98f75cfd60d03363e7c10/pycares-2.3.0.tar.gz (224kB)
  55. Collecting pyparsing==2.3.0 (from -r /src/requirements.txt (line 14))
  56.   Downloading https://files.pythonhosted.org/packages/71/e8/6777f6624681c8b9701a8a0a5654f3eb56919a01a78e12bf3c73f5a3c714/pyparsing-2.3.0-py2.py3-none-any.whl (59kB)
  57. Collecting python-dateutil==2.7.5 (from -r /src/requirements.txt (line 15))
  58.   Downloading https://files.pythonhosted.org/packages/74/68/d87d9b36af36f44254a8d512cbfc48369103a3b9e474be9bdfe536abfc45/python_dateutil-2.7.5-py2.py3-none-any.whl (225kB)
  59. Collecting requests==2.21.0 (from -r /src/requirements.txt (line 16))
  60.   Downloading https://files.pythonhosted.org/packages/7d/e3/20f3d364d6c8e5d2353c72a67778eb189176f08e873c9900e10c0287b84b/requests-2.21.0-py2.py3-none-any.whl (57kB)
  61. Collecting setuptools==40.6.3 (from -r /src/requirements.txt (line 17))
  62.   Downloading https://files.pythonhosted.org/packages/37/06/754589caf971b0d2d48f151c2586f62902d93dc908e2fd9b9b9f6aa3c9dd/setuptools-40.6.3-py2.py3-none-any.whl (573kB)
  63. Collecting six==1.12.0 (from -r /src/requirements.txt (line 18))
  64.   Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
  65. Collecting toml==0.10.0 (from -r /src/requirements.txt (line 19))
  66.   Downloading https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl
  67. Collecting urllib3==1.24.1 (from -r /src/requirements.txt (line 20))
  68.   Downloading https://files.pythonhosted.org/packages/62/00/ee1d7de624db8ba7090d1226aebefab96a2c71cd5cfa7629d6ad3f61b79e/urllib3-1.24.1-py2.py3-none-any.whl (118kB)
  69. Collecting xmlrpc2==0.3.1 (from -r /src/requirements.txt (line 21))
  70.   Downloading https://files.pythonhosted.org/packages/b1/3e/8a6baa0230e8720a27636125d902662f5294039a3e86194cb467d3cf4089/xmlrpc2-0.3.1.tar.gz
  71. Collecting yarl==1.3.0 (from -r /src/requirements.txt (line 22))
  72.   Downloading https://files.pythonhosted.org/packages/fb/84/6d82f6be218c50b547aa29d0315e430cf8a23c52064c92d0a8377d7b7357/yarl-1.3.0.tar.gz (159kB)
  73. Building wheels for collected packages: pycares, xmlrpc2, yarl
  74.   Running setup.py bdist_wheel for pycares: started
  75.   Running setup.py bdist_wheel for pycares: finished with status 'done'
  76.   Stored in directory: /root/.cache/pip/wheels/1b/05/16/da47eb345e8f05adee9145e6e0d0e2a30813af6b677afe9eff
  77.   Running setup.py bdist_wheel for xmlrpc2: started
  78.   Running setup.py bdist_wheel for xmlrpc2: finished with status 'done'
  79.   Stored in directory: /root/.cache/pip/wheels/80/04/90/61281eb2a3f6d30f9fa55be449746e232e2f8cfffb0a8f6438
  80.   Running setup.py bdist_wheel for yarl: started
  81.   Running setup.py bdist_wheel for yarl: finished with status 'done'
  82.   Stored in directory: /root/.cache/pip/wheels/e3/f0/13/d7c1c5cd76ef321fb635ce79232ca973cd0c91fabaaa71e1c7
  83. Successfully built pycares xmlrpc2 yarl
  84. Installing collected packages: pycares, aiodns, chardet, multidict, async-timeout, attrs, idna, yarl, aiohttp, certifi, filelock, six, pyparsing, packaging, pluggy, py, python-dateutil, urllib3, requests, setuptools, toml, xmlrpc2
  85.   Found existing installation: setuptools 40.6.2
  86.     Uninstalling setuptools-40.6.2:
  87.       Successfully uninstalled setuptools-40.6.2
  88. Successfully installed aiodns-1.1.1 aiohttp-3.4.4 async-timeout-3.0.1 attrs-18.2.0 certifi-2018.11.29 chardet-3.0.4 filelock-3.0.10 idna-2.8 multidict-4.5.2 packaging-18.0 pluggy-0.8.0 py-1.7.0 pycares-2.3.0 pyparsing-2.3.0 python-dateutil-2.7.5 requests-2.21.0 setuptools-40.6.3 six-1.12.0 toml-0.10.0 urllib3-1.24.1 xmlrpc2-0.3.1 yarl-1.3.0
  89. Removing intermediate container 72764f71e27b
  90.  ---> d5b6daa40afb
  91. Step 11/12 : RUN cd /src && pip install .
  92.  ---> Running in 56cefcb0c398
  93. Processing /src
  94. Requirement already satisfied: aiohttp in /usr/local/lib/python3.7/site-packages (from bandersnatch==3.1.2) (3.4.4)
  95. Requirement already satisfied: filelock in /usr/local/lib/python3.7/site-packages (from bandersnatch==3.1.2) (3.0.10)
  96. Requirement already satisfied: packaging in /usr/local/lib/python3.7/site-packages (from bandersnatch==3.1.2) (18.0)
  97. Requirement already satisfied: requests in /usr/local/lib/python3.7/site-packages (from bandersnatch==3.1.2) (2.21.0)
  98. Requirement already satisfied: setuptools in /usr/local/lib/python3.7/site-packages (from bandersnatch==3.1.2) (40.6.3)
  99. Requirement already satisfied: xmlrpc2 in /usr/local/lib/python3.7/site-packages (from bandersnatch==3.1.2) (0.3.1)
  100. Requirement already satisfied: attrs>=17.3.0 in /usr/local/lib/python3.7/site-packages (from aiohttp->bandersnatch==3.1.2) (18.2.0)
  101. Requirement already satisfied: yarl<2.0,>=1.0 in /usr/local/lib/python3.7/site-packages (from aiohttp->bandersnatch==3.1.2) (1.3.0)
  102. Requirement already satisfied: multidict<5.0,>=4.0 in /usr/local/lib/python3.7/site-packages (from aiohttp->bandersnatch==3.1.2) (4.5.2)
  103. Requirement already satisfied: chardet<4.0,>=2.0 in /usr/local/lib/python3.7/site-packages (from aiohttp->bandersnatch==3.1.2) (3.0.4)
  104. Requirement already satisfied: async-timeout<4.0,>=3.0 in /usr/local/lib/python3.7/site-packages (from aiohttp->bandersnatch==3.1.2) (3.0.1)
  105. Requirement already satisfied: six in /usr/local/lib/python3.7/site-packages (from packaging->bandersnatch==3.1.2) (1.12.0)
  106. Requirement already satisfied: pyparsing>=2.0.2 in /usr/local/lib/python3.7/site-packages (from packaging->bandersnatch==3.1.2) (2.3.0)
  107. Requirement already satisfied: urllib3<1.25,>=1.21.1 in /usr/local/lib/python3.7/site-packages (from requests->bandersnatch==3.1.2) (1.24.1)
  108. Requirement already satisfied: idna<2.9,>=2.5 in /usr/local/lib/python3.7/site-packages (from requests->bandersnatch==3.1.2) (2.8)
  109. Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.7/site-packages (from requests->bandersnatch==3.1.2) (2018.11.29)
  110. Requirement already satisfied: python-dateutil>=2.1 in /usr/local/lib/python3.7/site-packages (from xmlrpc2->bandersnatch==3.1.2) (2.7.5)
  111. Building wheels for collected packages: bandersnatch
  112.   Running setup.py bdist_wheel for bandersnatch: started
  113.   Running setup.py bdist_wheel for bandersnatch: finished with status 'done'
  114.   Stored in directory: /tmp/pip-ephem-wheel-cache-vu3elmkc/wheels/ee/4d/f0/2a86c10b571f6f2e614d6de70cb18e96cf856ba00408408b23
  115. Successfully built bandersnatch
  116. Installing collected packages: bandersnatch
  117. Successfully installed bandersnatch-3.1.2
  118. Removing intermediate container 56cefcb0c398
  119.  ---> a5a98274626b
  120. Step 12/12 : CMD ["python", "/src/src/runner.py", "3600"]
  121.  ---> Running in eb2e98ccdaab
  122. Removing intermediate container eb2e98ccdaab
  123.  ---> 725eb74cf74d
  124. Successfully built 725eb74cf74d
  125. Successfully tagged bandersnatch:latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement