Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 252.21 KB | None | 0 0
  1.  
  2.  
  3. ziads-MacBook-Pro:~ ziad$ cd addons-server
  4. ziads-MacBook-Pro:addons-server ziad$ docker-compose pull
  5. Pulling nginx            ... done
  6. Pulling web              ... done
  7. Pulling mysqld           ... done
  8. Pulling redis            ... done
  9. Pulling memcached        ... done
  10. Pulling elasticsearch    ... done
  11. Pulling worker           ... done
  12. Pulling autograph        ... done
  13. Pulling rabbitmq         ... done
  14. Pulling addons-frontend  ... done
  15. Pulling selenium-firefox ... done
  16. ziads-MacBook-Pro:addons-server ziad$ docker-compose up -d
  17. Starting addons-server_nginx_1         ... done
  18. Recreating addons-server_worker_1      ... done
  19. Starting addons-server_mysqld_1        ... done
  20. Recreating addons-server_web_1             ... done
  21. Starting addons-server_elasticsearch_1 ... done
  22. Starting addons-server_redis_1         ... done
  23. Starting addons-server_autograph_1     ... done
  24. Starting addons-server_memcached_1     ... done
  25. Starting addons-server_rabbitmq_1      ... done
  26. Recreating addons-server_addons-frontend_1 ... done
  27. Recreating addons-server_selenium-firefox_1 ... done
  28. ziads-MacBook-Pro:addons-server ziad$ make initialize_docker
  29. docker-compose exec web make initialize
  30. # Work arounds "Multiple .dist-info directories" issue.
  31. rm -rf /deps/build/*
  32. # Can't use --progress-bar=off for system packages as long as our docker image
  33. # doesn't have pip 10 by default.
  34. pip install --no-deps --exists-action=w -r requirements/system.txt
  35. Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 6)) (1.4.3)
  36. Requirement already satisfied: asn1crypto==0.24.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 10)) (0.24.0)
  37. Requirement already satisfied: certifi==2018.10.15 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 13)) (2018.10.15)
  38. Requirement already satisfied: cffi==1.11.5 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 17)) (1.11.5)
  39. Requirement already satisfied: cryptography==2.3.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 46)) (2.3.1)
  40. Requirement already satisfied: enum34==1.1.6 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 67)) (1.1.6)
  41. Requirement already satisfied: idna==2.7 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 73)) (2.7)
  42. Requirement already satisfied: ipaddress==1.0.22 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 77)) (1.0.22)
  43. Requirement already satisfied: ndg-httpsclient==0.5.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 80)) (0.5.1)
  44. Requirement already satisfied: packaging==18.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 85)) (18.0)
  45. Requirement already satisfied: pip==18.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 88)) (18.1)
  46. Requirement already satisfied: pyOpenSSL==18.0.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 91)) (18.0.0)
  47. Requirement already satisfied: pycparser==2.19 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 95)) (2.19)
  48. Requirement already satisfied: pyasn1==0.4.4 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 97)) (0.4.4)
  49. Requirement already satisfied: pyparsing==2.2.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 112)) (2.2.2)
  50. Requirement already satisfied: setuptools==40.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 116)) (40.4.3)
  51. Requirement already satisfied: six==1.11.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 120)) (1.11.0)
  52. Requirement already satisfied: urllib3==1.23 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 123)) (1.23)
  53. pip install --progress-bar=off --no-deps --exists-action=w -r requirements/prod_py2.txt
  54. Requirement already satisfied: Babel==2.6.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 1)) (2.6.0)
  55. Requirement already satisfied: Django==1.11.16 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 5)) (1.11.16)
  56. Requirement already satisfied: Jinja2==2.10 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 9)) (2.10)
  57. Requirement already satisfied: MarkupSafe==1.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 13)) (1.0)
  58. Requirement already satisfied: mysqlclient==1.3.13 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 15)) (1.3.13)
  59. Requirement already satisfied: scandir==1.9.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 17)) (1.9.0)
  60. Requirement already satisfied: Pillow==5.3.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 29)) (5.3.0)
  61. Requirement already satisfied: PyJWT==1.6.4 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 81)) (1.6.4)
  62. Requirement already satisfied: SQLAlchemy==0.7.5 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 84)) (0.7.5)
  63. Requirement already satisfied: amo-validator==1.11.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 86)) (1.11.1)
  64. Requirement already satisfied: amqp==2.3.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 90)) (2.3.2)
  65. Requirement already satisfied: anyjson==0.3.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 94)) (0.3.3)
  66. Requirement already satisfied: argparse==1.4.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 97)) (1.4.0)
  67. Requirement already satisfied: billiard==3.5.0.4 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 101)) (3.5.0.4)
  68. Requirement already satisfied: bleach==3.0.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 103)) (3.0.2)
  69. Collecting boto3==1.9.24 (from -r requirements/prod_common.txt (line 106))
  70.   Downloading https://files.pythonhosted.org/packages/67/0f/a44b1b69f0d2e9d24ea2c0b325cb8e0daadd0709d6e36e26b353dc433c41/boto3-1.9.24-py2.py3-none-any.whl (128kB)
  71.  
  72. Requirement already satisfied: celery==4.1.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 109)) (4.1.1)
  73. Collecting botocore==1.12.24 (from -r requirements/prod_common.txt (line 112))
  74.   Downloading https://files.pythonhosted.org/packages/f2/d5/87898cf85de64d62ae716cb2397cd3e58cdf3ba82847b0803bd2c4393f78/botocore-1.12.24-py2.py3-none-any.whl (4.7MB)
  75.  
  76. Requirement already satisfied: chardet==3.0.4 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 116)) (3.0.4)
  77. Requirement already satisfied: click==7.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 120)) (7.0)
  78. Requirement already satisfied: contextlib2==0.5.5 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 124)) (0.5.5)
  79. Requirement already satisfied: cssselect==1.0.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 128)) (1.0.3)
  80. Requirement already satisfied: cssutils==1.0.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 132)) (1.0.2)
  81. Requirement already satisfied: defusedxml==0.5.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 137)) (0.5.0)
  82. Requirement already satisfied: dennis==0.9 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 140)) (0.9)
  83. Requirement already satisfied: django-aesfield==2.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 143)) (2.0)
  84. Requirement already satisfied: django-babel==0.6.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 146)) (0.6.2)
  85. Requirement already satisfied: django-cors-headers-multi==1.2.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 149)) (1.2.0)
  86. Requirement already satisfied: django-csp==3.4 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 152)) (3.4)
  87. Requirement already satisfied: django-environ==0.4.5 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 155)) (0.4.5)
  88. Requirement already satisfied: django-extensions==2.1.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 158)) (2.1.3)
  89. Requirement already satisfied: django-mozilla-product-details==0.13 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 161)) (0.13)
  90. Requirement already satisfied: django-multidb-router==0.8 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 164)) (0.8)
  91. Requirement already satisfied: django-post-request-task==0.2.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 167)) (0.2.0)
  92. Requirement already satisfied: django-statsd-mozilla==0.4.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 170)) (0.4.0)
  93. Requirement already satisfied: django-tables2==1.21.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 173)) (1.21.2)
  94. Requirement already satisfied: django-waffle==0.14.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 175)) (0.14.0)
  95. Requirement already satisfied: djangorestframework==3.8.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 179)) (3.8.2)
  96. Requirement already satisfied: djangorestframework-jwt==1.11.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 182)) (1.11.0)
  97. Requirement already satisfied: dockerflow==2018.4.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 185)) (2018.4.0)
  98. Requirement already satisfied: drf-nested-routers==0.91 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 188)) (0.91)
  99. Requirement already satisfied: easy-thumbnails==2.5 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 191)) (2.5)
  100. Requirement already satisfied: elasticsearch==5.5.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 194)) (5.5.3)
  101. Requirement already satisfied: elasticsearch-dsl==5.4.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 197)) (5.4.0)
  102. Requirement already satisfied: email-reply-parser==0.5.9 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 200)) (0.5.9)
  103. Requirement already satisfied: fastchardet==0.2.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 203)) (0.2.0)
  104. Requirement already satisfied: feedparser==5.2.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 205)) (5.2.1)
  105. Requirement already satisfied: funcsigs==1.0.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 210)) (1.0.2)
  106. Requirement already satisfied: html5lib==1.0.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 214)) (1.0.1)
  107. Requirement already satisfied: isodate==0.6.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 218)) (0.6.0)
  108. Requirement already satisfied: jmespath==0.9.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 222)) (0.9.3)
  109. Requirement already satisfied: kombu==4.2.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 225)) (4.2.1)
  110. Requirement already satisfied: lxml==4.2.5 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 229)) (4.2.5)
  111. Requirement already satisfied: m2secret-py3==1.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 261)) (1.3)
  112. Requirement already satisfied: mock==2.0.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 264)) (2.0.0)
  113. Requirement already satisfied: natsort==5.4.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 268)) (5.4.1)
  114. Requirement already satisfied: newrelic==4.4.1.104 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 271)) (4.4.1.104)
  115. Requirement already satisfied: nobot==0.5 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 273)) (0.5)
  116. Collecting pbr==4.3.0 (from -r requirements/prod_common.txt (line 277))
  117.   Downloading https://files.pythonhosted.org/packages/01/0a/1e81639e7ed6aa51554ab05827984d07885d6873e612a97268ab3d80c73f/pbr-4.3.0-py2.py3-none-any.whl (106kB)
  118.  
  119. Requirement already satisfied: polib==1.1.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 281)) (1.1.0)
  120. Requirement already satisfied: puente==0.5.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 284)) (0.5.0)
  121. Requirement already satisfied: pyquery==1.4.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 287)) (1.4.0)
  122. Requirement already satisfied: python-dateutil==2.7.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 291)) (2.7.3)
  123. Requirement already satisfied: pytz==2018.5 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 295)) (2018.5)
  124. Requirement already satisfied: raven==6.9.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 298)) (6.9.0)
  125. Requirement already satisfied: rdflib==3.4.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 302)) (3.4.0)
  126. Requirement already satisfied: redis==2.10.6 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 304)) (2.10.6)
  127. Requirement already satisfied: requests==2.19.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 308)) (2.19.1)
  128. Requirement already satisfied: s3transfer==0.1.13 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 311)) (0.1.13)
  129. Requirement already satisfied: schematic==0.4 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 314)) (0.4)
  130. Requirement already satisfied: signing-clients==1.5.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 316)) (1.5.0)
  131. Requirement already satisfied: simplejson==3.16.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 320)) (3.16.0)
  132. Requirement already satisfied: spidermonkey==58.0a1.post2 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 343)) (58.0a1.post2)
  133. Requirement already satisfied: statsd==3.3.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 347)) (3.3.0)
  134. Requirement already satisfied: vine==1.1.4 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 350)) (1.1.4)
  135. Requirement already satisfied: django-jinja==2.4.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 353)) (2.4.1)
  136. Requirement already satisfied: requests-hawk==1.0.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 356)) (1.0.0)
  137. Requirement already satisfied: mohawk==0.3.4 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 359)) (0.3.4)
  138. Requirement already satisfied: basket-client==0.3.12 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 362)) (0.3.12)
  139. Requirement already satisfied: typing==3.6.6 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 365)) (3.6.6)
  140. Requirement already satisfied: pygit2==0.27.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 369)) (0.27.2)
  141. Requirement already satisfied: webencodings==0.5.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_common.txt (line 383)) (0.5.1)
  142. Requirement already satisfied: futures==3.2.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_py2.txt (line 4)) (3.2.0)
  143. Requirement already satisfied: flufl.lock==2.4.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_py2.txt (line 7)) (2.4.1)
  144. Requirement already satisfied: python-memcached==1.53 in /usr/local/lib/python2.7/site-packages (from -r requirements/prod_py2.txt (line 12)) (1.53)
  145. Installing collected packages: boto3, botocore, pbr
  146.   Found existing installation: boto3 1.9.25
  147.     Uninstalling boto3-1.9.25:
  148.       Successfully uninstalled boto3-1.9.25
  149.   Found existing installation: botocore 1.12.25
  150.     Uninstalling botocore-1.12.25:
  151.       Successfully uninstalled botocore-1.12.25
  152.   Found existing installation: pbr 5.0.0
  153.     Uninstalling pbr-5.0.0:
  154.       Successfully uninstalled pbr-5.0.0
  155. Successfully installed boto3-1.9.24 botocore-1.12.24 pbr-4.3.0
  156. pip install --progress-bar=off --no-deps --exists-action=w -r requirements/tests.txt
  157. Requirement already satisfied: apipkg==1.5 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 2)) (1.5)
  158. Requirement already satisfied: execnet==1.5.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 6)) (1.5.0)
  159. Requirement already satisfied: pathlib2==2.3.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 10)) (2.3.2)
  160. Requirement already satisfied: psutil==5.4.7 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 13)) (5.4.7)
  161. Requirement already satisfied: py==1.7.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 24)) (1.7.0)
  162. Collecting pytest==3.8.2 (from -r requirements/tests.txt (line 28))
  163.   Downloading https://files.pythonhosted.org/packages/08/e0/a4945a06380802264b3416d788ad607588c334662b6cd0af54144c45912d/pytest-3.8.2-py2.py3-none-any.whl (209kB)
  164.  
  165. Requirement already satisfied: pytest-django==3.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 31)) (3.4.3)
  166. Requirement already satisfied: pytest-xdist==1.23.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 34)) (1.23.2)
  167. Requirement already satisfied: pytest-forked==0.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 37)) (0.2)
  168. Requirement already satisfied: freezegun==0.3.11 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 39)) (0.3.11)
  169. Requirement already satisfied: cookies==2.2.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 42)) (2.2.1)
  170. Requirement already satisfied: responses==0.9.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 44)) (0.9.0)
  171. Requirement already satisfied: PyYAML==3.13 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 47)) (3.13)
  172. Requirement already satisfied: argh==0.26.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 59)) (0.26.2)
  173. Requirement already satisfied: more-itertools==4.3.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 62)) (4.3.0)
  174. Requirement already satisfied: pathtools==0.1.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 66)) (0.1.2)
  175. Requirement already satisfied: pytest-responses==0.3.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 68)) (0.3.0)
  176. Requirement already satisfied: attrs==18.2.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 70)) (18.2.0)
  177. Requirement already satisfied: pluggy==0.8.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 73)) (0.8.0)
  178. Requirement already satisfied: atomicwrites==1.2.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 76)) (1.2.1)
  179. Requirement already satisfied: PyFxA==0.6.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 79)) (0.6.0)
  180. Requirement already satisfied: PyBrowserID==0.14.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 82)) (0.14.0)
  181. Requirement already satisfied: hawkauthlib==2.0.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 85)) (2.0.0)
  182. Requirement already satisfied: WebOb==1.8.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/tests.txt (line 88)) (1.8.3)
  183. Installing collected packages: pytest
  184.   Found existing installation: pytest 3.9.1
  185.     Uninstalling pytest-3.9.1:
  186.       Successfully uninstalled pytest-3.9.1
  187. Successfully installed pytest-3.8.2
  188. pip install --progress-bar=off --no-deps --exists-action=w -r requirements/flake8.txt
  189. Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 6)) (1.4.3)
  190. Requirement already satisfied: asn1crypto==0.24.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 10)) (0.24.0)
  191. Requirement already satisfied: certifi==2018.10.15 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 13)) (2018.10.15)
  192. Requirement already satisfied: cffi==1.11.5 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 17)) (1.11.5)
  193. Requirement already satisfied: cryptography==2.3.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 46)) (2.3.1)
  194. Requirement already satisfied: enum34==1.1.6 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 67)) (1.1.6)
  195. Requirement already satisfied: idna==2.7 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 73)) (2.7)
  196. Requirement already satisfied: ipaddress==1.0.22 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 77)) (1.0.22)
  197. Requirement already satisfied: ndg-httpsclient==0.5.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 80)) (0.5.1)
  198. Requirement already satisfied: packaging==18.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 85)) (18.0)
  199. Requirement already satisfied: pip==18.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 88)) (18.1)
  200. Requirement already satisfied: pyOpenSSL==18.0.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 91)) (18.0.0)
  201. Requirement already satisfied: pycparser==2.19 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 95)) (2.19)
  202. Requirement already satisfied: pyasn1==0.4.4 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 97)) (0.4.4)
  203. Requirement already satisfied: pyparsing==2.2.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 112)) (2.2.2)
  204. Requirement already satisfied: setuptools==40.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 116)) (40.4.3)
  205. Requirement already satisfied: six==1.11.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 120)) (1.11.0)
  206. Requirement already satisfied: urllib3==1.23 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 123)) (1.23)
  207. Requirement already satisfied: configparser==3.5.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/flake8.txt (line 4)) (3.5.0)
  208. Requirement already satisfied: flake8==3.5.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/flake8.txt (line 12)) (3.5.0)
  209. Requirement already satisfied: flake8-mutable==1.2.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/flake8.txt (line 15)) (1.2.0)
  210. Requirement already satisfied: mccabe==0.6.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/flake8.txt (line 19)) (0.6.1)
  211. Requirement already satisfied: pycodestyle==2.3.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/flake8.txt (line 25)) (2.3.1)
  212. Requirement already satisfied: pyflakes==2.0.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/flake8.txt (line 29)) (2.0.0)
  213. pip install --progress-bar=off --no-deps --exists-action=w -r requirements/dev.txt
  214. Requirement already satisfied: pyinotify==0.9.6 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 1)) (0.9.6)
  215. Requirement already satisfied: ipdb==0.11 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 6)) (0.11)
  216. Requirement already satisfied: ipython==5.8.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 8)) (5.8.0)
  217. Requirement already satisfied: watchdog==0.9.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 12)) (0.9.0)
  218. Requirement already satisfied: traitlets==4.3.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 16)) (4.3.2)
  219. Requirement already satisfied: pexpect==4.6.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 19)) (4.6.0)
  220. Requirement already satisfied: ipython_genutils==0.2.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 22)) (0.2.0)
  221. Requirement already satisfied: decorator==4.3.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 25)) (4.3.0)
  222. Requirement already satisfied: ptyprocess==0.6.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 28)) (0.6.0)
  223. Requirement already satisfied: pickleshare==0.7.5 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 31)) (0.7.5)
  224. Requirement already satisfied: prompt_toolkit==1.0.15 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 34)) (1.0.15)
  225. Requirement already satisfied: wcwidth==0.1.7 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 37)) (0.1.7)
  226. Requirement already satisfied: simplegeneric==0.8.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 40)) (0.8.1)
  227. Requirement already satisfied: isort==4.3.4 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 42)) (4.3.4)
  228. Requirement already satisfied: meld3==1.0.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 47)) (1.0.2)
  229. Requirement already satisfied: supervisor==3.3.4 in /usr/local/lib/python2.7/site-packages (from -r requirements/dev.txt (line 49)) (3.3.4)
  230. pip install --progress-bar=off --no-deps --exists-action=w -r requirements/docs.txt
  231. Requirement already satisfied: appdirs==1.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 6)) (1.4.3)
  232. Requirement already satisfied: asn1crypto==0.24.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 10)) (0.24.0)
  233. Requirement already satisfied: certifi==2018.10.15 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 13)) (2018.10.15)
  234. Requirement already satisfied: cffi==1.11.5 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 17)) (1.11.5)
  235. Requirement already satisfied: cryptography==2.3.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 46)) (2.3.1)
  236. Requirement already satisfied: enum34==1.1.6 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 67)) (1.1.6)
  237. Requirement already satisfied: idna==2.7 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 73)) (2.7)
  238. Requirement already satisfied: ipaddress==1.0.22 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 77)) (1.0.22)
  239. Requirement already satisfied: ndg-httpsclient==0.5.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 80)) (0.5.1)
  240. Requirement already satisfied: packaging==18.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 85)) (18.0)
  241. Requirement already satisfied: pip==18.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 88)) (18.1)
  242. Requirement already satisfied: pyOpenSSL==18.0.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 91)) (18.0.0)
  243. Requirement already satisfied: pycparser==2.19 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 95)) (2.19)
  244. Requirement already satisfied: pyasn1==0.4.4 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 97)) (0.4.4)
  245. Requirement already satisfied: pyparsing==2.2.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 112)) (2.2.2)
  246. Requirement already satisfied: setuptools==40.4.3 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 116)) (40.4.3)
  247. Requirement already satisfied: six==1.11.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 120)) (1.11.0)
  248. Requirement already satisfied: urllib3==1.23 in /usr/local/lib/python2.7/site-packages (from -r requirements/system.txt (line 123)) (1.23)
  249. Requirement already satisfied: Jinja2==2.10 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 4)) (2.10)
  250. Requirement already satisfied: Pygments==2.2.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 8)) (2.2.0)
  251. Requirement already satisfied: Sphinx==1.8.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 12)) (1.8.1)
  252. Requirement already satisfied: alabaster==0.7.12 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 16)) (0.7.12)
  253. Requirement already satisfied: Babel==2.6.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 20)) (2.6.0)
  254. Requirement already satisfied: docutils==0.14 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 24)) (0.14)
  255. Requirement already satisfied: imagesize==1.1.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 29)) (1.1.0)
  256. Requirement already satisfied: MarkupSafe==1.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 32)) (1.0)
  257. Requirement already satisfied: pytz==2018.5 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 35)) (2018.5)
  258. Requirement already satisfied: requests==2.19.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 39)) (2.19.1)
  259. Requirement already satisfied: sphinxcontrib-httpdomain==1.7.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 42)) (1.7.0)
  260. Requirement already satisfied: sphinx-rtd-theme==0.4.2 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 45)) (0.4.2)
  261. Requirement already satisfied: typing==3.6.6 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 49)) (3.6.6)
  262. Requirement already satisfied: sphinxcontrib-websupport==1.1.0 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 53)) (1.1.0)
  263. Requirement already satisfied: snowballstemmer==1.2.1 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 56)) (1.2.1)
  264. Requirement already satisfied: chardet==3.0.4 in /usr/local/lib/python2.7/site-packages (from -r requirements/docs.txt (line 59)) (3.0.4)
  265. pip install -e .
  266. Obtaining file:///code
  267. Installing collected packages: olympia
  268.   Found existing installation: olympia 0.1.0
  269.     Uninstalling olympia-0.1.0:
  270.       Successfully uninstalled olympia-0.1.0
  271.   Running setup.py develop for olympia
  272. Successfully installed olympia
  273. npm install --prefix /deps/
  274. npm WARN @babel/register@7.0.0 requires a peer of @babel/core@^7.0.0-0 but none is installed. You must install peer dependencies yourself.
  275. npm WARN eslint-config-airbnb@17.1.0 requires a peer of eslint@^4.19.1 || ^5.3.0 but none is installed. You must install peer dependencies yourself.
  276. npm WARN eslint-config-airbnb-base@13.1.0 requires a peer of eslint@^4.19.1 || ^5.3.0 but none is installed. You must install peer dependencies yourself.
  277. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
  278. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  279.  
  280. audited 2082 packages in 10.928s
  281. found 0 vulnerabilities
  282.  
  283. for dest in @claviska/jquery-minicolors/jquery.minicolors.css @claviska/jquery-minicolors/jquery.minicolors.png  ; do cp /deps/node_modules/$dest static/css/node_lib/ ; done
  284. for dest in less/dist/less.js jqmodal/jqModal.js jquery/dist/jquery.js jquery.browser/dist/jquery.browser.js jquery.cookie/jquery.cookie.js @claviska/jquery-minicolors/jquery.minicolors.js jquery-pjax/jquery.pjax.js jszip/dist/jszip.js raven-js/dist/raven.js timeago/jquery.timeago.js underscore/underscore.js  ; do cp /deps/node_modules/$dest static/js/node_lib/ ; done
  285. for dest in jquery-ui/ui/version.js jquery-ui/ui/data.js jquery-ui/ui/disable-selection.js jquery-ui/ui/ie.js jquery-ui/ui/keycode.js jquery-ui/ui/escape-selector.js jquery-ui/ui/labels.js jquery-ui/ui/jquery-1-7.js jquery-ui/ui/plugin.js jquery-ui/ui/safe-active-element.js jquery-ui/ui/safe-blur.js jquery-ui/ui/scroll-parent.js jquery-ui/ui/focusable.js jquery-ui/ui/tabbable.js jquery-ui/ui/unique-id.js jquery-ui/ui/position.js jquery-ui/ui/widget.js jquery-ui/ui/widgets/menu.js jquery-ui/ui/widgets/mouse.js jquery-ui/ui/widgets/autocomplete.js jquery-ui/ui/widgets/datepicker.js jquery-ui/ui/widgets/sortable.js ; do cp /deps/node_modules/$dest static/js/node_lib/ui/ ; done
  286. python manage.py update_product_details
  287. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  288.   File "/code/settings.py", line 121, in <module>
  289.     from local_settings import *  # noqa
  290. ImportError: No module named local_settings
  291.  
  292.   traceback.format_exc()))
  293. {"EnvVersion": "2.0", "Type": "z.startup", "Severity": 6, "Fields": {"msg": "Set RECURSION_LIMIT to 10000", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762234472376064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  294. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762234521893888, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  295. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762234522712064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  296. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762234737421056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  297. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762234738394880, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  298. Updating thunderbird.json from server
  299. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating thunderbird.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762237399343104, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  300. Updating thunderbird_versions.json from server
  301. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating thunderbird_versions.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762239806364928, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  302. Updating languages.json from server
  303. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating languages.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762241353822976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  304. Updating thunderbird_history_stability_releases.json from server
  305. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating thunderbird_history_stability_releases.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762243208504064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  306. Updating firefox_primary_builds.json from server
  307. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating firefox_primary_builds.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762244700290048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  308. Updating firefox_history_major_releases.json from server
  309. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating firefox_history_major_releases.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762247358620928, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  310. Updating mobile_android.json from server
  311. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating mobile_android.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762248855180032, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  312. Updating mobile_versions.json from server
  313. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating mobile_versions.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762251225216000, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  314. Updating firefox_history_development_releases.json from server
  315. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating firefox_history_development_releases.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762252749319168, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  316. Updating mobile_history_major_releases.json from server
  317. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating mobile_history_major_releases.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762254799796992, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  318. Updating all.json from server
  319. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating all.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762256246546944, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  320. Updating firefox_history_stability_releases.json from server
  321. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating firefox_history_stability_releases.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762260742521088, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  322. Updating mobile_history_stability_releases.json from server
  323. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating mobile_history_stability_releases.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762262111203840, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  324. Updating thunderbird_primary_builds.json from server
  325. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating thunderbird_primary_builds.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762263501059072, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  326. Updating thunderbird_history_major_releases.json from server
  327. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating thunderbird_history_major_releases.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762265056250112, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  328. Updating firefox.json from server
  329. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating firefox.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762266577528064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  330. Updating firefox_versions.json from server
  331. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating firefox_versions.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762269593341184, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  332. Updating mobile_history_development_releases.json from server
  333. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating mobile_history_development_releases.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762271145565952, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  334. Updating thunderbird_history_development_releases.json from server
  335. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating thunderbird_history_development_releases.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762272424438016, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  336. Updating thunderbird_beta_builds.json from server
  337. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating thunderbird_beta_builds.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762273727111936, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  338. Updating mobile_details.json from server
  339. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating mobile_details.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762275300183040, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  340. Updating devedition.json from server
  341. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating devedition.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762276914135040, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  342. Updating regions/gd.json from server
  343. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/gd.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762280471165952, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  344. Updating regions/son.json from server
  345. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/son.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762282004878080, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  346. Updating regions/da.json from server
  347. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/da.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762283368542976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  348. Updating regions/ms.json from server
  349. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ms.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762284994781952, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  350. Updating regions/zh-CN.json from server
  351. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/zh-CN.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762286636649984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  352. Updating regions/trs.json from server
  353. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/trs.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762288274315008, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  354. Updating regions/ko.json from server
  355. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ko.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762289918792960, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  356. Updating regions/cs.json from server
  357. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/cs.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762291354937088, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  358. Updating regions/sv-SE.json from server
  359. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/sv-SE.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762292994360064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  360. Updating regions/ro.json from server
  361. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ro.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762294633171968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  362. Updating regions/id.json from server
  363. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/id.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762296272898816, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  364. Updating regions/lt.json from server
  365. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/lt.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762297912719104, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  366. Updating regions/en-CA.json from server
  367. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/en-CA.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762299571681024, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  368. Updating regions/sr.json from server
  369. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/sr.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762301159778048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  370. Updating regions/pt-PT.json from server
  371. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/pt-PT.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762303224318976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  372. Updating regions/uk.json from server
  373. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/uk.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762304850004992, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  374. Updating regions/rm.json from server
  375. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/rm.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762306809988096, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  376. Updating regions/sk.json from server
  377. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/sk.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762308561622016, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  378. Updating regions/th.json from server
  379. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/th.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762310196148992, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  380. Updating regions/ta-LK.json from server
  381. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ta-LK.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762312231450112, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  382. Updating regions/it.json from server
  383. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/it.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762313870013952, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  384. Updating regions/ach.json from server
  385. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ach.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762315526739968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  386. Updating regions/nn-NO.json from server
  387. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/nn-NO.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762317152521984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  388. Updating regions/is.json from server
  389. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/is.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762318791580928, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  390. Updating regions/zu.json from server
  391. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/zu.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762320430988032, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  392. Updating regions/crh.json from server
  393. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/crh.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762322072217856, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  394. Updating regions/si.json from server
  395. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/si.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762323711291904, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  396. Updating regions/kk.json from server
  397. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/kk.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762325763358976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  398. Updating regions/ak.json from server
  399. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ak.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762327815398912, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  400. Updating regions/lg.json from server
  401. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/lg.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762329450752000, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  402. Updating regions/te.json from server
  403. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/te.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762331106897152, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  404. Updating regions/lij.json from server
  405. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/lij.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762333114510080, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  406. Updating regions/es-MX.json from server
  407. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/es-MX.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762334755229952, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  408. Updating regions/en-ZA.json from server
  409. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/en-ZA.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762336398638848, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  410. Updating regions/mk.json from server
  411. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/mk.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762338034358016, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  412. Updating regions/nl.json from server
  413. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/nl.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762340083461120, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  414. Updating regions/gl.json from server
  415. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/gl.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762341566968832, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  416. Updating regions/gu-IN.json from server
  417. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/gu-IN.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762343161751040, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  418. Updating regions/cy.json from server
  419. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/cy.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762345214589952, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  420. Updating regions/ar.json from server
  421. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ar.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762346849625088, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  422. Updating regions/kab.json from server
  423. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/kab.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762348901760000, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  424. Updating regions/eu.json from server
  425. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/eu.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762350540301056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  426. Updating regions/nso.json from server
  427. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/nso.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762352182797056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  428. Updating regions/ml.json from server
  429. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ml.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762353681483008, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  430. Updating regions/tl.json from server
  431. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/tl.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762355674403840, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  432. Updating regions/kn.json from server
  433. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/kn.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762357304848896, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  434. Updating regions/cak.json from server
  435. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/cak.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762359359841024, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  436. Updating regions/bs.json from server
  437. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/bs.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762360965145088, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  438. Updating regions/vi.json from server
  439. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/vi.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762362399072768, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  440. Updating regions/pl.json from server
  441. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/pl.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762364046839040, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  442. Updating regions/hr.json from server
  443. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/hr.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762365681259008, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  444. Updating regions/bn-IN.json from server
  445. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/bn-IN.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762367317137920, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  446. Updating regions/el.json from server
  447. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/el.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762369370513920, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  448. Updating regions/tr.json from server
  449. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/tr.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762371421547776, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  450. Updating regions/pa-IN.json from server
  451. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/pa-IN.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762372739187968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  452. Updating regions/ast.json from server
  453. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ast.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762374692265984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  454. Updating regions/bn-BD.json from server
  455. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/bn-BD.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762376133586944, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  456. Updating regions/my.json from server
  457. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/my.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762377819559168, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  458. Updating regions/en-US.json from server
  459. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/en-US.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762379767558144, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  460. Updating regions/es-AR.json from server
  461. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/es-AR.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762381073826048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  462. Updating regions/ca.json from server
  463. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ca.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762382347796992, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  464. Updating regions/br.json from server
  465. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/br.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762383842953984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  466. Updating regions/ja-JP-mac.json from server
  467. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ja-JP-mac.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762385127201024, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  468. Updating regions/af.json from server
  469. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/af.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762386411160832, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  470. Updating regions/hi-IN.json from server
  471. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/hi-IN.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762387695365888, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  472. Updating regions/ta.json from server
  473. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ta.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762389464449024, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  474. Updating regions/es-ES.json from server
  475. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/es-ES.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762391066180096, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  476. Updating regions/az.json from server
  477. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/az.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762392352809984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  478. Updating regions/lv.json from server
  479. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/lv.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762393683410944, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  480. Updating regions/hu.json from server
  481. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/hu.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762394972692992, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  482. Updating regions/mn.json from server
  483. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/mn.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762396398750976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  484. Updating regions/es-CL.json from server
  485. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/es-CL.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762397685116928, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  486. Updating regions/oc.json from server
  487. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/oc.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762399084677888, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  488. Updating regions/et.json from server
  489. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/et.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762400499265024, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  490. Updating regions/ne-NP.json from server
  491. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ne-NP.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762401850287872, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  492. Updating regions/ltg.json from server
  493. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ltg.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762403445310208, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  494. Updating regions/fy-NL.json from server
  495. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/fy-NL.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762404925790976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  496. Updating regions/dsb.json from server
  497. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/dsb.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762406362564096, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  498. Updating regions/wo.json from server
  499. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/wo.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762407637950976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  500. Updating regions/sq.json from server
  501. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/sq.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762409133414144, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  502. Updating regions/zh-TW.json from server
  503. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/zh-TW.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762410473705984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  504. Updating regions/nb-NO.json from server
  505. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/nb-NO.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762411754556928, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  506. Updating regions/sl.json from server
  507. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/sl.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762413232790016, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  508. Updating regions/zam.json from server
  509. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/zam.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762414569364992, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  510. Updating regions/xh.json from server
  511. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/xh.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762415995353856, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  512. Updating regions/bg.json from server
  513. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/bg.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762417311233024, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  514. Updating regions/en-GB.json from server
  515. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/en-GB.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762418973808896, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  516. Updating regions/be.json from server
  517. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/be.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762420360218880, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  518. Updating regions/ku.json from server
  519. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ku.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762422221103872, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  520. Updating regions/hsb.json from server
  521. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/hsb.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762423632129792, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  522. Updating regions/gn.json from server
  523. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/gn.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762425216301056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  524. Updating regions/ia.json from server
  525. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ia.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762426831047936, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  526. Updating regions/ga-IE.json from server
  527. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ga-IE.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762428350625024, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  528. Updating regions/he.json from server
  529. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/he.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762429688430080, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  530. Updating regions/fa.json from server
  531. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/fa.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762431343503104, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  532. Updating regions/ur.json from server
  533. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ur.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762433066629888, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  534. Updating regions/fr.json from server
  535. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/fr.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762434734380032, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  536. Updating regions/mai.json from server
  537. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/mai.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762436166315008, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  538. Updating regions/an.json from server
  539. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/an.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762438007097856, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  540. Updating regions/uz.json from server
  541. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/uz.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762439289235968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  542. Updating regions/ka.json from server
  543. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ka.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762440653507072, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  544. Updating regions/pt-BR.json from server
  545. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/pt-BR.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762442412662016, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  546. Updating regions/fi.json from server
  547. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/fi.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762443848766976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  548. Updating regions/ja.json from server
  549. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ja.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762445367217152, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  550. Updating regions/mr.json from server
  551. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/mr.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762446968489984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  552. Updating regions/lo.json from server
  553. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/lo.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762448768459008, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  554. Updating regions/hy-AM.json from server
  555. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/hy-AM.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762450665326080, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  556. Updating regions/ru.json from server
  557. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ru.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762452681593856, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  558. Updating regions/ff.json from server
  559. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/ff.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762454487335936, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  560. Updating regions/de.json from server
  561. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/de.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762456197868032, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  562. Updating regions/eo.json from server
  563. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/eo.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762457638823936, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  564. Updating regions/km.json from server
  565. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/km.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762458931819008, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  566. Updating regions/or.json from server
  567. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/or.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762460843741952, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  568. Updating regions/as.json from server
  569. {"EnvVersion": "2.0", "Type": "prod_details", "Severity": 6, "Fields": {"msg": "Updating regions/as.json from server", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762462445822976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 148}
  570. rm -rf ./user-media/* ./tmp/*
  571. python manage.py reset_db
  572. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  573.   File "/code/settings.py", line 121, in <module>
  574.     from local_settings import *  # noqa
  575. ImportError: No module named local_settings
  576.  
  577.   traceback.format_exc()))
  578. {"EnvVersion": "2.0", "Type": "z.startup", "Severity": 6, "Fields": {"msg": "Set RECURSION_LIMIT to 10000", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762469009510144, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 158}
  579. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762469046659072, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 158}
  580. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762469047385856, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 158}
  581. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762469240268032, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 158}
  582. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762469241157888, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 158}
  583. /usr/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py:101: Warning: (1287L, u"'@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead")
  584.   return self.cursor.execute(query, args)
  585.  
  586. You have requested a database reset.
  587. This will IRREVERSIBLY DESTROY
  588. ALL data in the database "olympia".
  589. Are you sure you want to do this?
  590.  
  591. Type 'yes' to continue, or 'no' to cancel: yes
  592. {"EnvVersion": "2.0", "Type": "root", "Severity": 6, "Fields": {"msg": "Executing... \"DROP DATABASE IF EXISTS `olympia`\"", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762712639579136, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 158}
  593. {"EnvVersion": "2.0", "Type": "root", "Severity": 6, "Fields": {"msg": "Executing... \"CREATE DATABASE `olympia` CHARACTER SET utf8\"", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762713690978048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 158}
  594. Reset successful.
  595. python manage.py migrate --noinput --run-syncdb
  596. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  597.   File "/code/settings.py", line 121, in <module>
  598.     from local_settings import *  # noqa
  599. ImportError: No module named local_settings
  600.  
  601.   traceback.format_exc()))
  602. {"EnvVersion": "2.0", "Type": "z.startup", "Severity": 6, "Fields": {"msg": "Set RECURSION_LIMIT to 10000", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762717425167104, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 165}
  603. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762717445184000, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 165}
  604. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762717446450944, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 165}
  605. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762717610009856, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 165}
  606. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762717611342848, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 165}
  607. /usr/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py:101: Warning: (1287L, u"'@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead")
  608.   return self.cursor.execute(query, args)
  609. Operations to perform:
  610.   Synchronize unmigrated apps: abuse, access, accounts, activity, addons, aesfield, akismet, amo, api, applications, bandwagon, browse, compat, core, csp, devhub, discovery, django_extensions, django_jinja, django_statsd, es, files, github, landfill, legacy_api, legacy_discovery, messages, pages, puente, ratings, raven_contrib_django, rest_framework, reviewers, search, staticfiles, stats, tags, translations, users, versions, zadmin
  611.   Apply all migrations: admin, auth, contenttypes, product_details, sessions, waffle
  612. Synchronizing apps without migrations:
  613.   Creating tables...
  614.     Creating table translations
  615.     Creating table translations_seq
  616.     Creating table fake_email
  617.     Creating table abuse_reports
  618.     Creating table groups
  619.     Creating table groups_users
  620.     Creating table log_activity_tokens
  621.     Creating table log_activity_emails
  622.     Creating table log_activity_addon
  623.     Creating table log_activity_comment
  624.     Creating table log_activity_version
  625.     Creating table log_activity_user
  626.     Creating table log_activity_group
  627.     Creating table log_activity
  628.     Creating table addons
  629.     Creating table addons_addonreviewerflags
  630.     Creating table personas
  631.     Creating table migrated_personas
  632.     Creating table addons_categories
  633.     Creating table addons_users
  634.     Creating table addons_dependencies
  635.     Creating table addons_addonfeaturecompatibility
  636.     Creating table addons_addonapprovalscounter
  637.     Creating table denied_guids
  638.     Creating table categories
  639.     Creating table previews
  640.     Creating table appsupport
  641.     Creating table addons_denied_slug
  642.     Creating table frozen_addons
  643.     Creating table compat_override
  644.     Creating table compat_override_range
  645.     Creating table incompatible_versions
  646.     Creating table replacement_addons
  647.     Creating table api_key
  648.     Creating table appversions
  649.     Creating table collections
  650.     Creating table addons_collections
  651.     Creating table featured_collections
  652.     Creating table monthly_pick
  653.     Creating table compatibility_reports
  654.     Creating table compat_totals
  655.     Creating table hubrsskeys
  656.     Creating table blogposts
  657.     Creating table discovery_discoveryitem
  658.     Creating table files
  659.     Creating table file_uploads
  660.     Creating table file_validation
  661.     Creating table webext_permissions
  662.     Creating table webext_permission_descriptions
  663.     Creating table discovery_modules
  664.     Creating table zadmin_reindexing
  665.     Creating table akismet_reports
  666.     Creating table reviews
  667.     Creating table reviews_moderation_flags
  668.     Creating table cannedresponses
  669.     Creating table editor_subscriptions
  670.     Creating table reviewer_scores
  671.     Creating table editors_autoapprovalsummary
  672.     Creating table rereview_queue_theme
  673.     Creating table theme_locks
  674.     Creating table review_whiteboard
  675.     Creating table download_counts
  676.     Creating table update_counts
  677.     Creating table theme_update_counts
  678.     Creating table theme_update_counts_bulk
  679.     Creating table global_stats
  680.     Creating table theme_user_counts
  681.     Creating table tags
  682.     Creating table users_tags_addons
  683.     Creating table users
  684.     Creating table users_notifications
  685.     Creating table users_denied_name
  686.     Creating table users_history
  687.     Creating table versions
  688.     Creating table version_previews
  689.     Creating table licenses
  690.     Creating table applications_versions
  691.     Creating table config
  692.     Creating table validation_job
  693.     Creating table validation_result
  694.     Creating table email_preview
  695.     Creating table zadmin_siteevent
  696.     Running deferred SQL...
  697. Running migrations:
  698.   Applying contenttypes.0001_initial... OK
  699.   Applying admin.0001_initial... OK
  700.   Applying admin.0002_logentry_remove_auto_add... OK
  701.   Applying contenttypes.0002_remove_content_type_name... OK
  702.   Applying auth.0001_initial... OK
  703.   Applying auth.0002_alter_permission_name_max_length... OK
  704.   Applying auth.0003_alter_user_email_max_length... OK
  705.   Applying auth.0004_alter_user_username_opts... OK
  706.   Applying auth.0005_alter_user_last_login_null... OK
  707.   Applying auth.0006_require_contenttypes_0002... OK
  708.   Applying auth.0007_alter_validators_add_error_messages... OK
  709.   Applying auth.0008_alter_user_username_max_length... OK
  710.   Applying product_details.0001_initial... OK
  711.   Applying product_details.0002_auto_20151006_1348... OK
  712.   Applying sessions.0001_initial... OK
  713.   Applying waffle.0001_initial... OK
  714.   Applying waffle.0002_auto_20161201_0958... OK
  715.   Applying waffle.0003_update_strings_for_i18n... OK
  716. python manage.py loaddata initial.json
  717. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  718.   File "/code/settings.py", line 121, in <module>
  719.     from local_settings import *  # noqa
  720. ImportError: No module named local_settings
  721.  
  722.   traceback.format_exc()))
  723. {"EnvVersion": "2.0", "Type": "z.startup", "Severity": 6, "Fields": {"msg": "Set RECURSION_LIMIT to 10000", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762736715586816, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 172}
  724. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762736742330112, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 172}
  725. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762736743827200, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 172}
  726. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762736896080896, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 172}
  727. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762736897381120, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 172}
  728. /usr/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py:101: Warning: (1287L, u"'@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead")
  729.   return self.cursor.execute(query, args)
  730. Installed 160 object(s) from 2 fixture(s)
  731. python manage.py import_prod_versions
  732. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  733.   File "/code/settings.py", line 121, in <module>
  734.     from local_settings import *  # noqa
  735. ImportError: No module named local_settings
  736.  
  737.   traceback.format_exc()))
  738. {"EnvVersion": "2.0", "Type": "z.startup", "Severity": 6, "Fields": {"msg": "Set RECURSION_LIMIT to 10000", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762743112113920, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 179}
  739. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762743132450048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 179}
  740. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762743134947072, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 179}
  741. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762743286354176, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 179}
  742. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762743287489024, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 179}
  743. /usr/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py:101: Warning: (1287L, u"'@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead")
  744.   return self.cursor.execute(query, args)
  745. Import versions for android
  746. Import versions for firefox
  747. schematic --fake src/olympia/migrations/
  748. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  749.   File "/code/settings.py", line 121, in <module>
  750.     from local_settings import *  # noqa
  751. ImportError: No module named local_settings
  752.  
  753.   traceback.format_exc()))
  754. Faking migrations all the way up to 1049
  755. python manage.py createsuperuser
  756. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  757.   File "/code/settings.py", line 121, in <module>
  758.     from local_settings import *  # noqa
  759. ImportError: No module named local_settings
  760.  
  761.   traceback.format_exc()))
  762. {"EnvVersion": "2.0", "Type": "z.startup", "Severity": 6, "Fields": {"msg": "Set RECURSION_LIMIT to 10000", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762757023045120, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 202}
  763. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762757045298944, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 202}
  764. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762757045988096, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 202}
  765. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762757207019008, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 202}
  766. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762757208604928, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 202}
  767. /usr/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py:101: Warning: (1287L, u"'@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead")
  768.   return self.cursor.execute(query, args)
  769. Username: atique
  770. Email: softfilebd@gmail.com
  771. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 7, "Fields": {"msg": "Creating user with email softfilebd@gmail.com and username atique", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762767929092864, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 202}
  772. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 120", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762767942356224, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 202}
  773. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Added 1: atique to Admins", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762767942665984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 202}
  774. python manage.py loaddata zadmin/users
  775. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  776.   File "/code/settings.py", line 121, in <module>
  777.     from local_settings import *  # noqa
  778. ImportError: No module named local_settings
  779.  
  780.   traceback.format_exc()))
  781. {"EnvVersion": "2.0", "Type": "z.startup", "Severity": 6, "Fields": {"msg": "Set RECURSION_LIMIT to 10000", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762771701564160, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 209}
  782. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762771722702080, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 209}
  783. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762771724217856, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 209}
  784. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762771879730944, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 209}
  785. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762771880947968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 209}
  786. /usr/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py:101: Warning: (1287L, u"'@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead")
  787.   return self.cursor.execute(query, args)
  788. Installed 1 object(s) from 1 fixture(s)
  789. python manage.py update_permissions_from_mc
  790. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  791.   File "/code/settings.py", line 121, in <module>
  792.     from local_settings import *  # noqa
  793. ImportError: No module named local_settings
  794.  
  795.   traceback.format_exc()))
  796. {"EnvVersion": "2.0", "Type": "z.startup", "Severity": 6, "Fields": {"msg": "Set RECURSION_LIMIT to 10000", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762778044125184, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 216}
  797. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762778067315200, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 216}
  798. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762778068749824, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 216}
  799. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762778232131072, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 216}
  800. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762778233864192, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 216}
  801. /usr/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py:101: Warning: (1287L, u"'@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead")
  802.   return self.cursor.execute(query, args)
  803. # If changing this here, make sure to adapt tests in amo/test_commands.py
  804. python manage.py compress_assets
  805. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  806.   File "/code/settings.py", line 121, in <module>
  807.     from local_settings import *  # noqa
  808. ImportError: No module named local_settings
  809.  
  810.   traceback.format_exc()))
  811. {"EnvVersion": "2.0", "Type": "z.startup", "Severity": 6, "Fields": {"msg": "Set RECURSION_LIMIT to 10000", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762785502115840, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 225}
  812. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762785522669056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 225}
  813. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762785524840960, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 225}
  814. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762785686310912, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 225}
  815. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762785687655936, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 225}
  816. Cache busting images in /code/src/olympia/../../static/css/zamboni/devhub-all.css
  817. Minifying /code/src/olympia/../../static/css/zamboni/devhub-all.css (using clean-css)
  818. Cache busting images in /code/src/olympia/../../static/css/zamboni/css-all.css
  819. Minifying /code/src/olympia/../../static/css/zamboni/css-all.css (using clean-css)
  820. Cache busting images in /code/src/olympia/../../static/css/zamboni/reviewers-all.css
  821. Minifying /code/src/olympia/../../static/css/zamboni/reviewers-all.css (using clean-css)
  822. Cache busting images in /code/src/olympia/../../static/css/zamboni/files-all.css
  823. Minifying /code/src/olympia/../../static/css/zamboni/files-all.css (using clean-css)
  824. Cache busting images in /code/src/olympia/../../static/css/zamboni/devhub_impala-all.css
  825. Minifying /code/src/olympia/../../static/css/zamboni/devhub_impala-all.css (using clean-css)
  826. Cache busting images in /code/src/olympia/../../static/css/zamboni/admin-all.css
  827. Minifying /code/src/olympia/../../static/css/zamboni/admin-all.css (using clean-css)
  828. Cache busting images in /code/src/olympia/../../static/css/zamboni/stats-all.css
  829. Minifying /code/src/olympia/../../static/css/zamboni/stats-all.css (using clean-css)
  830. Cache busting images in /code/src/olympia/../../static/css/devhub/new-landing/css-all.css
  831. Minifying /code/src/olympia/../../static/css/devhub/new-landing/css-all.css (using clean-css)
  832. Cache busting images in /code/src/olympia/../../static/css/zamboni/impala-all.css
  833. Minifying /code/src/olympia/../../static/css/zamboni/impala-all.css (using clean-css)
  834. Cache busting images in /code/src/olympia/../../static/css/zamboni/themes_review-all.css
  835. Minifying /code/src/olympia/../../static/css/zamboni/themes_review-all.css (using clean-css)
  836. Cache busting images in /code/src/olympia/../../static/css/errors/css-all.css
  837. Minifying /code/src/olympia/../../static/css/errors/css-all.css (using clean-css)
  838. Cache busting images in /code/src/olympia/../../static/css/restyle/css-all.css
  839. Minifying /code/src/olympia/../../static/css/restyle/css-all.css (using clean-css)
  840. Cache busting images in /code/src/olympia/../../static/css/zamboni/discovery-pane-all.css
  841. Minifying /code/src/olympia/../../static/css/zamboni/discovery-pane-all.css (using clean-css)
  842. Minifying /code/src/olympia/../../static/js/preload-all.js (using UglifyJS)
  843. Minifying /code/src/olympia/../../static/js/zamboni/devhub-all.js (using UglifyJS)
  844. Minifying /code/src/olympia/../../static/js/zamboni/reviewers-all.js (using UglifyJS)
  845. Minifying /code/src/olympia/../../static/js/zamboni/files-all.js (using UglifyJS)
  846. Minifying /code/src/olympia/../../static/js/zamboni/discovery-video-all.js (using UglifyJS)
  847. Minifying /code/src/olympia/../../static/js/zamboni/discovery-all.js (using UglifyJS)
  848. Minifying /code/src/olympia/../../static/js/zamboni/stats-all.js (using UglifyJS)
  849. Minifying /code/src/olympia/../../static/js/zamboni/admin-all.js (using UglifyJS)
  850. Minifying /code/src/olympia/../../static/js/common-all.js (using UglifyJS)
  851. Minifying /code/src/olympia/../../static/js/debug-all.js (using UglifyJS)
  852. Minifying /code/src/olympia/../../static/js/impala-all.js (using UglifyJS)
  853. python manage.py collectstatic --noinput
  854. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  855.   File "/code/settings.py", line 121, in <module>
  856.     from local_settings import *  # noqa
  857. ImportError: No module named local_settings
  858.  
  859.   traceback.format_exc()))
  860. {"EnvVersion": "2.0", "Type": "z.startup", "Severity": 6, "Fields": {"msg": "Set RECURSION_LIMIT to 10000", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762842034181120, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1306}
  861. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762842059795968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1306}
  862. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762842062144000, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1306}
  863. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762842224342016, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1306}
  864. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762842225240064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1306}
  865. Copying '/code/static/css/shield_study_3/main.css'
  866. Copying '/code/static/css/shield_study_4/main.css'
  867. Copying '/code/static/css/shield_study_5/main.css'
  868. Copying '/code/static/css/devhub/forms.less.css'
  869. Copying '/code/static/css/devhub/forms.less'
  870. Copying '/code/static/css/devhub/listing.less'
  871. Copying '/code/static/css/devhub/compat.less'
  872. Copying '/code/static/css/devhub/submission.less'
  873. Copying '/code/static/css/devhub/dashboard.less'
  874. Copying '/code/static/css/devhub/refunds.less.css'
  875. Copying '/code/static/css/devhub/static-theme.less'
  876. Copying '/code/static/css/devhub/buttons.less'
  877. Copying '/code/static/css/devhub/popups.less.css'
  878. Copying '/code/static/css/devhub/popups.less'
  879. Copying '/code/static/css/devhub/in-app-config.less.css'
  880. Copying '/code/static/css/devhub/search.less.css'
  881. Copying '/code/static/css/devhub/refunds.less'
  882. Copying '/code/static/css/devhub/static-theme.less.css'
  883. Copying '/code/static/css/devhub/dashboard.less.css'
  884. Copying '/code/static/css/devhub/buttons.less.css'
  885. Copying '/code/static/css/devhub/search.less'
  886. Copying '/code/static/css/devhub/compat.less.css'
  887. Copying '/code/static/css/devhub/submission.less.css'
  888. Copying '/code/static/css/devhub/in-app-config.less'
  889. Copying '/code/static/css/devhub/listing.less.css'
  890. Copying '/code/static/css/devhub/new-landing/css-min.css'
  891. Copying '/code/static/css/devhub/new-landing/logo.less'
  892. Copying '/code/static/css/devhub/new-landing/utils.less'
  893. Copying '/code/static/css/devhub/new-landing/button.less'
  894. Copying '/code/static/css/devhub/new-landing/css-all.css'
  895. Copying '/code/static/css/devhub/new-landing/base.less'
  896. Copying '/code/static/css/devhub/new-landing/fonts.less'
  897. Copying '/code/static/css/devhub/new-landing/footer.less'
  898. Copying '/code/static/css/devhub/new-landing/navigation.less'
  899. Copying '/code/static/css/devhub/new-landing/base.less.css'
  900. Copying '/code/static/css/devhub/new-landing/common.less'
  901. Copying '/code/static/css/devhub/new-landing/sections/overview.less'
  902. Copying '/code/static/css/devhub/new-landing/sections/more-information.less'
  903. Copying '/code/static/css/devhub/new-landing/sections/my-addons.less'
  904. Copying '/code/static/css/admin/l10n.css'
  905. Copying '/code/static/css/admin/larger_raw_id.css'
  906. Copying '/code/static/css/admin/discovery.css'
  907. Copying '/code/static/css/shield_study/main.css'
  908. Copying '/code/static/css/shield_study_13/main.css'
  909. Copying '/code/static/css/shield_study_14/main.css'
  910. Copying '/code/static/css/legacy/nojs.css'
  911. Copying '/code/static/css/legacy/main.css'
  912. Copying '/code/static/css/legacy/main-mozilla.css'
  913. Copying '/code/static/css/legacy/jquery-lightbox.css'
  914. Copying '/code/static/css/impala/forms.less.css'
  915. Copying '/code/static/css/impala/forms.less'
  916. Copying '/code/static/css/impala/expando.less'
  917. Copying '/code/static/css/impala/lightbox.less'
  918. Copying '/code/static/css/impala/listing.less'
  919. Copying '/code/static/css/impala/toplist.less.css'
  920. Copying '/code/static/css/impala/promos.less.css'
  921. Copying '/code/static/css/impala/compat.less'
  922. Copying '/code/static/css/impala/tables.less.css'
  923. Copying '/code/static/css/impala/nojs.css'
  924. Copying '/code/static/css/impala/prose.less.css'
  925. Copying '/code/static/css/impala/dictionaries.less.css'
  926. Copying '/code/static/css/impala/moz-tab.css'
  927. Copying '/code/static/css/impala/personas.less'
  928. Copying '/code/static/css/impala/login.less'
  929. Copying '/code/static/css/impala/carousel.less'
  930. Copying '/code/static/css/impala/hovercards.less.css'
  931. Copying '/code/static/css/impala/developers.less'
  932. Copying '/code/static/css/impala/buttons.less'
  933. Copying '/code/static/css/impala/addon_details.less'
  934. Copying '/code/static/css/impala/popups.less.css'
  935. Copying '/code/static/css/impala/formset.less'
  936. Copying '/code/static/css/impala/devhub-api.less'
  937. Copying '/code/static/css/impala/abuse.less.css'
  938. Copying '/code/static/css/impala/policy.less.css'
  939. Copying '/code/static/css/impala/popups.less'
  940. Copying '/code/static/css/impala/lightbox.less.css'
  941. Copying '/code/static/css/impala/addon_details.less.css'
  942. Copying '/code/static/css/impala/versions.less.css'
  943. Copying '/code/static/css/impala/search.less.css'
  944. Copying '/code/static/css/impala/tooltips.less.css'
  945. Copying '/code/static/css/impala/hovercards.less'
  946. Copying '/code/static/css/impala/site.less.css'
  947. Copying '/code/static/css/impala/paginator.less.css'
  948. Copying '/code/static/css/impala/stats.less'
  949. Copying '/code/static/css/impala/personas.less.css'
  950. Copying '/code/static/css/impala/apps.less'
  951. Copying '/code/static/css/impala/typography.less.css'
  952. Copying '/code/static/css/impala/buttons.less.css'
  953. Copying '/code/static/css/impala/suggestions.less.css'
  954. Copying '/code/static/css/impala/lib.less'
  955. Copying '/code/static/css/impala/collections.less'
  956. Copying '/code/static/css/impala/tooltips.less'
  957. Copying '/code/static/css/impala/dictionaries.less'
  958. Copying '/code/static/css/impala/search.less'
  959. Copying '/code/static/css/impala/devhub-api.less.css'
  960. Copying '/code/static/css/impala/login.less.css'
  961. Copying '/code/static/css/impala/footer.less'
  962. Copying '/code/static/css/impala/l10n.less.css'
  963. Copying '/code/static/css/impala/faux-zamboni.less'
  964. Copying '/code/static/css/impala/policy.less'
  965. Copying '/code/static/css/impala/promos.less'
  966. Copying '/code/static/css/impala/apps.less.css'
  967. Copying '/code/static/css/impala/faux-zamboni.less.css'
  968. Copying '/code/static/css/impala/stats.less.css'
  969. Copying '/code/static/css/impala/header.less'
  970. Copying '/code/static/css/impala/compat.less.css'
  971. Copying '/code/static/css/impala/collections.less.css'
  972. Copying '/code/static/css/impala/site.less'
  973. Copying '/code/static/css/impala/typography.less'
  974. Copying '/code/static/css/impala/suggestions.less'
  975. Copying '/code/static/css/impala/l10n.less'
  976. Copying '/code/static/css/impala/footer.less.css'
  977. Copying '/code/static/css/impala/users.less'
  978. Copying '/code/static/css/impala/users.less.css'
  979. Copying '/code/static/css/impala/prose.less'
  980. Copying '/code/static/css/impala/expando.less.css'
  981. Copying '/code/static/css/impala/ratings.less'
  982. Copying '/code/static/css/impala/formset.less.css'
  983. Copying '/code/static/css/impala/tables.less'
  984. Copying '/code/static/css/impala/header.less.css'
  985. Copying '/code/static/css/impala/carousel.less.css'
  986. Copying '/code/static/css/impala/toplist.less'
  987. Copying '/code/static/css/impala/abuse.less'
  988. Copying '/code/static/css/impala/base.css'
  989. Copying '/code/static/css/impala/versions.less'
  990. Copying '/code/static/css/impala/paginator.less'
  991. Copying '/code/static/css/impala/listing.less.css'
  992. Copying '/code/static/css/impala/ratings.less.css'
  993. Copying '/code/static/css/impala/developers.less.css'
  994. Copying '/code/static/css/impala/fonts/OpenSans-Italic.ttf'
  995. Copying '/code/static/css/impala/fonts/montserrat-regular-webfont.woff'
  996. Copying '/code/static/css/impala/fonts/OpenSans-Bold.ttf'
  997. Copying '/code/static/css/impala/fonts/OpenSans-Regular.ttf'
  998. Copying '/code/static/css/impala/fonts/OpenSans-BoldItalic.ttf'
  999. Copying '/code/static/css/impala/fonts/montserrat-bold-webfont.woff'
  1000. Copying '/code/static/css/impala/fonts/MetaWebPro-Black.woff'
  1001. Copying '/code/static/css/impala/fonts/Yellowtail.woff'
  1002. Copying '/code/static/css/shield_study_15/main.css'
  1003. Copying '/code/static/css/shield_study_12/main.css'
  1004. Copying '/code/static/css/restyle/css-min.css'
  1005. Copying '/code/static/css/restyle/restyle.less.css'
  1006. Copying '/code/static/css/restyle/css-all.css'
  1007. Copying '/code/static/css/restyle/restyle.less'
  1008. Copying '/code/static/css/shield_study_9/main.css'
  1009. Copying '/code/static/css/shield_study_7/main.css'
  1010. Copying '/code/static/css/common/invisible-upload.less.css'
  1011. Copying '/code/static/css/common/invisible-upload.less'
  1012. Copying '/code/static/css/common/fonts.less'
  1013. Copying '/code/static/css/common/normalize.css'
  1014. Copying '/code/static/css/shield_study_6/main.css'
  1015. Copying '/code/static/css/shield_study_8/main.css'
  1016. Copying '/code/static/css/lib/syntaxhighlighter/shCoreDefault.css'
  1017. Copying '/code/static/css/node_lib/jquery.minicolors.css'
  1018. Copying '/code/static/css/node_lib/jquery.minicolors.png'
  1019. Copying '/code/static/css/pioneer/main.css'
  1020. Copying '/code/static/css/errors/css-min.css'
  1021. Copying '/code/static/css/errors/css-all.css'
  1022. Copying '/code/static/css/errors/base.less'
  1023. Copying '/code/static/css/errors/base.less.css'
  1024. Copying '/code/static/css/moz_header/footer.css'
  1025. Copying '/code/static/css/shield_study_10/main.css'
  1026. Copying '/code/static/css/zamboni/admin-min.css'
  1027. Copying '/code/static/css/zamboni/reviewers-min.css'
  1028. Copying '/code/static/css/zamboni/themes_review.less.css'
  1029. Copying '/code/static/css/zamboni/reviewers.less.css'
  1030. Copying '/code/static/css/zamboni/files.css'
  1031. Copying '/code/static/css/zamboni/css-min.css'
  1032. Copying '/code/static/css/zamboni/themes_review-min.css'
  1033. Copying '/code/static/css/zamboni/docs.less.css'
  1034. Copying '/code/static/css/zamboni/admin-mozilla.css'
  1035. Copying '/code/static/css/zamboni/impala-min.css'
  1036. Copying '/code/static/css/zamboni/devhub_impala-all.css'
  1037. Copying '/code/static/css/zamboni/reviewers-all.css'
  1038. Copying '/code/static/css/zamboni/admin-all.css'
  1039. Copying '/code/static/css/zamboni/developers.css'
  1040. Copying '/code/static/css/zamboni/tabs.css'
  1041. Copying '/code/static/css/zamboni/css-all.css'
  1042. Copying '/code/static/css/zamboni/admin-django.css'
  1043. Copying '/code/static/css/zamboni/themes_review-all.css'
  1044. Copying '/code/static/css/zamboni/impala-all.css'
  1045. Copying '/code/static/css/zamboni/devhub_impala-min.css'
  1046. Copying '/code/static/css/zamboni/nick.css'
  1047. Copying '/code/static/css/zamboni/unlisted.less.css'
  1048. Copying '/code/static/css/zamboni/discovery-pane.css'
  1049. Copying '/code/static/css/zamboni/reviewers.less'
  1050. Copying '/code/static/css/zamboni/themes.less'
  1051. Copying '/code/static/css/zamboni/docs.less'
  1052. Copying '/code/static/css/zamboni/discovery-pane-min.css'
  1053. Copying '/code/static/css/zamboni/stats-min.css'
  1054. Copying '/code/static/css/zamboni/devhub-min.css'
  1055. Copying '/code/static/css/zamboni/files-all.css'
  1056. Copying '/code/static/css/zamboni/blocklist.css'
  1057. Copying '/code/static/css/zamboni/admin_features.css'
  1058. Copying '/code/static/css/zamboni/unlisted.less'
  1059. Copying '/code/static/css/zamboni/discovery-pane-all.css'
  1060. Copying '/code/static/css/zamboni/zamboni.css'
  1061. Copying '/code/static/css/zamboni/stats-all.css'
  1062. Copying '/code/static/css/zamboni/jquery.minicolors.png'
  1063. Copying '/code/static/css/zamboni/devhub-all.css'
  1064. Copying '/code/static/css/zamboni/tags.css'
  1065. Copying '/code/static/css/zamboni/files-min.css'
  1066. Copying '/code/static/css/zamboni/themes.less.css'
  1067. Copying '/code/static/css/zamboni/themes_review.less'
  1068. Copying '/code/static/css/zamboni/translations/trans.css'
  1069. Copying '/code/static/css/zamboni/jquery-ui/custom-1.7.2.css'
  1070. Copying '/code/static/css/zamboni/jquery-ui/images/ui-bg_glass_50_3baae3_1x400.png'
  1071. Copying '/code/static/css/zamboni/jquery-ui/images/ui-bg_glass_80_d7ebf9_1x400.png'
  1072. Copying '/code/static/css/zamboni/jquery-ui/images/ui-icons_3d80b3_256x240.png'
  1073. Copying '/code/static/css/zamboni/jquery-ui/images/ui-icons_2e83ff_256x240.png'
  1074. Copying '/code/static/css/zamboni/jquery-ui/images/ui-bg_flat_15_cd0a0a_40x100.png'
  1075. Copying '/code/static/css/zamboni/jquery-ui/images/ui-bg_highlight-soft_100_deedf7_1x100.png'
  1076. Copying '/code/static/css/zamboni/jquery-ui/images/ui-icons_2694e8_256x240.png'
  1077. Copying '/code/static/css/zamboni/jquery-ui/images/ui-icons_ffffff_256x240.png'
  1078. Copying '/code/static/css/zamboni/jquery-ui/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png'
  1079. Copying '/code/static/css/zamboni/jquery-ui/images/ui-icons_72a7cf_256x240.png'
  1080. Copying '/code/static/css/zamboni/jquery-ui/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png'
  1081. Copying '/code/static/css/zamboni/jquery-ui/images/ui-bg_glass_100_e4f1fb_1x400.png'
  1082. Copying '/code/static/css/zamboni/jquery-ui/images/ui-bg_highlight-soft_25_ffef8f_1x100.png'
  1083. Copying '/code/static/css/zamboni/jquery-ui/images/ui-bg_highlight-hard_70_000000_1x100.png'
  1084. Copying '/code/static/css/shield_study_11/main.css'
  1085. Copying '/code/static/css/shield_study_16/main.css'
  1086. Copying '/code/static/js/preload-min.js'
  1087. Copying '/code/static/js/common-all.js'
  1088. Copying '/code/static/js/debug-all.js'
  1089. Copying '/code/static/js/impala-all.js'
  1090. Copying '/code/static/js/share.png'
  1091. Copying '/code/static/js/impala-min.js'
  1092. Copying '/code/static/js/debug-min.js'
  1093. Copying '/code/static/js/preload-all.js'
  1094. Copying '/code/static/js/common-min.js'
  1095. Copying '/code/static/js/amo2009/addons.js'
  1096. Copying '/code/static/js/amo2009/global.js'
  1097. Copying '/code/static/js/admin/l10n.js'
  1098. Copying '/code/static/js/shield_study/main.js'
  1099. Copying '/code/static/js/impala/serializers.js'
  1100. Copying '/code/static/js/impala/ajaxcache.js'
  1101. Copying '/code/static/js/impala/preloaded.js'
  1102. Copying '/code/static/js/impala/listing.js'
  1103. Copying '/code/static/js/impala/site_suggestions.js'
  1104. Copying '/code/static/js/impala/formset.js'
  1105. Copying '/code/static/js/impala/abuse.js'
  1106. Copying '/code/static/js/impala/users.js'
  1107. Copying '/code/static/js/impala/global.js'
  1108. Copying '/code/static/js/impala/persona_creation.js'
  1109. Copying '/code/static/js/impala/suggestions.js'
  1110. Copying '/code/static/js/impala/login.js'
  1111. Copying '/code/static/js/impala/homepage.js'
  1112. Copying '/code/static/js/impala/promos.js'
  1113. Copying '/code/static/js/impala/addon_details.js'
  1114. Copying '/code/static/js/impala/capabilities.js'
  1115. Copying '/code/static/js/impala/collections.js'
  1116. Copying '/code/static/js/impala/carousel.js'
  1117. Copying '/code/static/js/impala/forms.js'
  1118. Copying '/code/static/js/impala/search.js'
  1119. Copying '/code/static/js/impala/ratings.js'
  1120. Copying '/code/static/js/impala/footer.js'
  1121. Copying '/code/static/js/impala/stats/chart.js'
  1122. Copying '/code/static/js/impala/stats/controls.js'
  1123. Copying '/code/static/js/impala/stats/table.js'
  1124. Copying '/code/static/js/impala/stats/topchart.js'
  1125. Copying '/code/static/js/impala/stats/manager.js'
  1126. Copying '/code/static/js/impala/stats/helpers.js'
  1127. Copying '/code/static/js/impala/stats/overview.js'
  1128. Copying '/code/static/js/impala/stats/csv_keys.js'
  1129. Copying '/code/static/js/impala/stats/dateutils.js'
  1130. Copying '/code/static/js/impala/stats/stats.js'
  1131. Copying '/code/static/js/common/keys.js'
  1132. Copying '/code/static/js/common/banners.js'
  1133. Copying '/code/static/js/common/upload-image.js'
  1134. Copying '/code/static/js/common/raven-config.js'
  1135. Copying '/code/static/js/common/upload-addon.js'
  1136. Copying '/code/static/js/common/ratingwidget.js'
  1137. Copying '/code/static/js/common/upload-base.js'
  1138. Copying '/code/static/js/lib/diff_match_patch_uncompressed.js'
  1139. Copying '/code/static/js/lib/jquery.zoomBox.js'
  1140. Copying '/code/static/js/lib/highcharts.src.js'
  1141. Copying '/code/static/js/lib/format.js'
  1142. Copying '/code/static/js/lib/jquery.hoverIntent.js'
  1143. Copying '/code/static/js/lib/truncate.js'
  1144. Copying '/code/static/js/lib/jquery.pjax.js'
  1145. Copying '/code/static/js/lib/popcorn-1.0.js'
  1146. Copying '/code/static/js/lib/ui.lightbox.js'
  1147. Copying '/code/static/js/lib/semicolon.js'
  1148. Copying '/code/static/js/lib/ngettext-overload.js'
  1149. Copying '/code/static/js/lib/syntaxhighlighter/shBrushJava.js'
  1150. Copying '/code/static/js/lib/syntaxhighlighter/shBrushPlain.js'
  1151. Copying '/code/static/js/lib/syntaxhighlighter/shCore.js'
  1152. Copying '/code/static/js/lib/syntaxhighlighter/shBrushCss.js'
  1153. Copying '/code/static/js/lib/syntaxhighlighter/shBrushXml.js'
  1154. Copying '/code/static/js/lib/syntaxhighlighter/shBrushJScript.js'
  1155. Copying '/code/static/js/lib/syntaxhighlighter/shLegacy.js'
  1156. Copying '/code/static/js/node_lib/underscore.js'
  1157. Copying '/code/static/js/node_lib/jquery.browser.js'
  1158. Copying '/code/static/js/node_lib/raven.js'
  1159. Copying '/code/static/js/node_lib/jqModal.js'
  1160. Copying '/code/static/js/node_lib/jquery.pjax.js'
  1161. Copying '/code/static/js/node_lib/jquery.minicolors.js'
  1162. Copying '/code/static/js/node_lib/less.js'
  1163. Copying '/code/static/js/node_lib/jquery.timeago.js'
  1164. Copying '/code/static/js/node_lib/jquery.cookie.js'
  1165. Copying '/code/static/js/node_lib/jszip.js'
  1166. Copying '/code/static/js/node_lib/jquery.js'
  1167. Copying '/code/static/js/node_lib/ui/sortable.js'
  1168. Copying '/code/static/js/node_lib/ui/disable-selection.js'
  1169. Copying '/code/static/js/node_lib/ui/ie.js'
  1170. Copying '/code/static/js/node_lib/ui/keycode.js'
  1171. Copying '/code/static/js/node_lib/ui/labels.js'
  1172. Copying '/code/static/js/node_lib/ui/unique-id.js'
  1173. Copying '/code/static/js/node_lib/ui/scroll-parent.js'
  1174. Copying '/code/static/js/node_lib/ui/tabbable.js'
  1175. Copying '/code/static/js/node_lib/ui/widget.js'
  1176. Copying '/code/static/js/node_lib/ui/version.js'
  1177. Copying '/code/static/js/node_lib/ui/focusable.js'
  1178. Copying '/code/static/js/node_lib/ui/autocomplete.js'
  1179. Copying '/code/static/js/node_lib/ui/escape-selector.js'
  1180. Copying '/code/static/js/node_lib/ui/data.js'
  1181. Copying '/code/static/js/node_lib/ui/safe-blur.js'
  1182. Copying '/code/static/js/node_lib/ui/jquery-1-7.js'
  1183. Copying '/code/static/js/node_lib/ui/menu.js'
  1184. Copying '/code/static/js/node_lib/ui/safe-active-element.js'
  1185. Copying '/code/static/js/node_lib/ui/mouse.js'
  1186. Copying '/code/static/js/node_lib/ui/plugin.js'
  1187. Copying '/code/static/js/node_lib/ui/position.js'
  1188. Copying '/code/static/js/node_lib/ui/datepicker.js'
  1189. Copying '/code/static/js/zamboni/files-all.js'
  1190. Copying '/code/static/js/zamboni/static_theme.js'
  1191. Copying '/code/static/js/zamboni/files_templates.js'
  1192. Copying '/code/static/js/zamboni/personas_core.js'
  1193. Copying '/code/static/js/zamboni/discovery-video-min.js'
  1194. Copying '/code/static/js/zamboni/discovery_pane.js'
  1195. Copying '/code/static/js/zamboni/devhub-all.js'
  1196. Copying '/code/static/js/zamboni/l10n.js'
  1197. Copying '/code/static/js/zamboni/discovery-min.js'
  1198. Copying '/code/static/js/zamboni/files.js'
  1199. Copying '/code/static/js/zamboni/personas.js'
  1200. Copying '/code/static/js/zamboni/themes.js'
  1201. Copying '/code/static/js/zamboni/validator.js'
  1202. Copying '/code/static/js/zamboni/discovery_addons.js'
  1203. Copying '/code/static/js/zamboni/tabs.js'
  1204. Copying '/code/static/js/zamboni/users.js'
  1205. Copying '/code/static/js/zamboni/unicode.js'
  1206. Copying '/code/static/js/zamboni/global.js'
  1207. Copying '/code/static/js/zamboni/themes_review.js'
  1208. Copying '/code/static/js/zamboni/devhub_search.js'
  1209. Copying '/code/static/js/zamboni/reviewers-all.js'
  1210. Copying '/code/static/js/zamboni/debouncer.js'
  1211. Copying '/code/static/js/zamboni/stats-min.js'
  1212. Copying '/code/static/js/zamboni/admin-all.js'
  1213. Copying '/code/static/js/zamboni/themes_review_templates.js'
  1214. Copying '/code/static/js/zamboni/discovery_video.js'
  1215. Copying '/code/static/js/zamboni/stats-all.js'
  1216. Copying '/code/static/js/zamboni/admin-min.js'
  1217. Copying '/code/static/js/zamboni/init.js'
  1218. Copying '/code/static/js/zamboni/reviewers-min.js'
  1219. Copying '/code/static/js/zamboni/analytics.js'
  1220. Copying '/code/static/js/zamboni/homepage.js'
  1221. Copying '/code/static/js/zamboni/addon_details.js'
  1222. Copying '/code/static/js/zamboni/helpers.js'
  1223. Copying '/code/static/js/zamboni/discovery-all.js'
  1224. Copying '/code/static/js/zamboni/admin_features.js'
  1225. Copying '/code/static/js/zamboni/admin.js'
  1226. Copying '/code/static/js/zamboni/discovery-video-all.js'
  1227. Copying '/code/static/js/zamboni/reviewers.js'
  1228. Copying '/code/static/js/zamboni/collections.js'
  1229. Copying '/code/static/js/zamboni/devhub-min.js'
  1230. Copying '/code/static/js/zamboni/devhub.js'
  1231. Copying '/code/static/js/zamboni/truncation.js'
  1232. Copying '/code/static/js/zamboni/browser.js'
  1233. Copying '/code/static/js/zamboni/admin_validation.js'
  1234. Copying '/code/static/js/zamboni/ratings.js'
  1235. Copying '/code/static/js/zamboni/files-min.js'
  1236. Copying '/code/static/js/zamboni/storage.js'
  1237. Copying '/code/static/js/zamboni/buttons.js'
  1238. Copying '/code/static/js/debug/less_live.js'
  1239. Copying '/code/static/js/debug/less_setup.js'
  1240. Copying '/code/static/img/favicon.ico'
  1241. Copying '/code/static/img/shield_study_3/small-firefox-logo@2x.png'
  1242. Copying '/code/static/img/shield_study_3/small-firefox-logo.png'
  1243. Copying '/code/static/img/shield_study_4/small-firefox-logo@2x.png'
  1244. Copying '/code/static/img/shield_study_4/small-firefox-logo.png'
  1245. Copying '/code/static/img/shield_study_5/small-firefox-logo@2x.png'
  1246. Copying '/code/static/img/shield_study_5/small-firefox-logo.png'
  1247. Copying '/code/static/img/app-icons/32/seamonkey.png'
  1248. Copying '/code/static/img/app-icons/32/sunbird.png'
  1249. Copying '/code/static/img/app-icons/32/android.png'
  1250. Copying '/code/static/img/app-icons/32/firefox.png'
  1251. Copying '/code/static/img/app-icons/32/generic.png'
  1252. Copying '/code/static/img/app-icons/32/thunderbird.png'
  1253. Copying '/code/static/img/app-icons/256/sunbird.png'
  1254. Copying '/code/static/img/app-icons/16/seamonkey.png'
  1255. Copying '/code/static/img/app-icons/16/sunbird.png'
  1256. Copying '/code/static/img/app-icons/16/android.png'
  1257. Copying '/code/static/img/app-icons/16/firefox.png'
  1258. Copying '/code/static/img/app-icons/16/sprite.png'
  1259. Copying '/code/static/img/app-icons/16/thunderbird.png'
  1260. Copying '/code/static/img/app-icons/small/fennec.png'
  1261. Copying '/code/static/img/app-icons/small/seamonkey.png'
  1262. Copying '/code/static/img/app-icons/small/mozilla.png'
  1263. Copying '/code/static/img/app-icons/small/sunbird.png'
  1264. Copying '/code/static/img/app-icons/small/android.png'
  1265. Copying '/code/static/img/app-icons/small/firefox.png'
  1266. Copying '/code/static/img/app-icons/small/mobile.png'
  1267. Copying '/code/static/img/app-icons/small/thunderbird.png'
  1268. Copying '/code/static/img/app-icons/med/seamonkey.png'
  1269. Copying '/code/static/img/app-icons/med/sunbird.png'
  1270. Copying '/code/static/img/app-icons/med/android.png'
  1271. Copying '/code/static/img/app-icons/med/firefox.png'
  1272. Copying '/code/static/img/app-icons/med/generic.png'
  1273. Copying '/code/static/img/app-icons/med/thunderbird.png'
  1274. Copying '/code/static/img/illustrations/hug.png'
  1275. Copying '/code/static/img/illustrations/logo-collections-220x270.png'
  1276. Copying '/code/static/img/illustrations/addons-robot.png'
  1277. Copying '/code/static/img/illustrations/logo-collections-100x125.png'
  1278. Copying '/code/static/img/illustrations/install.gif'
  1279. Copying '/code/static/img/illustrations/themes.gif'
  1280. Copying '/code/static/img/illustrations/extras.gif'
  1281. Copying '/code/static/img/admin/chooser_stacked-bg.gif'
  1282. Copying '/code/static/img/admin/chooser-bg.gif'
  1283. Copying '/code/static/img/admin/nav-bg-reverse.gif'
  1284. Copying '/code/static/img/admin/selector_stacked-remove.gif'
  1285. Copying '/code/static/img/admin/icon_changelink.gif'
  1286. Copying '/code/static/img/admin/deleted-overlay.gif'
  1287. Copying '/code/static/img/admin/arrow-up.gif'
  1288. Copying '/code/static/img/admin/tooltag-arrowright.gif'
  1289. Copying '/code/static/img/admin/icon_searchbox.png'
  1290. Copying '/code/static/img/admin/icon_alert.gif'
  1291. Copying '/code/static/img/admin/icon_calendar.gif'
  1292. Copying '/code/static/img/admin/selector-add.gif'
  1293. Copying '/code/static/img/admin/selector_stacked-add.gif'
  1294. Copying '/code/static/img/admin/nav-bg-grabber.gif'
  1295. Copying '/code/static/img/admin/icon-yes.gif'
  1296. Copying '/code/static/img/admin/inline-delete.png'
  1297. Copying '/code/static/img/admin/tooltag-arrowright_over.gif'
  1298. Copying '/code/static/img/admin/tool-left_over.gif'
  1299. Copying '/code/static/img/admin/default-bg-reverse.gif'
  1300. Copying '/code/static/img/admin/selector-search.gif'
  1301. Copying '/code/static/img/admin/inline-restore.png'
  1302. Copying '/code/static/img/admin/icon_success.gif'
  1303. Copying '/code/static/img/admin/icon-unknown.gif'
  1304. Copying '/code/static/img/admin/changelist-bg.gif'
  1305. Copying '/code/static/img/admin/inline-splitter-bg.gif'
  1306. Copying '/code/static/img/admin/selector-removeall.gif'
  1307. Copying '/code/static/img/admin/tool-left.gif'
  1308. Copying '/code/static/img/admin/tooltag-add_over.gif'
  1309. Copying '/code/static/img/admin/icon_addlink.gif'
  1310. Copying '/code/static/img/admin/selector-remove.gif'
  1311. Copying '/code/static/img/admin/tool-right_over.gif'
  1312. Copying '/code/static/img/admin/changelist-bg_rtl.gif'
  1313. Copying '/code/static/img/admin/nav-bg.gif'
  1314. Copying '/code/static/img/admin/inline-restore-8bit.png'
  1315. Copying '/code/static/img/admin/icon_clock.gif'
  1316. Copying '/code/static/img/admin/tooltag-add.gif'
  1317. Copying '/code/static/img/admin/icon_deletelink.gif'
  1318. Copying '/code/static/img/admin/icon-no.gif'
  1319. Copying '/code/static/img/admin/tool-right.gif'
  1320. Copying '/code/static/img/admin/icon_error.gif'
  1321. Copying '/code/static/img/admin/selector-addall.gif'
  1322. Copying '/code/static/img/admin/arrow-down.gif'
  1323. Copying '/code/static/img/admin/default-bg.gif'
  1324. Copying '/code/static/img/admin/inline-delete-8bit.png'
  1325. Copying '/code/static/img/jquery-lightbox/goleft.png'
  1326. Copying '/code/static/img/jquery-lightbox/goright.png'
  1327. Copying '/code/static/img/jquery-lightbox/lightbox-blank.gif'
  1328. Copying '/code/static/img/jquery-lightbox/lightbox-ico-loading.gif'
  1329. Copying '/code/static/img/jquery-lightbox/close.png'
  1330. Copying '/code/static/img/shield_study_13/small-firefox-logo@2x.png'
  1331. Copying '/code/static/img/shield_study_13/small-firefox-logo.png'
  1332. Copying '/code/static/img/shield_study_14/small-firefox-logo@2x.png'
  1333. Copying '/code/static/img/shield_study_14/small-firefox-logo.png'
  1334. Copying '/code/static/img/impala/blue-arrow.png'
  1335. Copying '/code/static/img/impala/add.png'
  1336. Copying '/code/static/img/impala/email.png'
  1337. Copying '/code/static/img/impala/feed.png'
  1338. Copying '/code/static/img/impala/contribute.png'
  1339. Copying '/code/static/img/impala/loading-big.gif'
  1340. Copying '/code/static/img/impala/widgets.png'
  1341. Copying '/code/static/img/impala/button-icons'
  1342. Copying '/code/static/img/impala/turtle.png'
  1343. Copying '/code/static/img/impala/collapse.png'
  1344. Copying '/code/static/img/impala/no.png'
  1345. Copying '/code/static/img/impala/expand.png'
  1346. Copying '/code/static/img/impala/add-small.png'
  1347. Copying '/code/static/img/impala/settings.png'
  1348. Copying '/code/static/img/impala/banner-close.png'
  1349. Copying '/code/static/img/impala/x.svg'
  1350. Copying '/code/static/img/impala/stars-16.png'
  1351. Copying '/code/static/img/impala/home.png'
  1352. Copying '/code/static/img/impala/search-stem.png'
  1353. Copying '/code/static/img/impala/warning-bg.png'
  1354. Copying '/code/static/img/impala/developer.png'
  1355. Copying '/code/static/img/impala/add-coll.png'
  1356. Copying '/code/static/img/impala/avatar.png'
  1357. Copying '/code/static/img/impala/expando-large.png'
  1358. Copying '/code/static/img/impala/banner-close-style-refresh.png'
  1359. Copying '/code/static/img/impala/collapse-hover.png'
  1360. Copying '/code/static/img/impala/share.png'
  1361. Copying '/code/static/img/impala/add-disabled-small.png'
  1362. Copying '/code/static/img/impala/button-icons.png'
  1363. Copying '/code/static/img/impala/expand-hover.png'
  1364. Copying '/code/static/img/impala/add-warning-small.png'
  1365. Copying '/code/static/img/impala/reviewer-icons.png'
  1366. Copying '/code/static/img/impala/add-warning.png'
  1367. Copying '/code/static/img/impala/header-icons.png'
  1368. Copying '/code/static/img/impala/getsatisfaction.png'
  1369. Copying '/code/static/img/impala/stars.png'
  1370. Copying '/code/static/img/impala/footer-logo.png'
  1371. Copying '/code/static/img/impala/add-disabled.png'
  1372. Copying '/code/static/img/impala/loading-more.gif'
  1373. Copying '/code/static/img/impala/favorite.png'
  1374. Copying '/code/static/img/impala/close.png'
  1375. Copying '/code/static/img/addons-buttons/AMO-button_1.png'
  1376. Copying '/code/static/img/addons-buttons/AMO-button_2.png'
  1377. Copying '/code/static/img/addons-buttons/TB-AMO-button_1.png'
  1378. Copying '/code/static/img/addons-buttons/TB-AMO-button_2.png'
  1379. Copying '/code/static/img/lightbox/loading.gif'
  1380. Copying '/code/static/img/shield_study_15/small-firefox-logo@2x.png'
  1381. Copying '/code/static/img/shield_study_15/small-firefox-logo.png'
  1382. Copying '/code/static/img/shield_study_12/small-firefox-logo@2x.png'
  1383. Copying '/code/static/img/shield_study_12/small-firefox-logo.png'
  1384. Copying '/code/static/img/docs/themes/header.jpg'
  1385. Copying '/code/static/img/docs/themes/footer.jpg'
  1386. Copying '/code/static/img/shield_study_9/small-firefox-logo@2x.png'
  1387. Copying '/code/static/img/shield_study_9/small-firefox-logo.png'
  1388. Copying '/code/static/img/shield_study_7/small-firefox-logo@2x.png'
  1389. Copying '/code/static/img/shield_study_7/small-firefox-logo.png'
  1390. Copying '/code/static/img/personas/nav-next-over.png'
  1391. Copying '/code/static/img/personas/nav-prev.png'
  1392. Copying '/code/static/img/personas/nav-prev-over.png'
  1393. Copying '/code/static/img/personas/slideshow-nav.png'
  1394. Copying '/code/static/img/personas/nav-next.png'
  1395. Copying '/code/static/img/shield_study_1/small-firefox-logo@2x.png'
  1396. Copying '/code/static/img/shield_study_1/tabzilla-static.png'
  1397. Copying '/code/static/img/shield_study_1/tabzilla-static-high-res.png'
  1398. Copying '/code/static/img/shield_study_1/small-firefox-logo.png'
  1399. Copying '/code/static/img/shield_study_6/small-firefox-logo@2x.png'
  1400. Copying '/code/static/img/shield_study_6/small-firefox-logo.png'
  1401. Copying '/code/static/img/shield_study_8/small-firefox-logo@2x.png'
  1402. Copying '/code/static/img/shield_study_8/small-firefox-logo.png'
  1403. Copying '/code/static/img/tabzilla/tabzilla-static.png'
  1404. Copying '/code/static/img/tabzilla/tabzilla-static-high-res.png'
  1405. Copying '/code/static/img/icons/no-preview.png'
  1406. Copying '/code/static/img/icons/minus.gif'
  1407. Copying '/code/static/img/icons/share-arrow-sprite.png'
  1408. Copying '/code/static/img/icons/go-arrow.png'
  1409. Copying '/code/static/img/icons/search-cat.png'
  1410. Copying '/code/static/img/icons/page_code.png'
  1411. Copying '/code/static/img/icons/arrows-scroller.png'
  1412. Copying '/code/static/img/icons/thumbs.png'
  1413. Copying '/code/static/img/icons/news-feed-sprite.png'
  1414. Copying '/code/static/img/icons/step.png'
  1415. Copying '/code/static/img/icons/default-collection.png'
  1416. Copying '/code/static/img/icons/white-loading-16x16.gif'
  1417. Copying '/code/static/img/icons/search.png'
  1418. Copying '/code/static/img/icons/heart.png'
  1419. Copying '/code/static/img/icons/developer.png'
  1420. Copying '/code/static/img/icons/firefox.png'
  1421. Copying '/code/static/img/icons/plus.gif'
  1422. Copying '/code/static/img/icons/fav-on.gif'
  1423. Copying '/code/static/img/icons/icons.png'
  1424. Copying '/code/static/img/icons/fav-off.gif'
  1425. Copying '/code/static/img/icons/orange-loading.gif'
  1426. Copying '/code/static/img/icons/artist.png'
  1427. Copying '/code/static/img/icons/default-addon.png'
  1428. Copying '/code/static/img/icons/collection.png'
  1429. Copying '/code/static/img/icons/stars-big.png'
  1430. Copying '/code/static/img/icons/category-dropdown-down.gif'
  1431. Copying '/code/static/img/icons/stars.png'
  1432. Copying '/code/static/img/icons/script_code_red.png'
  1433. Copying '/code/static/img/icons/pointer.gif'
  1434. Copying '/code/static/img/icons/category-dropdown-up.gif'
  1435. Copying '/code/static/img/icons/default-theme.png'
  1436. Copying '/code/static/img/icons/arrows.gif'
  1437. Copying '/code/static/img/icons/buttons/minus-orange-16x16.gif'
  1438. Copying '/code/static/img/icons/buttons/plus-orange-16x16.gif'
  1439. Copying '/code/static/img/bg/listing-item-yellow.png'
  1440. Copying '/code/static/img/bg/listing-footer.gif'
  1441. Copying '/code/static/img/bg/listing-item-red.png'
  1442. Copying '/code/static/img/bg/button-red.jpg'
  1443. Copying '/code/static/img/bg/panel-selected.png'
  1444. Copying '/code/static/img/bg/button-green.jpg'
  1445. Copying '/code/static/img/bg/button-gray.jpg'
  1446. Copying '/code/static/img/bg/button-dark-blue.jpg'
  1447. Copying '/code/static/img/bg/button-orange.jpg'
  1448. Copying '/code/static/img/bg/heading-dark-blue-highlighted.png'
  1449. Copying '/code/static/img/sprites/README.txt'
  1450. Copying '/code/static/img/sprites/mkt-reviewer-icons/user_comment.png'
  1451. Copying '/code/static/img/sprites/mkt-reviewer-icons/package.png'
  1452. Copying '/code/static/img/sprites/mkt-reviewer-icons/lock.png'
  1453. Copying '/code/static/img/sprites/mkt-reviewer-icons/up.png'
  1454. Copying '/code/static/img/sprites/mkt-reviewer-icons/information.png'
  1455. Copying '/code/static/img/sprites/mkt-reviewer-icons/exclamation.png'
  1456. Copying '/code/static/img/sprites/mkt-reviewer-icons/privileged.png'
  1457. Copying '/code/static/img/sprites/mkt-reviewer-icons/coins.png'
  1458. Copying '/code/static/img/sprites/mkt-reviewer-icons/page_white_edit.png'
  1459. Copying '/code/static/img/pioneer/wordmark.svg'
  1460. Copying '/code/static/img/pioneer/mozilla.svg'
  1461. Copying '/code/static/img/pioneer/flag.svg'
  1462. Copying '/code/static/img/pioneer/stars@2x.png'
  1463. Copying '/code/static/img/pioneer/stars.png'
  1464. Copying '/code/static/img/addon-icons/tabs-64.png'
  1465. Copying '/code/static/img/addon-icons/alerts-32.png'
  1466. Copying '/code/static/img/addon-icons/default-32.png'
  1467. Copying '/code/static/img/addon-icons/video-64.png'
  1468. Copying '/code/static/img/addon-icons/appearance-64.png'
  1469. Copying '/code/static/img/addon-icons/feeds-32.png'
  1470. Copying '/code/static/img/addon-icons/music-32.png'
  1471. Copying '/code/static/img/addon-icons/games-64.png'
  1472. Copying '/code/static/img/addon-icons/downloads-64.png'
  1473. Copying '/code/static/img/addon-icons/bookmarks-32.png'
  1474. Copying '/code/static/img/addon-icons/webdev-32.png'
  1475. Copying '/code/static/img/addon-icons/photos-64.png'
  1476. Copying '/code/static/img/addon-icons/posts-32.png'
  1477. Copying '/code/static/img/addon-icons/shopping-64.png'
  1478. Copying '/code/static/img/addon-icons/search-32.png'
  1479. Copying '/code/static/img/addon-icons/social-32.png'
  1480. Copying '/code/static/img/addon-icons/dictionary-32.png'
  1481. Copying '/code/static/img/addon-icons/security-64.png'
  1482. Copying '/code/static/img/addon-icons/tabs-32.png'
  1483. Copying '/code/static/img/addon-icons/alerts-64.png'
  1484. Copying '/code/static/img/addon-icons/default-64.png'
  1485. Copying '/code/static/img/addon-icons/video-32.png'
  1486. Copying '/code/static/img/addon-icons/appearance-32.png'
  1487. Copying '/code/static/img/addon-icons/feeds-64.png'
  1488. Copying '/code/static/img/addon-icons/music-64.png'
  1489. Copying '/code/static/img/addon-icons/games-32.png'
  1490. Copying '/code/static/img/addon-icons/downloads-32.png'
  1491. Copying '/code/static/img/addon-icons/bookmarks-64.png'
  1492. Copying '/code/static/img/addon-icons/webdev-64.png'
  1493. Copying '/code/static/img/addon-icons/photos-32.png'
  1494. Copying '/code/static/img/addon-icons/posts-64.png'
  1495. Copying '/code/static/img/addon-icons/shopping-32.png'
  1496. Copying '/code/static/img/addon-icons/search-64.png'
  1497. Copying '/code/static/img/addon-icons/social-64.png'
  1498. Copying '/code/static/img/addon-icons/dictionary-64.png'
  1499. Copying '/code/static/img/addon-icons/security-32.png'
  1500. Copying '/code/static/img/apps/promo.png'
  1501. Copying '/code/static/img/hub/default-32.png'
  1502. Copying '/code/static/img/hub/assetback.png'
  1503. Copying '/code/static/img/hub/default-64.png'
  1504. Copying '/code/static/img/hub/headzilla.png'
  1505. Copying '/code/static/img/hub/phase.png'
  1506. Copying '/code/static/img/notifications/error.png'
  1507. Copying '/code/static/img/shield_study_10/small-firefox-logo@2x.png'
  1508. Copying '/code/static/img/shield_study_10/small-firefox-logo.png'
  1509. Copying '/code/static/img/zamboni/icon-valid.png'
  1510. Copying '/code/static/img/zamboni/pop-point-blue.png'
  1511. Copying '/code/static/img/zamboni/anon_user.png'
  1512. Copying '/code/static/img/zamboni/arrow-left-blue.png'
  1513. Copying '/code/static/img/zamboni/loading-small.gif'
  1514. Copying '/code/static/img/zamboni/button-caution.png'
  1515. Copying '/code/static/img/zamboni/loading-white.gif'
  1516. Copying '/code/static/img/zamboni/notification-success.png'
  1517. Copying '/code/static/img/zamboni/button-caution-on.png'
  1518. Copying '/code/static/img/zamboni/pop-point-yellow.png'
  1519. Copying '/code/static/img/zamboni/loading.gif'
  1520. Copying '/code/static/img/zamboni/footer-logo-med.png'
  1521. Copying '/code/static/img/zamboni/button-green-on.png'
  1522. Copying '/code/static/img/zamboni/blocklist.png'
  1523. Copying '/code/static/img/zamboni/suggest-point.png'
  1524. Copying '/code/static/img/zamboni/button-blue-on.png'
  1525. Copying '/code/static/img/zamboni/suggest-point-rtl.png'
  1526. Copying '/code/static/img/zamboni/notifications.png'
  1527. Copying '/code/static/img/zamboni/button-blue.png'
  1528. Copying '/code/static/img/zamboni/licenses.png'
  1529. Copying '/code/static/img/zamboni/arrow-right-blue.png'
  1530. Copying '/code/static/img/zamboni/button-green.png'
  1531. Copying '/code/static/img/zamboni/notification-error-small.png'
  1532. Copying '/code/static/img/zamboni/notification-error.png'
  1533. Copying '/code/static/img/zamboni/promo-background.png'
  1534. Copying '/code/static/img/zamboni/app_icons/seamonkey.png'
  1535. Copying '/code/static/img/zamboni/app_icons/sunbird.png'
  1536. Copying '/code/static/img/zamboni/app_icons/firefox.png'
  1537. Copying '/code/static/img/zamboni/app_icons/generic.png'
  1538. Copying '/code/static/img/zamboni/app_icons/thunderbird.png'
  1539. Copying '/code/static/img/zamboni/app_icons/small.png'
  1540. Copying '/code/static/img/zamboni/discovery_pane/bg-hanger.png'
  1541. Copying '/code/static/img/zamboni/discovery_pane/arrow-right.png'
  1542. Copying '/code/static/img/zamboni/discovery_pane/bg-moreaddons.jpg'
  1543. Copying '/code/static/img/zamboni/discovery_pane/bg-home.png'
  1544. Copying '/code/static/img/zamboni/discovery_pane/bg-morepersonas.jpg'
  1545. Copying '/code/static/img/zamboni/discovery_pane/loading.gif'
  1546. Copying '/code/static/img/zamboni/discovery_pane/bg-gift.png'
  1547. Copying '/code/static/img/zamboni/discovery_pane/bg-pattern.png'
  1548. Copying '/code/static/img/zamboni/discovery_pane/arrow-left.png'
  1549. Copying '/code/static/img/zamboni/discovery_pane/pager-nav.png'
  1550. Copying '/code/static/img/zamboni/discovery_pane/video.png'
  1551. Copying '/code/static/img/zamboni/discovery_pane/logo-addons.png'
  1552. Copying '/code/static/img/zamboni/discovery_pane/promos-original/starter-bg.png'
  1553. Copying '/code/static/img/zamboni/discovery_pane/promos-original/starter-bg-right.png'
  1554. Copying '/code/static/img/zamboni/discovery_pane/promos-original/olympics-bg.png'
  1555. Copying '/code/static/img/zamboni/discovery_pane/promos-original/starter-bg-left.png'
  1556. Copying '/code/static/img/zamboni/discovery_pane/promos-original/olympics-bg-large.png'
  1557. Copying '/code/static/img/zamboni/discovery_pane/promos-original/st-patricks-bg.png'
  1558. Copying '/code/static/img/zamboni/discovery_pane/promos-original/monthly-screenshot.png'
  1559. Copying '/code/static/img/zamboni/discovery_pane/promos-original/monthly-bg.png'
  1560. Copying '/code/static/img/zamboni/discovery_pane/promos-original/new-year.png'
  1561. Copying '/code/static/img/zamboni/discovery_pane/promos-original/fx4-collection-bg.png'
  1562. Copying '/code/static/img/zamboni/discovery_pane/promos-original/go-mobile-bg.png'
  1563. Copying '/code/static/img/zamboni/discovery_pane/promos-original/ryff-bg.png'
  1564. Copying '/code/static/img/zamboni/discovery_pane/promos/holiday-ebay-2x.png'
  1565. Copying '/code/static/img/zamboni/discovery_pane/promos/starter-bg.png'
  1566. Copying '/code/static/img/zamboni/discovery_pane/promos/starter-bg-right.png'
  1567. Copying '/code/static/img/zamboni/discovery_pane/promos/olympics-bg.png'
  1568. Copying '/code/static/img/zamboni/discovery_pane/promos/starter-bg-left.png'
  1569. Copying '/code/static/img/zamboni/discovery_pane/promos/olympics-bg-large.png'
  1570. Copying '/code/static/img/zamboni/discovery_pane/promos/bokeh-grey-bg.jpg'
  1571. Copying '/code/static/img/zamboni/discovery_pane/promos/holiday-ebay.png'
  1572. Copying '/code/static/img/zamboni/discovery_pane/promos/school-bg-right.png'
  1573. Copying '/code/static/img/zamboni/discovery_pane/promos/travel-bg.jpg'
  1574. Copying '/code/static/img/zamboni/discovery_pane/promos/school-bg.jpg'
  1575. Copying '/code/static/img/zamboni/discovery_pane/promos/holiday-bg.psd'
  1576. Copying '/code/static/img/zamboni/discovery_pane/promos/holiday-bg.jpg'
  1577. Copying '/code/static/img/zamboni/discovery_pane/promos/school-bg-left.png'
  1578. Copying '/code/static/img/zamboni/discovery_pane/promos/st-patricks-bg.png'
  1579. Copying '/code/static/img/zamboni/discovery_pane/promos/holiday-amazon-2x.png'
  1580. Copying '/code/static/img/zamboni/discovery_pane/promos/valentines-bg.png'
  1581. Copying '/code/static/img/zamboni/discovery_pane/promos/bokeh-blue-bg.jpg'
  1582. Copying '/code/static/img/zamboni/discovery_pane/promos/australis-contest-bg.jpg'
  1583. Copying '/code/static/img/zamboni/discovery_pane/promos/monthly-screenshot.png'
  1584. Copying '/code/static/img/zamboni/discovery_pane/promos/holiday-amazon.png'
  1585. Copying '/code/static/img/zamboni/discovery_pane/promos/monthly-bg.png'
  1586. Copying '/code/static/img/zamboni/discovery_pane/promos/contest-josh.jpg'
  1587. Copying '/code/static/img/zamboni/discovery_pane/promos/bokeh-yellow-bg.jpg'
  1588. Copying '/code/static/img/zamboni/discovery_pane/promos/contest-caroline.jpg'
  1589. Copying '/code/static/img/zamboni/discovery_pane/promos/contest-jason.jpg'
  1590. Copying '/code/static/img/zamboni/discovery_pane/promos/travel-bg-right.png'
  1591. Copying '/code/static/img/zamboni/discovery_pane/promos/new-year.jpg'
  1592. Copying '/code/static/img/zamboni/discovery_pane/promos/fx4-collection-bg.png'
  1593. Copying '/code/static/img/zamboni/discovery_pane/promos/travel-bg-left.png'
  1594. Copying '/code/static/img/zamboni/discovery_pane/promos/go-mobile-bg.png'
  1595. Copying '/code/static/img/zamboni/discovery_pane/promos/bokeh-purple-bg.jpg'
  1596. Copying '/code/static/img/zamboni/discovery_pane/promos/holiday-shoppingbag.png'
  1597. Copying '/code/static/img/zamboni/discovery_pane/promos/ryff-bg.png'
  1598. Copying '/code/static/img/zamboni/discovery_pane/promos/video/guy.png'
  1599. Copying '/code/static/img/zamboni/discovery_pane/promos/video/hand.png'
  1600. Copying '/code/static/img/zamboni/discovery_pane/promos/video/eyes.png'
  1601. Copying '/code/static/img/zamboni/discovery_pane/promos/video/bg.png'
  1602. Copying '/code/static/img/zamboni/discovery_pane/promos-refresh/carousel-gray.png'
  1603. Copying '/code/static/img/zamboni/discovery_pane/promos-refresh/testpilot.png'
  1604. Copying '/code/static/img/zamboni/discovery_pane/promos-refresh/carousel-1.png'
  1605. Copying '/code/static/img/zamboni/discovery_pane/promos-refresh/carousel-2.png'
  1606. Copying '/code/static/img/zamboni/personas/theme-promo.png'
  1607. Copying '/code/static/img/zamboni/personas/promo-browser.png'
  1608. Copying '/code/static/img/zamboni/personas/complete-theme-promo-original.png'
  1609. Copying '/code/static/img/zamboni/personas/promo-arrows.png'
  1610. Copying '/code/static/img/zamboni/personas/submit.jpg'
  1611. Copying '/code/static/img/zamboni/personas/theme-promo-original.png'
  1612. Copying '/code/static/img/zamboni/personas/complete-theme-promo.png'
  1613. Copying '/code/static/img/zamboni/icons/no-32x32.png'
  1614. Copying '/code/static/img/zamboni/icons/addmobile-32x32.png'
  1615. Copying '/code/static/img/zamboni/icons/icon-draggable.png'
  1616. Copying '/code/static/img/zamboni/icons/arrow-left-blue.png'
  1617. Copying '/code/static/img/zamboni/icons/puzzle-64.png'
  1618. Copying '/code/static/img/zamboni/icons/suggest-help.png'
  1619. Copying '/code/static/img/zamboni/icons/puzzle-16.png'
  1620. Copying '/code/static/img/zamboni/icons/firefox-32x32.png'
  1621. Copying '/code/static/img/zamboni/icons/feed-icons.png'
  1622. Copying '/code/static/img/zamboni/icons/checks.png'
  1623. Copying '/code/static/img/zamboni/icons/puzzle-32.png'
  1624. Copying '/code/static/img/zamboni/icons/puzzle-128.png'
  1625. Copying '/code/static/img/zamboni/icons/arrow-right-blue.png'
  1626. Copying '/code/static/img/zamboni/icons/button-icons.png'
  1627. Copying '/code/static/img/zamboni/icons/alert-32x32.png'
  1628. Copying '/code/static/img/zamboni/icons/subscribe-icons.png'
  1629. Copying '/code/static/img/zamboni/icons/no-14x14.png'
  1630. Copying '/code/static/img/zamboni/icons/collections.png'
  1631. Copying '/code/static/img/zamboni/icons/favorites.png'
  1632. Copying '/code/static/img/zamboni/promos/fx4-beta-promo.png'
  1633. Copying '/code/static/img/zamboni/promos/fav-small.jpg'
  1634. Copying '/code/static/img/zamboni/promos/fav-large.jpg'
  1635. Copying '/code/static/img/zamboni/global/bg-header.png'
  1636. Copying '/code/static/img/zamboni/global/icon-search.png'
  1637. Copying '/code/static/img/zamboni/global/bg-footer.png'
  1638. Copying '/code/static/img/zamboni/global/btn-search.png'
  1639. Copying '/code/static/img/zamboni/global/wordmark.png'
  1640. Copying '/code/static/img/zamboni/global/header-logos.png'
  1641. Copying '/code/static/img/shield_study_11/small-firefox-logo@2x.png'
  1642. Copying '/code/static/img/shield_study_11/small-firefox-logo.png'
  1643. Copying '/code/static/img/shield_study_16/small-firefox-logo@2x.png'
  1644. Copying '/code/static/img/shield_study_16/small-firefox-logo.png'
  1645. Copying '/code/static/img/developers/add.png'
  1646. Copying '/code/static/img/developers/reviewer-sprite.png'
  1647. Copying '/code/static/img/developers/test-info.png'
  1648. Copying '/code/static/img/developers/addons-logo.svg'
  1649. Copying '/code/static/img/developers/go-arrow.png'
  1650. Copying '/code/static/img/developers/go-arrow_rtl.png'
  1651. Copying '/code/static/img/developers/input-indicators.png'
  1652. Copying '/code/static/img/developers/hub-logo-footer.png'
  1653. Copying '/code/static/img/developers/suite-notrun.png'
  1654. Copying '/code/static/img/developers/test-warning-important.png'
  1655. Copying '/code/static/img/developers/suite-summary-bg.jpg'
  1656. Copying '/code/static/img/developers/platforms.png'
  1657. Copying '/code/static/img/developers/folder.png'
  1658. Copying '/code/static/img/developers/hub-addon-fox.png'
  1659. Copying '/code/static/img/developers/progress.gif'
  1660. Copying '/code/static/img/developers/test-warning.png'
  1661. Copying '/code/static/img/developers/suite-running.gif'
  1662. Copying '/code/static/img/developers/addons-logo-black.svg'
  1663. Copying '/code/static/img/developers/suite-pass.png'
  1664. Copying '/code/static/img/developers/test-pass.png'
  1665. Copying '/code/static/img/developers/test-fail.png'
  1666. Copying '/code/static/img/developers/suite-fail.png'
  1667. Copying '/code/static/img/developers/new-landing/port-chrome.svg'
  1668. Copying '/code/static/img/developers/new-landing/whatsnew-rocket-2x.png'
  1669. Copying '/code/static/img/developers/new-landing/manage-addon.png'
  1670. Copying '/code/static/img/developers/new-landing/callout-header-fox.svg'
  1671. Copying '/code/static/img/developers/new-landing/ladder.png'
  1672. Copying '/code/static/img/developers/new-landing/whatsnew-background-2x.png'
  1673. Copying '/code/static/img/developers/new-landing/whatsnew-rocket.png'
  1674. Copying '/code/static/img/developers/new-landing/whatsnew-background.png'
  1675. Copying '/code/static/img/developers/new-landing/publish-my-addon-2x.png'
  1676. Copying '/code/static/img/developers/new-landing/publish-my-addon.png'
  1677. Copying '/code/static/img/developers/new-landing/header-background.svg'
  1678. Copying '/code/static/img/developers/new-landing/manage-addon-2x.png'
  1679. Copying '/code/static/img/developers/new-landing/ladder-2x.png'
  1680. Copying '/code/static/fonts/fira/LICENSE'
  1681. Copying '/code/static/fonts/fira/woff/FiraSans-BoldItalic.woff'
  1682. Copying '/code/static/fonts/fira/woff/FiraSans-ExtraBoldItalic.woff'
  1683. Copying '/code/static/fonts/fira/woff/FiraSans-UltraLight.woff'
  1684. Copying '/code/static/fonts/fira/woff/FiraSans-HeavyItalic.woff'
  1685. Copying '/code/static/fonts/fira/woff/FiraMono-Regular.woff'
  1686. Copying '/code/static/fonts/fira/woff/FiraSans-Light.woff'
  1687. Copying '/code/static/fonts/fira/woff/FiraSans-Ultra.woff'
  1688. Copying '/code/static/fonts/fira/woff/FiraSans-BookItalic.woff'
  1689. Copying '/code/static/fonts/fira/woff/FiraSans-SemiBoldItalic.woff'
  1690. Copying '/code/static/fonts/fira/woff/FiraSans-Hair.woff'
  1691. Copying '/code/static/fonts/fira/woff/FiraSans-SemiBold.woff'
  1692. Copying '/code/static/fonts/fira/woff/FiraSans-Heavy.woff'
  1693. Copying '/code/static/fonts/fira/woff/FiraSans-EightItalic.woff'
  1694. Copying '/code/static/fonts/fira/woff/FiraSans-TwoItalic.woff'
  1695. Copying '/code/static/fonts/fira/woff/FiraSans-ExtraLightItalic.woff'
  1696. Copying '/code/static/fonts/fira/woff/FiraSans-Book.woff'
  1697. Copying '/code/static/fonts/fira/woff/FiraSans-FourItalic.woff'
  1698. Copying '/code/static/fonts/fira/woff/FiraSans-Two.woff'
  1699. Copying '/code/static/fonts/fira/woff/FiraSans-MediumItalic.woff'
  1700. Copying '/code/static/fonts/fira/woff/FiraSans-UltraLightItalic.woff'
  1701. Copying '/code/static/fonts/fira/woff/FiraSans-Regular.woff'
  1702. Copying '/code/static/fonts/fira/woff/FiraSans-Thin.woff'
  1703. Copying '/code/static/fonts/fira/woff/FiraSans-Medium.woff'
  1704. Copying '/code/static/fonts/fira/woff/FiraSans-ThinItalic.woff'
  1705. Copying '/code/static/fonts/fira/woff/FiraSans-LightItalic.woff'
  1706. Copying '/code/static/fonts/fira/woff/FiraSans-ExtraBold.woff'
  1707. Copying '/code/static/fonts/fira/woff/FiraSans-Italic.woff'
  1708. Copying '/code/static/fonts/fira/woff/FiraMono-Bold.woff'
  1709. Copying '/code/static/fonts/fira/woff/FiraSans-UltraItalic.woff'
  1710. Copying '/code/static/fonts/fira/woff/FiraSans-Eight.woff'
  1711. Copying '/code/static/fonts/fira/woff/FiraSans-ExtraLight.woff'
  1712. Copying '/code/static/fonts/fira/woff/FiraSans-Bold.woff'
  1713. Copying '/code/static/fonts/fira/woff/FiraSans-HairItalic.woff'
  1714. Copying '/code/static/fonts/fira/woff/FiraSans-Four.woff'
  1715. Copying '/code/static/fonts/fira/woff/FiraMono-Medium.woff'
  1716. Copying '/code/static/fonts/fira/woff2/FiraSans-UltraItalic.woff2'
  1717. Copying '/code/static/fonts/fira/woff2/FiraSans-Regular.woff2'
  1718. Copying '/code/static/fonts/fira/woff2/FiraSans-HairItalic.woff2'
  1719. Copying '/code/static/fonts/fira/woff2/FiraMono-Bold.woff2'
  1720. Copying '/code/static/fonts/fira/woff2/FiraMono-Medium.woff2'
  1721. Copying '/code/static/fonts/fira/woff2/FiraSans-ExtraLightItalic.woff2'
  1722. Copying '/code/static/fonts/fira/woff2/FiraSans-HeavyItalic.woff2'
  1723. Copying '/code/static/fonts/fira/woff2/FiraSans-Ultra.woff2'
  1724. Copying '/code/static/fonts/fira/woff2/FiraSans-Book.woff2'
  1725. Copying '/code/static/fonts/fira/woff2/FiraSans-Heavy.woff2'
  1726. Copying '/code/static/fonts/fira/woff2/FiraSans-Medium.woff2'
  1727. Copying '/code/static/fonts/fira/woff2/FiraSans-Bold.woff2'
  1728. Copying '/code/static/fonts/fira/woff2/FiraSans-Two.woff2'
  1729. Copying '/code/static/fonts/fira/woff2/FiraMono-Regular.woff2'
  1730. Copying '/code/static/fonts/fira/woff2/FiraSans-Eight.woff2'
  1731. Copying '/code/static/fonts/fira/woff2/FiraSans-Thin.woff2'
  1732. Copying '/code/static/fonts/fira/woff2/FiraSans-BookItalic.woff2'
  1733. Copying '/code/static/fonts/fira/woff2/FiraSans-UltraLightItalic.woff2'
  1734. Copying '/code/static/fonts/fira/woff2/FiraSans-MediumItalic.woff2'
  1735. Copying '/code/static/fonts/fira/woff2/FiraSans-LightItalic.woff2'
  1736. Copying '/code/static/fonts/fira/woff2/FiraSans-FourItalic.woff2'
  1737. Copying '/code/static/fonts/fira/woff2/FiraSans-Hair.woff2'
  1738. Copying '/code/static/fonts/fira/woff2/FiraSans-TwoItalic.woff2'
  1739. Copying '/code/static/fonts/fira/woff2/FiraSans-Four.woff2'
  1740. Copying '/code/static/fonts/fira/woff2/FiraSans-ExtraLight.woff2'
  1741. Copying '/code/static/fonts/fira/woff2/FiraSans-SemiBoldItalic.woff2'
  1742. Copying '/code/static/fonts/fira/woff2/FiraSans-Italic.woff2'
  1743. Copying '/code/static/fonts/fira/woff2/FiraSans-ExtraBoldItalic.woff2'
  1744. Copying '/code/static/fonts/fira/woff2/FiraSans-EightItalic.woff2'
  1745. Copying '/code/static/fonts/fira/woff2/FiraSans-ThinItalic.woff2'
  1746. Copying '/code/static/fonts/fira/woff2/FiraSans-Light.woff2'
  1747. Copying '/code/static/fonts/fira/woff2/FiraSans-UltraLight.woff2'
  1748. Copying '/code/static/fonts/fira/woff2/FiraSans-BoldItalic.woff2'
  1749. Copying '/code/static/fonts/fira/woff2/FiraSans-ExtraBold.woff2'
  1750. Copying '/code/static/fonts/fira/woff2/FiraSans-SemiBold.woff2'
  1751. Copying '/code/static/fonts/fira/otf/FiraSans-UltraLight.otf'
  1752. Copying '/code/static/fonts/fira/otf/FiraSans-Eight.otf'
  1753. Copying '/code/static/fonts/fira/otf/FiraMono-Regular.otf'
  1754. Copying '/code/static/fonts/fira/otf/FiraSans-Two.otf'
  1755. Copying '/code/static/fonts/fira/otf/FiraSans-Light.otf'
  1756. Copying '/code/static/fonts/fira/otf/FiraSans-EightItalic.otf'
  1757. Copying '/code/static/fonts/fira/otf/FiraSans-HairItalic.otf'
  1758. Copying '/code/static/fonts/fira/otf/FiraSans-Four.otf'
  1759. Copying '/code/static/fonts/fira/otf/FiraSans-TwoItalic.otf'
  1760. Copying '/code/static/fonts/fira/otf/FiraSans-BookItalic.otf'
  1761. Copying '/code/static/fonts/fira/otf/FiraSans-MediumItalic.otf'
  1762. Copying '/code/static/fonts/fira/otf/FiraSans-FourItalic.otf'
  1763. Copying '/code/static/fonts/fira/otf/FiraMono-Medium.otf'
  1764. Copying '/code/static/fonts/fira/otf/FiraSans-Ultra.otf'
  1765. Copying '/code/static/fonts/fira/otf/FiraSans-Medium.otf'
  1766. Copying '/code/static/fonts/fira/otf/FiraSans-BoldItalic.otf'
  1767. Copying '/code/static/fonts/fira/otf/FiraSans-Book.otf'
  1768. Copying '/code/static/fonts/fira/otf/FiraSans-Hair.otf'
  1769. Copying '/code/static/fonts/fira/otf/FiraSans-Bold.otf'
  1770. Copying '/code/static/fonts/fira/otf/FiraSans-ExtraLight.otf'
  1771. Copying '/code/static/fonts/fira/otf/FiraSans-ThinItalic.otf'
  1772. Copying '/code/static/fonts/fira/otf/FiraSans-HeavyItalic.otf'
  1773. Copying '/code/static/fonts/fira/otf/FiraSans-ExtraLightItalic.otf'
  1774. Copying '/code/static/fonts/fira/otf/FiraSans-Thin.otf'
  1775. Copying '/code/static/fonts/fira/otf/FiraSans-UltraLightItalic.otf'
  1776. Copying '/code/static/fonts/fira/otf/FiraSans-LightItalic.otf'
  1777. Copying '/code/static/fonts/fira/otf/FiraSans-Heavy.otf'
  1778. Copying '/code/static/fonts/fira/otf/FiraSans-UltraItalic.otf'
  1779. Copying '/code/static/fonts/fira/otf/FiraSans-ExtraBoldItalic.otf'
  1780. Copying '/code/static/fonts/fira/otf/FiraSans-Regular.otf'
  1781. Copying '/code/static/fonts/fira/otf/FiraSans-Italic.otf'
  1782. Copying '/code/static/fonts/fira/otf/FiraMono-Bold.otf'
  1783. Copying '/code/static/fonts/fira/otf/FiraSans-ExtraBold.otf'
  1784. Copying '/code/static/fonts/fira/otf/FiraSans-SemiBold.otf'
  1785. Copying '/code/static/fonts/fira/otf/FiraSans-SemiBoldItalic.otf'
  1786. Copying '/usr/local/lib/python2.7/site-packages/django_extensions/static/django_extensions/js/jquery.ajaxQueue.js'
  1787. Copying '/usr/local/lib/python2.7/site-packages/django_extensions/static/django_extensions/js/jquery.autocomplete.js'
  1788. Copying '/usr/local/lib/python2.7/site-packages/django_extensions/static/django_extensions/js/jquery.bgiframe.js'
  1789. Copying '/usr/local/lib/python2.7/site-packages/django_extensions/static/django_extensions/img/indicator.gif'
  1790. Copying '/usr/local/lib/python2.7/site-packages/django_extensions/static/django_extensions/css/jquery.autocomplete.css'
  1791. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/default.js'
  1792. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/prettify-min.js'
  1793. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/coreapi-0.1.1.js'
  1794. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/bootstrap.min.js'
  1795. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/ajax-form.js'
  1796. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/jquery-3.3.1.min.js'
  1797. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/js/csrf.js'
  1798. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings.png'
  1799. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/img/glyphicons-halflings-white.png'
  1800. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/img/grid.png'
  1801. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.svg'
  1802. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff2'
  1803. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.svg'
  1804. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.woff'
  1805. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.eot'
  1806. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.ttf'
  1807. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.eot'
  1808. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/glyphicons-halflings-regular.ttf'
  1809. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/fonts/fontawesome-webfont.woff'
  1810. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/js/jquery.json-view.min.js'
  1811. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/js/highlight.pack.js'
  1812. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/js/api.js'
  1813. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/img/favicon.ico'
  1814. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/img/grid.png'
  1815. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/css/highlight.css'
  1816. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/css/jquery.json-view.min.css'
  1817. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/docs/css/base.css'
  1818. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/css/default.css'
  1819. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/css/bootstrap-tweaks.css'
  1820. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/css/font-awesome-4.0.3.css'
  1821. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/css/bootstrap-theme.min.css'
  1822. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/css/bootstrap.min.css'
  1823. Copying '/usr/local/lib/python2.7/site-packages/rest_framework/static/rest_framework/css/prettify.css'
  1824. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.min.js'
  1825. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/calendar.js'
  1826. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectFilter2.js'
  1827. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/timeparse.js'
  1828. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.min.js'
  1829. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/core.js'
  1830. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/SelectBox.js'
  1831. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/change_form.js'
  1832. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.min.js'
  1833. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.min.js'
  1834. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/popup_response.js'
  1835. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/cancel.js'
  1836. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/urlify.js'
  1837. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/collapse.js'
  1838. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate.js'
  1839. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/inlines.js'
  1840. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/prepopulate_init.js'
  1841. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/jquery.init.js'
  1842. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/actions.js'
  1843. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/LICENSE-XREGEXP.txt'
  1844. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.js'
  1845. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/xregexp/xregexp.min.js'
  1846. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.js'
  1847. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/LICENSE-JQUERY.txt'
  1848. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/vendor/jquery/jquery.min.js'
  1849. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/DateTimeShortcuts.js'
  1850. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/js/admin/RelatedObjectLookups.js'
  1851. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-yes.svg'
  1852. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-deletelink.svg'
  1853. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-clock.svg'
  1854. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-arrowright.svg'
  1855. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/selector-icons.svg'
  1856. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-calendar.svg'
  1857. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/sorting-icons.svg'
  1858. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-addlink.svg'
  1859. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown-alt.svg'
  1860. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/README.txt'
  1861. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-no.svg'
  1862. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/calendar-icons.svg'
  1863. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-alert.svg'
  1864. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/inline-delete.svg'
  1865. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/LICENSE'
  1866. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/search.svg'
  1867. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-unknown.svg'
  1868. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/tooltag-add.svg'
  1869. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/icon-changelink.svg'
  1870. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_on.svg'
  1871. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/img/gis/move_vertex_off.svg'
  1872. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Bold-webfont.woff'
  1873. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Regular-webfont.woff'
  1874. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/README.txt'
  1875. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/LICENSE.txt'
  1876. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/fonts/Roboto-Light-webfont.woff'
  1877. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/login.css'
  1878. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/changelists.css'
  1879. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/dashboard.css'
  1880. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/forms.css'
  1881. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/widgets.css'
  1882. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/rtl.css'
  1883. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/fonts.css'
  1884. Copying '/usr/local/lib/python2.7/site-packages/django/contrib/admin/static/admin/css/base.css'
  1885. Copying '/usr/local/lib/python2.7/site-packages/django_statsd/static/stick.js'
  1886.  
  1887. 1021 static files copied to '/code/site-static'.
  1888. # reindex --wipe will force the ES mapping to be re-installed. Useful to
  1889. # make sure the mapping is correct before adding a bunch of add-ons.
  1890. python manage.py reindex --wipe --force --noinput
  1891. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  1892.   File "/code/settings.py", line 121, in <module>
  1893.     from local_settings import *  # noqa
  1894. ImportError: No module named local_settings
  1895.  
  1896.   traceback.format_exc()))
  1897. {"EnvVersion": "2.0", "Type": "z.startup", "Severity": 6, "Fields": {"msg": "Set RECURSION_LIMIT to 10000", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762863009164032, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1316}
  1898. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762863039966976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1316}
  1899. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762863041734912, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1316}
  1900. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762863227875840, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1316}
  1901. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762863230579968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1316}
  1902. /usr/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py:101: Warning: (1287L, u"'@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead")
  1903.   return self.cursor.execute(query, args)
  1904. Starting the reindexation
  1905. {"EnvVersion": "2.0", "Type": "z.elasticsearch", "Severity": 6, "Fields": {"msg": "Unflagging the database", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762865891678976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1316}
  1906. Building the task chain
  1907. Running all indexation tasks
  1908.  
  1909.  
  1910. *** Reindexation done ***
  1911.  
  1912. Reindexed 1 indexes.
  1913.  
  1914. Current Aliases configuration:
  1915.  
  1916. {
  1917.     "addons-20181017075427": {
  1918.         "aliases": {
  1919.             "addons": {}
  1920.         }
  1921.     }
  1922. }
  1923.  
  1924. python manage.py generate_addons --app firefox 10
  1925. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  1926.   File "/code/settings.py", line 121, in <module>
  1927.     from local_settings import *  # noqa
  1928. ImportError: No module named local_settings
  1929.  
  1930.   traceback.format_exc()))
  1931. {"EnvVersion": "2.0", "Type": "z.startup", "Severity": 6, "Fields": {"msg": "Set RECURSION_LIMIT to 10000", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762882016241152, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1932. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762882039587072, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1933. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762882042759936, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1934. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762882185379072, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1935. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762882187490816, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1936. /usr/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py:101: Warning: (1287L, u"'@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead")
  1937.   return self.cursor.execute(query, args)
  1938. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [1]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762884959539968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1939. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762884976160000, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1940. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:1. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762885130369792, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1941. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [1]: 1539762885:ns:d2c-versions:1", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762885137577984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1942. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 1.6 for addon 1: Exquisite Bacon", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762885320728064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1943. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Updating 10969.is_public from False to True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762885401848064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1944. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/1.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762885490247936, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1945. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/1.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762885544280064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1946. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/1.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762885655801088, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1947. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/1.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762885697051904, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1948. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/1.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762885855320832, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1949. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpkdb3fC') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7f3b643ff930>> ignored
  1950. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762886142270208, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1951. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762886216336896, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1952. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762886294902016, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1953. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762886381611008, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1954. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762886609088000, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1955. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [2]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762886814171904, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1956. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762886834633984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1957. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:2. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762886858872064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1958. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [2]: 1539762886:ns:d2c-versions:2", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762886861303040, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1959. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 2.0 for addon 2: Spicy Pierogi", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762887006294016, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1960. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762887067909888, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1961. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/2.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762887135232000, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1962. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/2.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762887176269056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1963. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/2.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762887310354944, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1964. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/2.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762887347208960, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1965. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/2.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762887689573120, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1966. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpcP7XBB') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7f3b6429b030>> ignored
  1967. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762887914532864, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1968. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888032915968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1969. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888131478016, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1970. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888201766912, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1971. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888276516864, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1972. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [3]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888429220864, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1973. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888441556992, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1974. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:3. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888450056192, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1975. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [3]: 1539762888:ns:d2c-versions:3", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888451803904, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1976. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 0.3 for addon 3: Spicy Pancake", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888570953984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1977. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888621145088, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1978. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/3.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888656356096, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1979. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/3.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888691550976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1980. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/3.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888797805056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1981. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/3.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888832732928, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1982. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/3.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762888956548096, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1983. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpXRxI_i') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7f3b642c2030>> ignored
  1984. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762889252335104, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1985. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762889333234176, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1986. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762889404082944, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1987. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762889471152128, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1988. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762889582048768, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1989. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [4]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762889762423040, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1990. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762889781008128, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1991. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:4. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762889795186944, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1992. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [4]: 1539762889:ns:d2c-versions:4", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762889796912896, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1993. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 0.8 for addon 4: Exquisite Stew", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762889982078976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1994. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762890076588032, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1995. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/4.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762890114284032, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1996. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/4.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762890146157056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1997. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/4.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762890265265920, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1998. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/4.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762890336723968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  1999. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/4.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762890523191808, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2000. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpyW3oUB') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7f3b64266030>> ignored
  2001. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762890760519936, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2002. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762890846641152, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2003. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762890903724800, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2004. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762890981786880, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2005. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762891054306048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2006. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [5]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762891191063808, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2007. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762891208942848, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2008. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:5. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762891223802112, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2009. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [5]: 1539762891:ns:d2c-versions:5", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762891225768960, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2010. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 1.6 for addon 5: Spicy Pie", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762891412259072, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2011. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762891476722944, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2012. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/5.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762891534641152, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2013. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/5.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762891568973056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2014. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/5.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762891721771008, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2015. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/5.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762891770544128, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2016. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/5.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762891921287168, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2017. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpi9nDvs') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7f3b6427d030>> ignored
  2018. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762892210732032, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2019. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762892348614912, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2020. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762892458342144, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2021. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762892560875776, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2022. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762892670108160, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2023. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [6]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762892843614208, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2024. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762892866121984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2025. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:6. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762892884571136, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2026. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [6]: 1539762892:ns:d2c-versions:6", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762892887998208, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2027. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 0.4 for addon 6: Elegant Curry", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762893125051904, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2028. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762893179663872, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2029. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/6.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762893233520128, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2030. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/6.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762893261598208, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2031. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/6.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762893328356864, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2032. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/6.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762893356072960, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2033. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/6.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762893500678912, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2034. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpDlh32S') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7f3b64217030>> ignored
  2035. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762893739571200, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2036. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762893839339008, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2037. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762893921288960, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2038. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762893999661824, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2039. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762894063160832, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2040. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [7]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762894322650880, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2041. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762894345548032, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2042. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:7. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762894361615872, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2043. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [7]: 1539762894:ns:d2c-versions:7", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762894364523776, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2044. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 0.0 for addon 7: Exquisite Sushi", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762894495469056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2045. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762894555105024, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2046. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/7.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762894604059904, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2047. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/7.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762894643505152, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2048. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/7.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762894790339840, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2049. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/7.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762894840743936, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2050. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/7.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762895105346816, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2051. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpRGx__F') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7f3b64233030>> ignored
  2052. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762895395755008, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2053. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762895486882048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2054. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762895697947904, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2055. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762895816185856, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2056. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762895954508032, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2057. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [8]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762896123017984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2058. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762896148642048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2059. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:8. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762896163675904, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2060. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [8]: 1539762896:ns:d2c-versions:8", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762896165255168, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2061. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 0.3 for addon 8: Exquisite Barbeque", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762896382301184, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2062. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762896503657216, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2063. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/8.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762896600753152, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2064. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/8.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762896623214080, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2065. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/8.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762896814258944, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2066. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/8.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762896847013888, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2067. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/8.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762897105620992, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2068. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpTqhRYS') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7f3b64243030>> ignored
  2069. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762897384485888, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2070. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762897447554048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2071. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762897522820096, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2072. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762897667123200, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2073. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762897757380864, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2074. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [9]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762897966803968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2075. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762897983340032, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2076. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:9. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762897990608896, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2077. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [9]: 1539762897:ns:d2c-versions:9", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762897991930880, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2078. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 0.1 for addon 9: Delicious Chocolate", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762898187992064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2079. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762898240870912, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2080. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/9.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762898280209152, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2081. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/9.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762898307291904, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2082. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/9.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762898360773120, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2083. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/9.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762898384951040, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2084. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/9.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762898494776064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2085. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpqGRQ_L') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7f3b641e0030>> ignored
  2086. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762898789613056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2087. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762898922841088, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2088. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899026652160, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2089. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899105360896, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2090. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899179506944, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2091. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [10]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899309231104, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2092. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899322035968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2093. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:10. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899331501056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2094. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [10]: 1539762899:ns:d2c-versions:10", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899333645056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2095. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 1.2 for addon 10: Spicy Gyro", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899446275840, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2096. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899490210048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2097. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/10.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899539652096, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2098. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/10.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899574884864, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2099. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/10.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899675713024, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2100. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/10.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899791248128, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2101. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/10.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762899953026048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2102. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpV2msqG') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7f3b64204030>> ignored
  2103. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762900243983104, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2104. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762900391992064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2105. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762900505121024, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2106. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762900614905088, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2107. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762900690285824, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1323}
  2108. python manage.py generate_addons --app android 10
  2109. /code/settings.py:127: UserWarning: Could not import local_settings module. Traceback (most recent call last):
  2110.   File "/code/settings.py", line 121, in <module>
  2111.     from local_settings import *  # noqa
  2112. ImportError: No module named local_settings
  2113.  
  2114.   traceback.format_exc()))
  2115. {"EnvVersion": "2.0", "Type": "z.startup", "Severity": 6, "Fields": {"msg": "Set RECURSION_LIMIT to 10000", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762907581082112, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2116. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762907632962816, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2117. {"EnvVersion": "2.0", "Type": "raven.contrib.django.client.DjangoClient", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762907634725120, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2118. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 7, "Fields": {"msg": "Configuring Raven for host: None", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762907847710976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2119. {"EnvVersion": "2.0", "Type": "raven.base.Client", "Severity": 6, "Fields": {"msg": "Raven is not configured (logging is disabled). Please see the documentation for more information.", "remoteAddressChain": "", "uid": ""}, "Timestamp": 1539762907849186048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2120. /usr/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py:101: Warning: (1287L, u"'@@tx_isolation' is deprecated and will be removed in a future release. Please use '@@transaction_isolation' instead")
  2121.   return self.cursor.execute(query, args)
  2122. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [11]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762912224870912, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2123. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762912240969984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2124. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:11. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762912455145984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2125. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [11]: 1539762912:ns:d2c-versions:11", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762912456706048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2126. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 1.1 for addon 11: Food Truck Bacon", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762912616836096, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2127. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762912689719808, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2128. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/11.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762912770593792, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2129. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/11.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762912799272960, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2130. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/11.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762912856465152, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2131. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/11.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762912875547904, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2132. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/11.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762913016719104, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2133. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpvUPx5L') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7fcca3947c00>> ignored
  2134. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762913353149952, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2135. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762913503646976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2136. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762913614011136, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2137. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762913786146048, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2138. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762913918077952, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2139. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [12]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762914060691200, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2140. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762914080118784, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2141. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:12. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762914090727936, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2142. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [12]: 1539762914:ns:d2c-versions:12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762914091887872, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2143. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 0.8 for addon 12: Swanky Sushi", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762914251218176, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2144. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762914299133184, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2145. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/12.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762914342628096, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2146. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/12.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762914385101056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2147. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/12.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762914484030976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2148. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/12.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762914520539136, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2149. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/12.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762914722939136, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2150. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpl3h0G7') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7fcca3607a50>> ignored
  2151. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762914953457152, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2152. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915057071872, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2153. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915140480000, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2154. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915217691904, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2155. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915286000896, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2156. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [13]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915495588096, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2157. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915524058112, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2158. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:13. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915533832192, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2159. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [13]: 1539762915:ns:d2c-versions:13", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915534585856, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2160. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 1.5 for addon 13: Delicious Burrito", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915701165824, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2161. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915744041984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2162. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/13.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915799985920, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2163. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/13.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915822712064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2164. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/13.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915896951808, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2165. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/13.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762915928525824, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2166. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/13.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762916125651968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2167. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmp9xGEC7') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7fcca3607a50>> ignored
  2168. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762916278853888, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2169. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762916359013120, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2170. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762916435129856, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2171. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762916508227072, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2172. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762916578522880, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2173. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [14]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762916708904960, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2174. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762916722918912, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2175. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:14. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762916731358976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2176. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [14]: 1539762916:ns:d2c-versions:14", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762916732044032, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2177. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 0.0 for addon 14: Swanky Gyro", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762916868990976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2178. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762916923224064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2179. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/14.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762917003820800, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2180. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/14.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762917048471808, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2181. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/14.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762917129848832, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2182. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/14.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762917155034112, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2183. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/14.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762917290942976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2184. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpqbt6vH') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7fcca3607a50>> ignored
  2185. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762917604880128, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2186. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762917697185024, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2187. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762917804215040, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2188. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762917921113088, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2189. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762918013660928, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2190. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [15]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762918156333824, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2191. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762918170475008, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2192. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:15. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762918215148800, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2193. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [15]: 1539762918:ns:d2c-versions:15", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762918216824064, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2194. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 1.3 for addon 15: Tasty Pasta", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762918358918912, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2195. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762918427836928, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2196. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/15.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762918531478784, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2197. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/15.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762918565320960, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2198. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/15.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762918639294976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2199. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/15.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762918666048000, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2200. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/15.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762918942445056, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2201. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpx5qGZ_') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7fcca3607a50>> ignored
  2202. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762919209011200, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2203. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762919302571008, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2204. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762919396342016, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2205. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762919467773952, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2206. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762919569600000, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2207. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Changing add-on status [16]: 4 => 0 (no listed version with valid file).", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762919699758080, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2208. {"EnvVersion": "2.0", "Type": "z.amo.activity", "Severity": 4, "Fields": {"msg": "Activity log called with no user: 12", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762919733680896, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2209. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Cache increment failed for key: ns:d2c-versions:16. Resetting.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762919748649984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2210. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Incrementing d2c-versions namespace for add-on [16]: 1539762919:ns:d2c-versions:16", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762919753870080, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2211. {"EnvVersion": "2.0", "Type": "z.addons", "Severity": 6, "Fields": {"msg": "Version changed from current: None to 0.5 for addon 16: Artisanal Burrito", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762919916284160, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2212. {"EnvVersion": "2.0", "Type": "z.users", "Severity": 6, "Fields": {"msg": "Not changing 10969.is_public from True", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762919972275968, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2213. {"EnvVersion": "2.0", "Type": "z.devhub.task", "Severity": 6, "Fields": {"msg": "[1@None] Resizing preview and storing size: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/16.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762920019675904, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2214. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/16.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762920041118976, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2215. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/thumbs/0/16.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762920164366848, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2216. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Optimizing image: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/16.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762920190345984, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2217. {"EnvVersion": "2.0", "Type": "z.amo", "Severity": 6, "Fields": {"msg": "Image optimization completed for: /code/src/olympia/../../storage/shared_storage/uploads/previews/full/0/16.png", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762920419361024, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2218. Exception OSError: (2, 'No such file or directory', '/code/storage/shared_storage/tmp/tmpALusQQ') in <bound method _TemporaryFileWrapper.__del__ of <closed file '<fdopen>', mode 'w+b' at 0x7fcca3607a50>> ignored
  2219. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762920719316992, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2220. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762920866852096, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2221. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762920940754944, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2222. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762921055802112, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2223. {"EnvVersion": "2.0", "Type": "z.task", "Severity": 6, "Fields": {"msg": "[1@50/m] Updating review denorms.", "remoteAddressChain": "", "uid": "<anon>"}, "Timestamp": 1539762921135904000, "Logger": "http_app_addons", "Hostname": "2b53581a0d90", "Pid": 1350}
  2224. Traceback (most recent call last):
  2225.   File "manage.py", line 11, in <module>
  2226.     execute_from_command_line(sys.argv)
  2227.   File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
  2228.     utility.execute()
  2229.   File "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 356, in execute
  2230.     self.fetch_command(subcommand).run_from_argv(self.argv)
  2231.   File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 283, in run_from_argv
  2232.     self.execute(*args, **cmd_options)
  2233.   File "/usr/local/lib/python2.7/site-packages/django/core/management/base.py", line 330, in execute
  2234.     output = self.handle(*args, **options)
  2235.   File "/code/src/olympia/landfill/management/commands/generate_addons.py", line 52, in handle
  2236.     generate_addons(num, email, app_name)
  2237.   File "/code/src/olympia/landfill/generators.py", line 84, in generate_addons
  2238.     application=app, type=addon_type)
  2239.   File "/code/src/olympia/landfill/generators.py", line 61, in create_addon
  2240.     addon = Addon.objects.create(**kwargs)
  2241.   File "/usr/local/lib/python2.7/site-packages/django/db/models/manager.py", line 85, in manager_method
  2242.     return getattr(self.get_queryset(), name)(*args, **kwargs)
  2243.   File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 394, in create
  2244.     obj.save(force_insert=True, using=self.db)
  2245.   File "/code/src/olympia/addons/models.py", line 398, in save
  2246.     super(Addon, self).save(**kw)
  2247.   File "/code/src/olympia/amo/models.py", line 233, in save
  2248.     result = super(OnChangeMixin, self).save(*args, **kw)
  2249.   File "/code/src/olympia/amo/models.py", line 340, in save
  2250.     return super(SaveUpdateMixin, self).save(**kwargs)
  2251.   File "/usr/local/lib/python2.7/site-packages/django/db/models/base.py", line 808, in save
  2252.     force_update=force_update, update_fields=update_fields)
  2253.   File "/usr/local/lib/python2.7/site-packages/django/db/models/base.py", line 838, in save_base
  2254.     updated = self._save_table(raw, cls, force_insert, force_update, using, update_fields)
  2255.   File "/usr/local/lib/python2.7/site-packages/django/db/models/base.py", line 924, in _save_table
  2256.     result = self._do_insert(cls._base_manager, using, fields, update_pk, raw)
  2257.   File "/usr/local/lib/python2.7/site-packages/django/db/models/base.py", line 963, in _do_insert
  2258.     using=using, raw=raw)
  2259.   File "/usr/local/lib/python2.7/site-packages/django/db/models/manager.py", line 85, in manager_method
  2260.     return getattr(self.get_queryset(), name)(*args, **kwargs)
  2261.   File "/usr/local/lib/python2.7/site-packages/django/db/models/query.py", line 1079, in _insert
  2262.     return query.get_compiler(using=using).execute_sql(return_id)
  2263.   File "/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py", line 1112, in execute_sql
  2264.     cursor.execute(sql, params)
  2265.   File "/usr/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 79, in execute
  2266.     return super(CursorDebugWrapper, self).execute(sql, params)
  2267.   File "/usr/local/lib/python2.7/site-packages/raven/contrib/django/client.py", line 127, in execute
  2268.     return real_execute(self, sql, params)
  2269.   File "/usr/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 64, in execute
  2270.     return self.cursor.execute(sql, params)
  2271.   File "/usr/local/lib/python2.7/site-packages/django/db/utils.py", line 94, in __exit__
  2272.     six.reraise(dj_exc_type, dj_exc_value, traceback)
  2273.   File "/usr/local/lib/python2.7/site-packages/django/db/backends/utils.py", line 64, in execute
  2274.     return self.cursor.execute(sql, params)
  2275.   File "/usr/local/lib/python2.7/site-packages/django/db/backends/mysql/base.py", line 101, in execute
  2276.     return self.cursor.execute(query, args)
  2277.   File "/usr/local/lib/python2.7/site-packages/MySQLdb/cursors.py", line 250, in execute
  2278.     self.errorhandler(self, exc, value)
  2279.   File "/usr/local/lib/python2.7/site-packages/MySQLdb/connections.py", line 50, in defaulterrorhandler
  2280.     raise errorvalue
  2281. django.db.utils.IntegrityError: (1062, "Duplicate entry '@delicious-chocolate' for key 'guid'")
  2282. Makefile-docker:88: recipe for target 'populate_data' failed
  2283. make: *** [populate_data] Error 1
  2284. make: *** [initialize_docker] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement