burke

Untitled

Sep 8th, 2017
599
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 468.96 KB | None | 0 0
  1. $ docker-compose up
  2. Creating network "oclweb_default" with the default driver
  3. Creating volume "oclweb_db_web_data" with default driver
  4. Building web_dependencies
  5. Step 1/19 : FROM python:2.7.13
  6. ---> fa8e55b2235d
  7. Step 2/19 : ENV PYTHONUNBUFFERED 1
  8. ---> Using cache
  9. ---> 197bda56a88e
  10. Step 3/19 : RUN set -ex && echo 'deb http://deb.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/jessie-backports.list && apt update -y && apt install -t jessie-backports openjdk-8-jre-headless ca-certificates-java -y
  11. ---> Running in 7e00152ec340
  12. + echo deb http://deb.debian.org/debian jessie-backports main
  13. + apt update -y
  14.  
  15. WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts.
  16.  
  17. Get:1 http://security.debian.org jessie/updates InRelease [63.1 kB]
  18. Get:2 http://security.debian.org jessie/updates/main amd64 Packages [561 kB]
  19. Ign http://deb.debian.org jessie InRelease
  20. Get:3 http://deb.debian.org jessie-updates InRelease [145 kB]
  21. Get:4 http://deb.debian.org jessie-backports InRelease [166 kB]
  22. Get:5 http://deb.debian.org jessie Release.gpg [2373 B]
  23. Get:6 http://deb.debian.org jessie Release [148 kB]
  24. Get:7 http://deb.debian.org jessie-updates/main amd64 Packages [17.8 kB]
  25. Get:8 http://deb.debian.org jessie-backports/main amd64 Packages [1169 kB]
  26. Get:9 http://deb.debian.org jessie/main amd64 Packages [9063 kB]
  27. Fetched 11.3 MB in 5s (1989 kB/s)
  28. Reading package lists...
  29. Building dependency tree...
  30. Reading state information...
  31. 17 packages can be upgraded. Run 'apt list --upgradable' to see them.
  32. + apt install -t jessie-backports openjdk-8-jre-headless ca-certificates-java -y
  33.  
  34. WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts.
  35.  
  36. Reading package lists...
  37. Building dependency tree...
  38. Reading state information...
  39. The following extra packages will be installed:
  40. dbus java-common libavahi-client3 libavahi-common-data libavahi-common3
  41. libcap-ng0 libcups2 libdbus-1-3 libnspr4 libnss3 libpcsclite1 libxi6
  42. libxtst6
  43. Suggested packages:
  44. dbus-x11 default-jre equivs cups-common pcscd libnss-mdns fonts-dejavu-extra
  45. fonts-ipafont-gothic fonts-ipafont-mincho ttf-wqy-microhei ttf-wqy-zenhei
  46. fonts-indic
  47. The following NEW packages will be installed:
  48. ca-certificates-java dbus java-common libavahi-client3 libavahi-common-data
  49. libavahi-common3 libcap-ng0 libcups2 libdbus-1-3 libnspr4 libnss3
  50. libpcsclite1 libxi6 libxtst6 openjdk-8-jre-headless
  51. 0 upgraded, 15 newly installed, 0 to remove and 48 not upgraded.
  52. Need to get 29.6 MB of archives.
  53. After this operation, 108 MB of additional disk space will be used.
  54. Get:1 http://deb.debian.org/debian/ jessie/main libavahi-common-data amd64 0.6.31-5 [98.6 kB]
  55. Get:2 http://deb.debian.org/debian/ jessie/main libavahi-common3 amd64 0.6.31-5 [51.1 kB]
  56. Get:3 http://deb.debian.org/debian/ jessie/main libdbus-1-3 amd64 1.8.22-0+deb8u1 [170 kB]
  57. Get:4 http://deb.debian.org/debian/ jessie/main libavahi-client3 amd64 0.6.31-5 [54.4 kB]
  58. Get:5 http://deb.debian.org/debian/ jessie/main libcap-ng0 amd64 0.7.4-2 [13.2 kB]
  59. Get:6 http://deb.debian.org/debian/ jessie/main libnspr4 amd64 2:4.12-1+debu8u1 [117 kB]
  60. Get:7 http://deb.debian.org/debian/ jessie/main libnss3 amd64 2:3.26-1+debu8u2 [1161 kB]
  61. Get:8 http://deb.debian.org/debian/ jessie/main libpcsclite1 amd64 1.8.13-1+deb8u1 [56.2 kB]
  62. Get:9 http://deb.debian.org/debian/ jessie/main libxi6 amd64 2:1.7.4-1+b2 [79.7 kB]
  63. Get:10 http://deb.debian.org/debian/ jessie/main libxtst6 amd64 2:1.2.2-1+b1 [27.3 kB]
  64. Get:11 http://deb.debian.org/debian/ jessie-backports/main ca-certificates-java all 20161107~bpo8+1 [14.8 kB]
  65. Get:12 http://deb.debian.org/debian/ jessie/main java-common all 0.52 [136 kB]
  66. Get:13 http://deb.debian.org/debian/ jessie-backports/main libcups2 amd64 2.2.1-8~bpo8+1 [309 kB]
  67. Get:14 http://deb.debian.org/debian/ jessie-backports/main openjdk-8-jre-headless amd64 8u131-b11-1~bpo8+1 [27.0 MB]
  68. Get:15 http://deb.debian.org/debian/ jessie/main dbus amd64 1.8.22-0+deb8u1 [292 kB]
  69. debconf: delaying package configuration, since apt-utils is not installed
  70. Fetched 29.6 MB in 3s (7716 kB/s)
  71. Selecting previously unselected package libavahi-common-data:amd64.
  72. (Reading database ... 21605 files and directories currently installed.)
  73. Preparing to unpack .../libavahi-common-data_0.6.31-5_amd64.deb ...
  74. Unpacking libavahi-common-data:amd64 (0.6.31-5) ...
  75. Selecting previously unselected package libavahi-common3:amd64.
  76. Preparing to unpack .../libavahi-common3_0.6.31-5_amd64.deb ...
  77. Unpacking libavahi-common3:amd64 (0.6.31-5) ...
  78. Selecting previously unselected package libdbus-1-3:amd64.
  79. Preparing to unpack .../libdbus-1-3_1.8.22-0+deb8u1_amd64.deb ...
  80. Unpacking libdbus-1-3:amd64 (1.8.22-0+deb8u1) ...
  81. Selecting previously unselected package libavahi-client3:amd64.
  82. Preparing to unpack .../libavahi-client3_0.6.31-5_amd64.deb ...
  83. Unpacking libavahi-client3:amd64 (0.6.31-5) ...
  84. Selecting previously unselected package libcap-ng0:amd64.
  85. Preparing to unpack .../libcap-ng0_0.7.4-2_amd64.deb ...
  86. Unpacking libcap-ng0:amd64 (0.7.4-2) ...
  87. Selecting previously unselected package libnspr4:amd64.
  88. Preparing to unpack .../libnspr4_2%3a4.12-1+debu8u1_amd64.deb ...
  89. Unpacking libnspr4:amd64 (2:4.12-1+debu8u1) ...
  90. Selecting previously unselected package libnss3:amd64.
  91. Preparing to unpack .../libnss3_2%3a3.26-1+debu8u2_amd64.deb ...
  92. Unpacking libnss3:amd64 (2:3.26-1+debu8u2) ...
  93. Selecting previously unselected package libpcsclite1:amd64.
  94. Preparing to unpack .../libpcsclite1_1.8.13-1+deb8u1_amd64.deb ...
  95. Unpacking libpcsclite1:amd64 (1.8.13-1+deb8u1) ...
  96. Selecting previously unselected package libxi6:amd64.
  97. Preparing to unpack .../libxi6_2%3a1.7.4-1+b2_amd64.deb ...
  98. Unpacking libxi6:amd64 (2:1.7.4-1+b2) ...
  99. Selecting previously unselected package libxtst6:amd64.
  100. Preparing to unpack .../libxtst6_2%3a1.2.2-1+b1_amd64.deb ...
  101. Unpacking libxtst6:amd64 (2:1.2.2-1+b1) ...
  102. Selecting previously unselected package ca-certificates-java.
  103. Preparing to unpack .../ca-certificates-java_20161107~bpo8+1_all.deb ...
  104. Unpacking ca-certificates-java (20161107~bpo8+1) ...
  105. Selecting previously unselected package java-common.
  106. Preparing to unpack .../java-common_0.52_all.deb ...
  107. Unpacking java-common (0.52) ...
  108. Selecting previously unselected package libcups2:amd64.
  109. Preparing to unpack .../libcups2_2.2.1-8~bpo8+1_amd64.deb ...
  110. Unpacking libcups2:amd64 (2.2.1-8~bpo8+1) ...
  111. Selecting previously unselected package openjdk-8-jre-headless:amd64.
  112. Preparing to unpack .../openjdk-8-jre-headless_8u131-b11-1~bpo8+1_amd64.deb ...
  113. Unpacking openjdk-8-jre-headless:amd64 (8u131-b11-1~bpo8+1) ...
  114. Selecting previously unselected package dbus.
  115. Preparing to unpack .../dbus_1.8.22-0+deb8u1_amd64.deb ...
  116. Unpacking dbus (1.8.22-0+deb8u1) ...
  117. Processing triggers for ca-certificates (20141019+deb8u3) ...
  118. Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
  119. Running hooks in /etc/ca-certificates/update.d....done.
  120. Processing triggers for libc-bin (2.19-18+deb8u10) ...
  121. Processing triggers for systemd (215-17+deb8u7) ...
  122. Setting up libavahi-common-data:amd64 (0.6.31-5) ...
  123. Setting up libavahi-common3:amd64 (0.6.31-5) ...
  124. Setting up libdbus-1-3:amd64 (1.8.22-0+deb8u1) ...
  125. Setting up libavahi-client3:amd64 (0.6.31-5) ...
  126. Setting up libcap-ng0:amd64 (0.7.4-2) ...
  127. Setting up libnspr4:amd64 (2:4.12-1+debu8u1) ...
  128. Setting up libnss3:amd64 (2:3.26-1+debu8u2) ...
  129. Setting up libpcsclite1:amd64 (1.8.13-1+deb8u1) ...
  130. Setting up libxi6:amd64 (2:1.7.4-1+b2) ...
  131. Setting up libxtst6:amd64 (2:1.2.2-1+b1) ...
  132. Setting up java-common (0.52) ...
  133. Setting up libcups2:amd64 (2.2.1-8~bpo8+1) ...
  134. Setting up dbus (1.8.22-0+deb8u1) ...
  135. invoke-rc.d: policy-rc.d denied execution of start.
  136. Setting up openjdk-8-jre-headless:amd64 (8u131-b11-1~bpo8+1) ...
  137. update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode
  138. update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java to provide /usr/bin/java (java) in auto mode
  139. update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
  140. update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode
  141. update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode
  142. update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
  143. update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode
  144. update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/orbd to provide /usr/bin/orbd (orbd) in auto mode
  145. update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/servertool to provide /usr/bin/servertool (servertool) in auto mode
  146. update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/tnameserv to provide /usr/bin/tnameserv (tnameserv) in auto mode
  147. update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
  148. Setting up ca-certificates-java (20161107~bpo8+1) ...
  149. Adding debian:Certinomis_-_Autorité_Racine.pem
  150. Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
  151. Adding debian:ISRG_Root_X1.pem
  152. Adding debian:S-TRUST_Universal_Root_CA.pem
  153. Adding debian:thawte_Primary_Root_CA_-_G2.pem
  154. Adding debian:Certum_Root_CA.pem
  155. Adding debian:Secure_Global_CA.pem
  156. Adding debian:Izenpe.com.pem
  157. Adding debian:GlobalSign_Root_CA.pem
  158. Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
  159. Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem
  160. Adding debian:QuoVadis_Root_CA_3_G3.pem
  161. Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority.pem
  162. Adding debian:Microsec_e-Szigno_Root_CA.pem
  163. Adding debian:QuoVadis_Root_CA_1_G3.pem
  164. Adding debian:ePKI_Root_Certification_Authority.pem
  165. Adding debian:spi-cacert-2008.pem
  166. Adding debian:Deutsche_Telekom_Root_CA_2.pem
  167. Adding debian:OpenTrust_Root_CA_G2.pem
  168. Adding debian:DST_ACES_CA_X6.pem
  169. Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
  170. Adding debian:Actalis_Authentication_Root_CA.pem
  171. Adding debian:GeoTrust_Global_CA.pem
  172. Adding debian:Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem
  173. Adding debian:DigiCert_Assured_ID_Root_G3.pem
  174. Adding debian:OpenTrust_Root_CA_G3.pem
  175. Adding debian:SwissSign_Silver_CA_-_G2.pem
  176. Adding debian:Trustis_FPS_Root_CA.pem
  177. Adding debian:Security_Communication_Root_CA.pem
  178. Adding debian:CNNIC_ROOT.pem
  179. Adding debian:Swisscom_Root_EV_CA_2.pem
  180. Adding debian:DigiCert_Trusted_Root_G4.pem
  181. Adding debian:Go_Daddy_Class_2_CA.pem
  182. Adding debian:AddTrust_Public_Services_Root.pem
  183. Adding debian:Certplus_Root_CA_G2.pem
  184. Adding debian:XRamp_Global_CA_Root.pem
  185. Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem
  186. Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
  187. Adding debian:GlobalSign_Root_CA_-_R2.pem
  188. Adding debian:Comodo_Secure_Services_root.pem
  189. Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
  190. Adding debian:Chambers_of_Commerce_Root_-_2008.pem
  191. Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem
  192. Adding debian:certSIGN_ROOT_CA.pem
  193. Adding debian:TWCA_Global_Root_CA.pem
  194. Adding debian:QuoVadis_Root_CA_2.pem
  195. Adding debian:Juur-SK.pem
  196. Adding debian:Comodo_Trusted_Services_root.pem
  197. Adding debian:QuoVadis_Root_CA_3.pem
  198. Adding debian:Entrust_Root_Certification_Authority.pem
  199. Adding debian:GlobalSign_Root_CA_-_R3.pem
  200. Adding debian:Global_Chambersign_Root_-_2008.pem
  201. Adding debian:CA_Disig_Root_R1.pem
  202. Adding debian:StartCom_Certification_Authority_G2.pem
  203. Adding debian:OpenTrust_Root_CA_G1.pem
  204. Adding debian:RSA_Security_2048_v3.pem
  205. Adding debian:AddTrust_Low-Value_Services_Root.pem
  206. Adding debian:COMODO_Certification_Authority.pem
  207. Adding debian:Atos_TrustedRoot_2011.pem
  208. Adding debian:Certum_Trusted_Network_CA.pem
  209. Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
  210. Adding debian:SZAFIR_ROOT_CA2.pem
  211. Adding debian:Equifax_Secure_CA.pem
  212. Adding debian:QuoVadis_Root_CA_2_G3.pem
  213. Adding debian:E-Tugra_Certification_Authority.pem
  214. Adding debian:Swisscom_Root_CA_2.pem
  215. Adding debian:GeoTrust_Global_CA_2.pem
  216. Adding debian:ACEDICOM_Root.pem
  217. Adding debian:Cybertrust_Global_Root.pem
  218. Adding debian:AC_Raíz_Certicámara_S.A..pem
  219. Adding debian:IGC_A.pem
  220. Adding debian:Certplus_Class_2_Primary_CA.pem
  221. Adding debian:Taiwan_GRCA.pem
  222. Adding debian:Camerfirma_Global_Chambersign_Root.pem
  223. Adding debian:USERTrust_RSA_Certification_Authority.pem
  224. Adding debian:PSCProcert.pem
  225. Adding debian:TWCA_Root_Certification_Authority.pem
  226. Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
  227. Adding debian:WellsSecure_Public_Root_Certificate_Authority.pem
  228. Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
  229. Adding debian:Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem
  230. Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
  231. Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority.pem
  232. Adding debian:Equifax_Secure_eBusiness_CA_1.pem
  233. Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
  234. Adding debian:AffirmTrust_Networking.pem
  235. Adding debian:GeoTrust_Universal_CA_2.pem
  236. Adding debian:Entrust_Root_Certification_Authority_-_G2.pem
  237. Adding debian:Swisscom_Root_CA_1.pem
  238. Adding debian:ComSign_CA.pem
  239. Adding debian:DST_Root_CA_X3.pem
  240. Adding debian:Buypass_Class_2_CA_1.pem
  241. Adding debian:ApplicationCA_-_Japanese_Government.pem
  242. Adding debian:Certum_Trusted_Network_CA_2.pem
  243. Adding debian:Buypass_Class_2_Root_CA.pem
  244. Adding debian:CA_Disig_Root_R2.pem
  245. Adding debian:Security_Communication_RootCA2.pem
  246. Adding debian:COMODO_ECC_Certification_Authority.pem
  247. Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
  248. Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
  249. Adding debian:AddTrust_Qualified_Certificates_Root.pem
  250. Adding debian:Certigna.pem
  251. Adding debian:TC_TrustCenter_Class_3_CA_II.pem
  252. Adding debian:USERTrust_ECC_Certification_Authority.pem
  253. Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
  254. Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem
  255. Adding debian:AddTrust_External_Root.pem
  256. Adding debian:S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem
  257. Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem
  258. Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
  259. Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
  260. Adding debian:StartCom_Certification_Authority_2.pem
  261. Adding debian:AffirmTrust_Premium.pem
  262. Adding debian:CFCA_EV_ROOT.pem
  263. Adding debian:IdenTrust_Commercial_Root_CA_1.pem
  264. Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem
  265. Adding debian:DigiCert_Global_Root_G3.pem
  266. Adding debian:TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H6.pem
  267. Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem
  268. Adding debian:Baltimore_CyberTrust_Root.pem
  269. Adding debian:CA_WoSign_ECC_Root.pem
  270. Adding debian:UTN_USERFirst_Email_Root_CA.pem
  271. Adding debian:EC-ACC.pem
  272. Adding debian:GeoTrust_Primary_Certification_Authority.pem
  273. Adding debian:DigiCert_Global_Root_G2.pem
  274. Adding debian:Hongkong_Post_Root_CA_1.pem
  275. Adding debian:WoSign.pem
  276. Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem
  277. Adding debian:Certplus_Root_CA_G1.pem
  278. Adding debian:Visa_eCommerce_Root.pem
  279. Adding debian:EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı.pem
  280. Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
  281. Adding debian:Certinomis_-_Root_CA.pem
  282. Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem
  283. Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem
  284. Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem
  285. Adding debian:DigiCert_Assured_ID_Root_CA.pem
  286. Adding debian:Sonera_Class_2_Root_CA.pem
  287. Adding debian:AffirmTrust_Premium_ECC.pem
  288. Adding debian:SwissSign_Gold_CA_-_G2.pem
  289. Adding debian:Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem
  290. Adding debian:UTN_USERFirst_Hardware_Root_CA.pem
  291. Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
  292. Adding debian:TeliaSonera_Root_CA_v1.pem
  293. Adding debian:Equifax_Secure_Global_eBusiness_CA.pem
  294. Adding debian:QuoVadis_Root_CA.pem
  295. Adding debian:GeoTrust_Universal_CA.pem
  296. Adding debian:Certification_Authority_of_WoSign_G2.pem
  297. Adding debian:Buypass_Class_3_Root_CA.pem
  298. Adding debian:ACCVRAIZ1.pem
  299. Adding debian:SwissSign_Platinum_CA_-_G2.pem
  300. Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
  301. Adding debian:AffirmTrust_Commercial.pem
  302. Adding debian:SecureSign_RootCA11.pem
  303. Adding debian:TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem
  304. Adding debian:Root_CA_Generalitat_Valenciana.pem
  305. Adding debian:Security_Communication_EV_RootCA1.pem
  306. Adding debian:Network_Solutions_Certificate_Authority.pem
  307. Adding debian:COMODO_RSA_Certification_Authority.pem
  308. Adding debian:WoSign_China.pem
  309. Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem
  310. Adding debian:Starfield_Class_2_CA.pem
  311. Adding debian:Comodo_AAA_Services_root.pem
  312. Adding debian:thawte_Primary_Root_CA.pem
  313. Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
  314. Adding debian:DigiCert_Assured_ID_Root_G2.pem
  315. Adding debian:EE_Certification_Centre_Root_CA.pem
  316. Adding debian:thawte_Primary_Root_CA_-_G3.pem
  317. Adding debian:DigiCert_Global_Root_CA.pem
  318. Adding debian:SecureTrust_CA.pem
  319. Adding debian:StartCom_Certification_Authority.pem
  320. Adding debian:VeriSign_Universal_Root_Certification_Authority.pem
  321. Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
  322. Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem
  323. done.
  324. Processing triggers for libc-bin (2.19-18+deb8u10) ...
  325. Processing triggers for systemd (215-17+deb8u7) ...
  326. Processing triggers for ca-certificates (20141019+deb8u3) ...
  327. Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
  328. Running hooks in /etc/ca-certificates/update.d....
  329. done.
  330. done.
  331. ---> c49e2738a6f7
  332. Removing intermediate container 7e00152ec340
  333. Step 4/19 : RUN apt-get install curl
  334. ---> Running in ff5bdd032eef
  335. Reading package lists...
  336. Building dependency tree...
  337. Reading state information...
  338. curl is already the newest version.
  339. 0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
  340. ---> 5bd691b24120
  341. Removing intermediate container ff5bdd032eef
  342. Step 5/19 : RUN curl -sL https://deb.nodesource.com/setup_4.x | bash
  343. ---> Running in a38f0c6527d3
  344.  
  345. ## Installing the NodeSource Node.js v4.x LTS Argon repo...
  346.  
  347.  
  348. ## Populating apt-get cache...
  349.  
  350. + apt-get update
  351. Hit http://security.debian.org jessie/updates InRelease
  352. Get:1 http://security.debian.org jessie/updates/main amd64 Packages [561 kB]
  353. Ign http://deb.debian.org jessie InRelease
  354. Hit http://deb.debian.org jessie-updates InRelease
  355. Hit http://deb.debian.org jessie-backports InRelease
  356. Hit http://deb.debian.org jessie Release.gpg
  357. Get:2 http://deb.debian.org jessie-updates/main amd64 Packages [17.8 kB]
  358. Hit http://deb.debian.org jessie Release
  359. Get:3 http://deb.debian.org jessie-backports/main amd64 Packages [1169 kB]
  360. Get:4 http://deb.debian.org jessie/main amd64 Packages [9063 kB]
  361. Fetched 10.8 MB in 4s (2317 kB/s)
  362. Reading package lists...
  363.  
  364. ## Installing packages required for setup: apt-transport-https lsb-release...
  365.  
  366. + apt-get install -y apt-transport-https lsb-release > /dev/null 2>&1
  367.  
  368. ## Confirming "jessie" is supported...
  369.  
  370. + curl -sLf -o /dev/null 'https://deb.nodesource.com/node_4.x/dists/jessie/Release'
  371.  
  372. ## Adding the NodeSource signing key to your keyring...
  373.  
  374. + curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
  375. OK
  376.  
  377. ## Creating apt sources list file for the NodeSource Node.js v4.x LTS Argon repo...
  378.  
  379. + echo 'deb https://deb.nodesource.com/node_4.x jessie main' > /etc/apt/sources.list.d/nodesource.list
  380. + echo 'deb-src https://deb.nodesource.com/node_4.x jessie main' >> /etc/apt/sources.list.d/nodesource.list
  381.  
  382. ## Running `apt-get update` for you...
  383.  
  384. + apt-get update
  385. Hit http://security.debian.org jessie/updates InRelease
  386. Get:1 https://deb.nodesource.com jessie InRelease [4634 B]
  387. Ign http://deb.debian.org jessie InRelease
  388. Get:2 http://security.debian.org jessie/updates/main amd64 Packages [561 kB]
  389. Hit http://deb.debian.org jessie-updates InRelease
  390. Hit http://deb.debian.org jessie-backports InRelease
  391. Hit http://deb.debian.org jessie Release.gpg
  392. Hit http://deb.debian.org jessie Release
  393. Get:3 https://deb.nodesource.com jessie/main Sources [762 B]
  394. Get:4 https://deb.nodesource.com jessie/main amd64 Packages [966 B]
  395. Get:5 http://deb.debian.org jessie-updates/main amd64 Packages [17.8 kB]
  396. Get:6 http://deb.debian.org jessie-backports/main amd64 Packages [1169 kB]
  397. Get:7 http://deb.debian.org jessie/main amd64 Packages [9063 kB]
  398. Fetched 10.8 MB in 5s (2159 kB/s)
  399. Reading package lists...
  400.  
  401. ## Run `apt-get install nodejs` (as root) to install Node.js v4.x LTS Argon and npm
  402.  
  403. ---> 9d56c162e2bf
  404. Removing intermediate container a38f0c6527d3
  405. Step 6/19 : RUN apt-get -y install nodejs
  406. ---> Running in 929c91a791d3
  407. Reading package lists...
  408. Building dependency tree...
  409. Reading state information...
  410. The following extra packages will be installed:
  411. rlwrap
  412. The following NEW packages will be installed:
  413. nodejs rlwrap
  414. 0 upgraded, 2 newly installed, 0 to remove and 17 not upgraded.
  415. Need to get 8919 kB of archives.
  416. After this operation, 42.5 MB of additional disk space will be used.
  417. Get:1 https://deb.nodesource.com/node_4.x/ jessie/main nodejs amd64 4.8.4-2nodesource1~jessie1 [8843 kB]
  418. Get:2 http://deb.debian.org/debian/ jessie/main rlwrap amd64 0.41-1 [75.7 kB]
  419. debconf: delaying package configuration, since apt-utils is not installed
  420. Fetched 8919 kB in 0s (10.9 MB/s)
  421. Selecting previously unselected package rlwrap.
  422. (Reading database ... 22070 files and directories currently installed.)
  423. Preparing to unpack .../rlwrap_0.41-1_amd64.deb ...
  424. Unpacking rlwrap (0.41-1) ...
  425. Selecting previously unselected package nodejs.
  426. Preparing to unpack .../nodejs_4.8.4-2nodesource1~jessie1_amd64.deb ...
  427. Unpacking nodejs (4.8.4-2nodesource1~jessie1) ...
  428. Setting up rlwrap (0.41-1) ...
  429. update-alternatives: using /usr/bin/rlwrap to provide /usr/bin/readline-editor (readline-editor) in auto mode
  430. Setting up nodejs (4.8.4-2nodesource1~jessie1) ...
  431. ---> e58148c8cad7
  432. Removing intermediate container 929c91a791d3
  433. Step 7/19 : RUN apt-get install -y -qq ruby-dev
  434. ---> Running in f3ad962c88d8
  435. debconf: delaying package configuration, since apt-utils is not installed
  436. Selecting previously unselected package libgmpxx4ldbl:amd64.
  437. (Reading database ... 25430 files and directories currently installed.)
  438. Preparing to unpack .../libgmpxx4ldbl_2%3a6.0.0+dfsg-6_amd64.deb ...
  439. Unpacking libgmpxx4ldbl:amd64 (2:6.0.0+dfsg-6) ...
  440. Selecting previously unselected package libgmp-dev:amd64.
  441. Preparing to unpack .../libgmp-dev_2%3a6.0.0+dfsg-6_amd64.deb ...
  442. Unpacking libgmp-dev:amd64 (2:6.0.0+dfsg-6) ...
  443. Selecting previously unselected package libruby2.1:amd64.
  444. Preparing to unpack .../libruby2.1_2.1.5-2+deb8u3_amd64.deb ...
  445. Unpacking libruby2.1:amd64 (2.1.5-2+deb8u3) ...
  446. Selecting previously unselected package ruby2.1-dev:amd64.
  447. Preparing to unpack .../ruby2.1-dev_2.1.5-2+deb8u3_amd64.deb ...
  448. Unpacking ruby2.1-dev:amd64 (2.1.5-2+deb8u3) ...
  449. Selecting previously unselected package ruby-dev.
  450. Preparing to unpack .../ruby-dev_1%3a2.1.5+deb8u2_all.deb ...
  451. Unpacking ruby-dev (1:2.1.5+deb8u2) ...
  452. Setting up libgmpxx4ldbl:amd64 (2:6.0.0+dfsg-6) ...
  453. Setting up libgmp-dev:amd64 (2:6.0.0+dfsg-6) ...
  454. Setting up libruby2.1:amd64 (2.1.5-2+deb8u3) ...
  455. Setting up ruby2.1-dev:amd64 (2.1.5-2+deb8u3) ...
  456. Setting up ruby-dev (1:2.1.5+deb8u2) ...
  457. Processing triggers for libc-bin (2.19-18+deb8u10) ...
  458. ---> ae53c233f48a
  459. Removing intermediate container f3ad962c88d8
  460. Step 8/19 : RUN apt-get install -y rubygems
  461. ---> Running in 0b0e73564efc
  462. Reading package lists...
  463. Building dependency tree...
  464. Reading state information...
  465. The following extra packages will be installed:
  466. ruby2.1 rubygems-integration
  467. Suggested packages:
  468. ri bundler
  469. The following NEW packages will be installed:
  470. ruby ruby2.1 rubygems-integration
  471. 0 upgraded, 3 newly installed, 0 to remove and 17 not upgraded.
  472. Need to get 291 kB of archives.
  473. After this operation, 400 kB of additional disk space will be used.
  474. Get:1 http://deb.debian.org/debian/ jessie/main rubygems-integration all 1.8 [4514 B]
  475. Get:2 http://deb.debian.org/debian/ jessie/main ruby2.1 amd64 2.1.5-2+deb8u3 [276 kB]
  476. Get:3 http://deb.debian.org/debian/ jessie/main ruby all 1:2.1.5+deb8u2 [9688 B]
  477. debconf: delaying package configuration, since apt-utils is not installed
  478. Fetched 291 kB in 0s (310 kB/s)
  479. Selecting previously unselected package rubygems-integration.
  480. (Reading database ... 26509 files and directories currently installed.)
  481. Preparing to unpack .../rubygems-integration_1.8_all.deb ...
  482. Unpacking rubygems-integration (1.8) ...
  483. Selecting previously unselected package ruby2.1.
  484. Preparing to unpack .../ruby2.1_2.1.5-2+deb8u3_amd64.deb ...
  485. Unpacking ruby2.1 (2.1.5-2+deb8u3) ...
  486. Selecting previously unselected package ruby.
  487. Preparing to unpack .../ruby_1%3a2.1.5+deb8u2_all.deb ...
  488. Unpacking ruby (1:2.1.5+deb8u2) ...
  489. Setting up rubygems-integration (1.8) ...
  490. Setting up ruby2.1 (2.1.5-2+deb8u3) ...
  491. Setting up ruby (1:2.1.5+deb8u2) ...
  492. ---> 31267d1d3490
  493. Removing intermediate container 0b0e73564efc
  494. Step 9/19 : RUN apt-get install make
  495. ---> Running in f3e223c328a4
  496. Reading package lists...
  497. Building dependency tree...
  498. Reading state information...
  499. make is already the newest version.
  500. 0 upgraded, 0 newly installed, 0 to remove and 17 not upgraded.
  501. ---> 08dbd3913885
  502. Removing intermediate container f3e223c328a4
  503. Step 10/19 : RUN gem install --no-rdoc --no-ri sass -v 3.4.22
  504. ---> Running in 4de3369ed7b3
  505. Successfully installed sass-3.4.22
  506. 1 gem installed
  507. ---> 38a87d886c56
  508. Removing intermediate container 4de3369ed7b3
  509. Step 11/19 : RUN gem install --no-rdoc --no-ri compass -v 1.0.3
  510. ---> Running in 28a42efa631d
  511. Successfully installed multi_json-1.12.2
  512. Successfully installed compass-core-1.0.3
  513. Successfully installed compass-import-once-1.0.5
  514. Successfully installed chunky_png-1.3.8
  515. Successfully installed rb-fsevent-0.10.2
  516. Building native extensions. This could take a while...
  517. Successfully installed ffi-1.9.18
  518. Successfully installed rb-inotify-0.9.10
  519. Compass is charityware. If you love it, please donate on our behalf at http://umdf.org/compass Thanks!
  520. Successfully installed compass-1.0.3
  521. 8 gems installed
  522. ---> 78bbf1479cc5
  523. Removing intermediate container 28a42efa631d
  524. Step 12/19 : RUN mkdir /code
  525. ---> Running in e96a78b95b1e
  526. ---> b5cf59200741
  527. Removing intermediate container e96a78b95b1e
  528. Step 13/19 : ADD requirements.txt /code/
  529. ---> 7d251ca7fe26
  530. Removing intermediate container 9ea81dbeb6ed
  531. Step 14/19 : ADD requirements/ /code/requirements/
  532. ---> 9343c95d422f
  533. Removing intermediate container 07f6be275092
  534. Step 15/19 : ADD package.json /code/
  535. ---> f548e82ad81a
  536. Removing intermediate container a9a160d9e9b6
  537. Step 16/19 : WORKDIR /code
  538. ---> 831518c90b22
  539. Removing intermediate container accfe8037baf
  540. Step 17/19 : RUN pip install -r requirements.txt
  541. ---> Running in c40b2f34c5dd
  542. Collecting django==1.6.2 (from -r requirements/base.txt (line 2))
  543. Downloading Django-1.6.2-py2.py3-none-any.whl (6.7MB)
  544. Collecting django-configurations==0.8 (from -r requirements/base.txt (line 5))
  545. Downloading django_configurations-0.8-py2.py3-none-any.whl
  546. Collecting django-secure==1.0 (from -r requirements/base.txt (line 6))
  547. Downloading django-secure-1.0.tar.gz
  548. Collecting django-cache-url==0.8.0 (from -r requirements/base.txt (line 7))
  549. Downloading django_cache_url-0.8.0-py2.py3-none-any.whl
  550. Collecting dj-database-url==0.2.2 (from -r requirements/base.txt (line 8))
  551. Downloading dj-database-url-0.2.2.tar.gz
  552. Collecting django-braces==1.3.1 (from -r requirements/base.txt (line 11))
  553. Downloading django_braces-1.3.1-py2.py3-none-any.whl
  554. Collecting django-crispy-forms==1.4.0 (from -r requirements/base.txt (line 12))
  555. Downloading django-crispy-forms-1.4.0.tar.gz (47kB)
  556. Collecting django-bootstrap3==4.11.0 (from -r requirements/base.txt (line 13))
  557. Downloading django-bootstrap3-4.11.0.tar.gz
  558. Collecting South==0.8.4 (from -r requirements/base.txt (line 16))
  559. Downloading South-0.8.4-py2.py3-none-any.whl (135kB)
  560. Collecting django-model-utils==2.0.2 (from -r requirements/base.txt (line 17))
  561. Downloading django-model-utils-2.0.2.tar.gz
  562. Collecting Pillow==2.3.0 (from -r requirements/base.txt (line 20))
  563. Downloading Pillow-2.3.0.zip (2.4MB)
  564. Collecting django-allauth==0.15.0 (from -r requirements/base.txt (line 24))
  565. Downloading django-allauth-0.15.0.tar.gz (242kB)
  566. Collecting unicode-slugify==0.1.1 (from -r requirements/base.txt (line 27))
  567. Downloading unicode-slugify-0.1.1.tar.gz
  568. Collecting django-autoslug==1.7.2 (from -r requirements/base.txt (line 28))
  569. Downloading django-autoslug-1.7.2.tar.gz
  570. Collecting django-avatar==2.0 (from -r requirements/base.txt (line 31))
  571. Downloading django-avatar-2.0.tar.gz (1.6MB)
  572. Collecting Fabric==1.9.0 (from -r requirements/base.txt (line 32))
  573. Downloading Fabric-1.9.0-py2-none-any.whl (92kB)
  574. Collecting simplejson==3.4.0 (from -r requirements/base.txt (line 35))
  575. Downloading simplejson-3.4.0.tar.gz (68kB)
  576. Collecting python-dateutil==2.2 (from -r requirements/base.txt (line 36))
  577. Downloading python-dateutil-2.2.tar.gz (259kB)
  578. Collecting sqlparse==0.1.19 (from -r requirements/base.txt (line 38))
  579. Downloading sqlparse-0.1.19.tar.gz (58kB)
  580. Collecting psycopg2==2.5.2 (from -r requirements/production.txt (line 5))
  581. Downloading psycopg2-2.5.2.tar.gz (685kB)
  582. Collecting gunicorn==18.0 (from -r requirements/production.txt (line 6))
  583. Downloading gunicorn-18.0.tar.gz (366kB)
  584. Collecting django-storages==1.1.8 (from -r requirements/production.txt (line 7))
  585. Downloading django-storages-1.1.8.tar.gz
  586. Collecting Collectfast==0.1.13 (from -r requirements/production.txt (line 8))
  587. Downloading Collectfast-0.1.13.tar.gz
  588. Collecting gevent==1.1.2 (from -r requirements/production.txt (line 9))
  589. Downloading gevent-1.1.2-cp27-cp27mu-manylinux1_x86_64.whl (1.3MB)
  590. Collecting boto==2.23.0 (from -r requirements/production.txt (line 10))
  591. Downloading boto-2.23.0-py2.py3-none-any.whl (1.1MB)
  592. Collecting django-debug-toolbar==1.0.1 (from -r requirements/production.txt (line 13))
  593. Downloading django_debug_toolbar-1.0.1-py2.py3-none-any.whl (226kB)
  594. Collecting django-extensions==1.3.3 (from -r requirements/production.txt (line 14))
  595. Downloading django-extensions-1.3.3.tar.gz (169kB)
  596. Collecting six (from django-braces==1.3.1->-r requirements/base.txt (line 11))
  597. Downloading six-1.10.0-py2.py3-none-any.whl
  598. Collecting python-openid>=2.2.5 (from django-allauth==0.15.0->-r requirements/base.txt (line 24))
  599. Downloading python-openid-2.2.5.tar.gz (301kB)
  600. Collecting requests-oauthlib>=0.3.0 (from django-allauth==0.15.0->-r requirements/base.txt (line 24))
  601. Downloading requests_oauthlib-0.8.0-py2.py3-none-any.whl
  602. Collecting requests>=1.0.3 (from django-allauth==0.15.0->-r requirements/base.txt (line 24))
  603. Downloading requests-2.18.4-py2.py3-none-any.whl (88kB)
  604. Collecting django-appconf>=0.6 (from django-avatar==2.0->-r requirements/base.txt (line 31))
  605. Downloading django_appconf-1.0.2-py2.py3-none-any.whl
  606. Collecting paramiko>=1.10 (from Fabric==1.9.0->-r requirements/base.txt (line 32))
  607. Downloading paramiko-2.2.1-py2.py3-none-any.whl (176kB)
  608. Collecting pytz>=2013b (from Collectfast==0.1.13->-r requirements/production.txt (line 8))
  609. Downloading pytz-2017.2-py2.py3-none-any.whl (484kB)
  610. Collecting greenlet>=0.4.9 (from gevent==1.1.2->-r requirements/production.txt (line 9))
  611. Downloading greenlet-0.4.12-cp27-cp27mu-manylinux1_x86_64.whl (41kB)
  612. Collecting oauthlib>=0.6.2 (from requests-oauthlib>=0.3.0->django-allauth==0.15.0->-r requirements/base.txt (line 24))
  613. Downloading oauthlib-2.0.3.tar.gz (127kB)
  614. Collecting idna<2.7,>=2.5 (from requests>=1.0.3->django-allauth==0.15.0->-r requirements/base.txt (line 24))
  615. Downloading idna-2.6-py2.py3-none-any.whl (56kB)
  616. Collecting urllib3<1.23,>=1.21.1 (from requests>=1.0.3->django-allauth==0.15.0->-r requirements/base.txt (line 24))
  617. Downloading urllib3-1.22-py2.py3-none-any.whl (132kB)
  618. Collecting certifi>=2017.4.17 (from requests>=1.0.3->django-allauth==0.15.0->-r requirements/base.txt (line 24))
  619. Downloading certifi-2017.7.27.1-py2.py3-none-any.whl (349kB)
  620. Collecting chardet<3.1.0,>=3.0.2 (from requests>=1.0.3->django-allauth==0.15.0->-r requirements/base.txt (line 24))
  621. Downloading chardet-3.0.4-py2.py3-none-any.whl (133kB)
  622. Collecting pynacl>=1.0.1 (from paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  623. Downloading PyNaCl-1.1.2-cp27-cp27mu-manylinux1_x86_64.whl (539kB)
  624. Collecting pyasn1>=0.1.7 (from paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  625. Downloading pyasn1-0.3.4-py2.py3-none-any.whl (63kB)
  626. Collecting cryptography>=1.1 (from paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  627. Downloading cryptography-2.0.3-cp27-cp27mu-manylinux1_x86_64.whl (2.2MB)
  628. Collecting bcrypt>=3.1.3 (from paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  629. Downloading bcrypt-3.1.3-cp27-cp27mu-manylinux1_x86_64.whl (57kB)
  630. Collecting cffi>=1.4.1 (from pynacl>=1.0.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  631. Downloading cffi-1.10.0-cp27-cp27mu-manylinux1_x86_64.whl (392kB)
  632. Collecting enum34 (from cryptography>=1.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  633. Downloading enum34-1.1.6-py2-none-any.whl
  634. Collecting ipaddress (from cryptography>=1.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  635. Downloading ipaddress-1.0.18-py2-none-any.whl
  636. Collecting asn1crypto>=0.21.0 (from cryptography>=1.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  637. Downloading asn1crypto-0.22.0-py2.py3-none-any.whl (97kB)
  638. Collecting pycparser (from cffi>=1.4.1->pynacl>=1.0.1->paramiko>=1.10->Fabric==1.9.0->-r requirements/base.txt (line 32))
  639. Downloading pycparser-2.18.tar.gz (245kB)
  640. Building wheels for collected packages: django-secure, dj-database-url, django-crispy-forms, django-bootstrap3, django-model-utils, Pillow, django-allauth, unicode-slugify, django-autoslug, django-avatar, simplejson, python-dateutil, sqlparse, psycopg2, gunicorn, django-storages, Collectfast, django-extensions, python-openid, oauthlib, pycparser
  641. Running setup.py bdist_wheel for django-secure: started
  642. Running setup.py bdist_wheel for django-secure: finished with status 'done'
  643. Stored in directory: /root/.cache/pip/wheels/08/29/21/f3e0ab448bbf22183fd42446dbe0b4575577a2928a8cced201
  644. Running setup.py bdist_wheel for dj-database-url: started
  645. Running setup.py bdist_wheel for dj-database-url: finished with status 'done'
  646. Stored in directory: /root/.cache/pip/wheels/9e/52/38/7fe49c082ac63583938831ef4b68e3f9646e73dac87c3480ae
  647. Running setup.py bdist_wheel for django-crispy-forms: started
  648. Running setup.py bdist_wheel for django-crispy-forms: finished with status 'done'
  649. Stored in directory: /root/.cache/pip/wheels/8d/7d/ee/8e00580433a499fd133431230273b5e8639a8289e1d607f6bd
  650. Running setup.py bdist_wheel for django-bootstrap3: started
  651. Running setup.py bdist_wheel for django-bootstrap3: finished with status 'done'
  652. Stored in directory: /root/.cache/pip/wheels/02/72/42/61e7ca635836d5788437c2e8e68961e8811c94757efcf15e73
  653. Running setup.py bdist_wheel for django-model-utils: started
  654. Running setup.py bdist_wheel for django-model-utils: finished with status 'done'
  655. Stored in directory: /root/.cache/pip/wheels/a4/56/40/b9853516a7060caf9fa58d4372e4ef0b9d28736c09f83882c8
  656. Running setup.py bdist_wheel for Pillow: started
  657. Running setup.py bdist_wheel for Pillow: finished with status 'done'
  658. Stored in directory: /root/.cache/pip/wheels/b7/fb/c9/aba97e15f4cb7692f2e278aefa4a01d6310f8d2985c023d64a
  659. Running setup.py bdist_wheel for django-allauth: started
  660. Running setup.py bdist_wheel for django-allauth: finished with status 'done'
  661. Stored in directory: /root/.cache/pip/wheels/ac/d9/14/bdeab26878a7d700a6cbd0f16200fb620ca0ce289718992bd0
  662. Running setup.py bdist_wheel for unicode-slugify: started
  663. Running setup.py bdist_wheel for unicode-slugify: finished with status 'done'
  664. Stored in directory: /root/.cache/pip/wheels/09/e4/90/45e490c083fb041063f1b76d8b2daaffdffce3f6dc9a6fe018
  665. Running setup.py bdist_wheel for django-autoslug: started
  666. Running setup.py bdist_wheel for django-autoslug: finished with status 'done'
  667. Stored in directory: /root/.cache/pip/wheels/cb/e9/d3/67471ddae944db4c9c4b5046c5b8cd672c0c044ebc780379b3
  668. Running setup.py bdist_wheel for django-avatar: started
  669. Running setup.py bdist_wheel for django-avatar: finished with status 'done'
  670. Stored in directory: /root/.cache/pip/wheels/b8/83/ff/c70d26f11e7fdc9aecbeafdc7ad828a5e06e75c4fcf797d262
  671. Running setup.py bdist_wheel for simplejson: started
  672. Running setup.py bdist_wheel for simplejson: finished with status 'done'
  673. Stored in directory: /root/.cache/pip/wheels/67/d0/3d/7f6764bcd710c5622392a594a6fea3cc4d349846b92aee2a6d
  674. Running setup.py bdist_wheel for python-dateutil: started
  675. Running setup.py bdist_wheel for python-dateutil: finished with status 'done'
  676. Stored in directory: /root/.cache/pip/wheels/1f/0e/b1/c2af9598a2c3d7bf50ba78eb60ac2032de17b885d7b79fdede
  677. Running setup.py bdist_wheel for sqlparse: started
  678. Running setup.py bdist_wheel for sqlparse: finished with status 'done'
  679. Stored in directory: /root/.cache/pip/wheels/ef/22/36/1c3c229ebf514a0b534424314151526f782c20c378897bc141
  680. Running setup.py bdist_wheel for psycopg2: started
  681. Running setup.py bdist_wheel for psycopg2: finished with status 'done'
  682. Stored in directory: /root/.cache/pip/wheels/91/a8/52/336ce05dd15e86b2c5debe08b1e6caf076bd208ba5085cafd0
  683. Running setup.py bdist_wheel for gunicorn: started
  684. Running setup.py bdist_wheel for gunicorn: finished with status 'done'
  685. Stored in directory: /root/.cache/pip/wheels/64/07/89/e2dce813bea23a0ee108703f045bfd434597d3ed52671760a7
  686. Running setup.py bdist_wheel for django-storages: started
  687. Running setup.py bdist_wheel for django-storages: finished with status 'done'
  688. Stored in directory: /root/.cache/pip/wheels/ae/a2/ad/0226bd2e6780ccb1ad89637afc8b093ec3a4e843cb4d5dccf2
  689. Running setup.py bdist_wheel for Collectfast: started
  690. Running setup.py bdist_wheel for Collectfast: finished with status 'done'
  691. Stored in directory: /root/.cache/pip/wheels/3b/90/e0/6998914889067f197720884db92134d5a4afbfb1e7d3198d6c
  692. Running setup.py bdist_wheel for django-extensions: started
  693. Running setup.py bdist_wheel for django-extensions: finished with status 'done'
  694. Stored in directory: /root/.cache/pip/wheels/41/19/ce/2e8d92f8c71d1bb7dc00962e51de1b2d34251d05cce1cbb6e0
  695. Running setup.py bdist_wheel for python-openid: started
  696. Running setup.py bdist_wheel for python-openid: finished with status 'done'
  697. Stored in directory: /root/.cache/pip/wheels/0a/da/67/e9e68f4b5e03732dc17a545b4ce3ce84b4a9bef67253d4ff72
  698. Running setup.py bdist_wheel for oauthlib: started
  699. Running setup.py bdist_wheel for oauthlib: finished with status 'done'
  700. Stored in directory: /root/.cache/pip/wheels/92/a1/de/e81416b06ac105b68881838c777a89b456e953f543db72464b
  701. Running setup.py bdist_wheel for pycparser: started
  702. Running setup.py bdist_wheel for pycparser: finished with status 'done'
  703. Stored in directory: /root/.cache/pip/wheels/95/14/9a/5e7b9024459d2a6600aaa64e0ba485325aff7a9ac7489db1b6
  704. Successfully built django-secure dj-database-url django-crispy-forms django-bootstrap3 django-model-utils Pillow django-allauth unicode-slugify django-autoslug django-avatar simplejson python-dateutil sqlparse psycopg2 gunicorn django-storages Collectfast django-extensions python-openid oauthlib pycparser
  705. Installing collected packages: django, django-configurations, django-secure, django-cache-url, dj-database-url, six, django-braces, django-crispy-forms, django-bootstrap3, South, django-model-utils, Pillow, python-openid, oauthlib, idna, urllib3, certifi, chardet, requests, requests-oauthlib, django-allauth, unicode-slugify, django-autoslug, django-appconf, django-avatar, pycparser, cffi, pynacl, pyasn1, enum34, ipaddress, asn1crypto, cryptography, bcrypt, paramiko, Fabric, simplejson, python-dateutil, sqlparse, psycopg2, gunicorn, django-storages, pytz, Collectfast, greenlet, gevent, boto, django-debug-toolbar, django-extensions
  706. Successfully installed Collectfast-0.1.13 Fabric-1.9.0 Pillow-2.3.0 South-0.8.4 asn1crypto-0.22.0 bcrypt-3.1.3 boto-2.23.0 certifi-2017.7.27.1 cffi-1.10.0 chardet-3.0.4 cryptography-2.0.3 dj-database-url-0.2.2 django-1.6.2 django-allauth-0.15.0 django-appconf-1.0.2 django-autoslug-1.7.2 django-avatar-2.0 django-bootstrap3-4.11.0 django-braces-1.3.1 django-cache-url-0.8.0 django-configurations-0.8 django-crispy-forms-1.4.0 django-debug-toolbar-1.0.1 django-extensions-1.3.3 django-model-utils-2.0.2 django-secure-1.0 django-storages-1.1.8 enum34-1.1.6 gevent-1.1.2 greenlet-0.4.12 gunicorn-18.0 idna-2.6 ipaddress-1.0.18 oauthlib-2.0.3 paramiko-2.2.1 psycopg2-2.5.2 pyasn1-0.3.4 pycparser-2.18 pynacl-1.1.2 python-dateutil-2.2 python-openid-2.2.5 pytz-2017.2 requests-2.18.4 requests-oauthlib-0.8.0 simplejson-3.4.0 six-1.10.0 sqlparse-0.1.19 unicode-slugify-0.1.1 urllib3-1.22
  707. ---> f89d11812339
  708. Removing intermediate container c40b2f34c5dd
  709. Step 18/19 : RUN npm install
  710. ---> Running in 685a0c284fc7
  711. npm WARN package.json [email protected] No description
  712. npm WARN package.json [email protected] No repository field.
  713. npm WARN package.json [email protected] No README data
  714. npm WARN package.json [email protected] No license field.
  715. npm WARN deprecated [email protected]: Package renamed to phantomjs-prebuilt. Please update 'phantomjs' package references to 'phantomjs-prebuilt'
  716. npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  717. npm WARN deprecated [email protected]: Use uuid module instead
  718. npm WARN deprecated [email protected]: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
  719. npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
  720. npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  721. npm WARN engine [email protected]: wanted: {"node":">=4","npm":">=3"} (current: {"node":"4.8.4","npm":"2.15.11"})
  722.  
  723. > [email protected] install /code/node_modules/phantomjs
  724. > node install.js
  725.  
  726. PhantomJS not found on PATH
  727. Downloading https://github.com/Medium/phantomjs/releases/download/v2.1.1//phantomjs-2.1.1-linux-x86_64.tar.bz2
  728. Saving to /code/node_modules/phantomjs/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2
  729. Receiving...
  730.  
  731. Received 22866K total.
  732. Extracting tar contents (via spawned process)
  733. Removing /code/node_modules/phantomjs/lib/phantom
  734. Copying extracted folder /code/node_modules/phantomjs/phantomjs/phantomjs-2.1.1-linux-x86_64.tar.bz2-extract-1504881605912/phantomjs-2.1.1-linux-x86_64 -> /code/node_modules/phantomjs/lib/phantom
  735. Writing location.js file
  736. Done. Phantomjs binary available at /code/node_modules/phantomjs/lib/phantom/bin/phantomjs
  737. [email protected] node_modules/connect-livereload
  738.  
  739. [email protected] node_modules/grunt-bg-shell
  740.  
  741. [email protected] node_modules/chance
  742.  
  743. [email protected] node_modules/grunt-contrib-compass
  744.  
  745. [email protected] node_modules/time-grunt
  746.  
  747. [email protected] node_modules/jasmine-spec-reporter
  748.  
  749. [email protected] node_modules/grunt-cli
  750.  
  751. [email protected] node_modules/load-grunt-tasks
  752.  
  753. [email protected] node_modules/grunt
  754.  
  755. [email protected] node_modules/grunt-contrib-watch
  756.  
  757. [email protected] node_modules/protractor
  758. ├── @types/[email protected]
  759. ├── @types/[email protected]
  760. ├── @types/[email protected]
  761. ├── @types/[email protected]
  762.  
  763. [email protected] node_modules/phantomjs
  764. ---> a0b4f7430f19
  765. Removing intermediate container 685a0c284fc7
  766. Step 19/19 : RUN npm install -g grunt-cli
  767. ---> Running in 86cdc067dd32
  768. /usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
  769. [email protected] /usr/lib/node_modules/grunt-cli
  770. ---> 3283480d0dbd
  771. Removing intermediate container 86cdc067dd32
  772. Successfully built 3283480d0dbd
  773. Successfully tagged openconceptlab/oclweb-dependencies:dev
  774. WARNING: Image for service web_dependencies was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
  775. Creating oclweb_web_dependencies_1 ...
  776. Creating oclweb_db_web_1 ...
  777. Creating oclweb_web_dependencies_1
  778. Creating oclweb_db_web_1 ... done
  779. Creating oclweb_web_1 ...
  780. Creating oclweb_web_1 ... done
  781. Attaching to oclweb_web_dependencies_1, oclweb_db_web_1, oclweb_web_1
  782. db_web_1 | The files belonging to this database system will be owned by user "postgres".
  783. db_web_1 | This user must also own the server process.
  784. db_web_1 |
  785. db_web_1 | The database cluster will be initialized with locale "en_US.utf8".
  786. db_web_1 | The default database encoding has accordingly been set to "UTF8".
  787. db_web_1 | The default text search configuration will be set to "english".
  788. db_web_1 |
  789. db_web_1 | Data page checksums are disabled.
  790. db_web_1 |
  791. db_web_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
  792. db_web_1 | creating subdirectories ... ok
  793. db_web_1 | selecting default max_connections ... 100
  794. db_web_1 | selecting default shared_buffers ... 128MB
  795. db_web_1 | selecting dynamic shared memory implementation ... posix
  796. db_web_1 | creating configuration files ... ok
  797. db_web_1 | running bootstrap script ... ok
  798. db_web_1 | performing post-bootstrap initialization ... ok
  799. db_web_1 | syncing data to disk ... ok
  800. db_web_1 |
  801. db_web_1 | Success. You can now start the database server using:
  802. db_web_1 |
  803. db_web_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
  804. db_web_1 |
  805. oclweb_web_dependencies_1 exited with code 0
  806. db_web_1 |
  807. db_web_1 | WARNING: enabling "trust" authentication for local connections
  808. db_web_1 | You can change this by editing pg_hba.conf or using the option -A, or
  809. db_web_1 | --auth-local and --auth-host, the next time you run initdb.
  810. db_web_1 | waiting for server to start....LOG: could not bind IPv6 socket: Cannot assign requested address
  811. db_web_1 | HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
  812. db_web_1 | LOG: database system was shut down at 2017-09-08 14:40:22 UTC
  813. db_web_1 | LOG: MultiXact member wraparound protections are now enabled
  814. db_web_1 | LOG: database system is ready to accept connections
  815. db_web_1 | LOG: autovacuum launcher started
  816. web_1 | Starting OpenBSD Secure Shell server: sshd.
  817. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  818. db_web_1 | done
  819. db_web_1 | server started
  820. db_web_1 | CREATE DATABASE
  821. db_web_1 |
  822. db_web_1 | CREATE ROLE
  823. db_web_1 |
  824. db_web_1 |
  825. db_web_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  826. db_web_1 |
  827. db_web_1 | LOG: received fast shutdown request
  828. db_web_1 | waiting for server to shut down...LOG: aborting any active transactions
  829. db_web_1 | .LOG: autovacuum launcher shutting down
  830. db_web_1 | LOG: shutting down
  831. db_web_1 | LOG: database system is shut down
  832. db_web_1 | done
  833. db_web_1 | server stopped
  834. db_web_1 |
  835. db_web_1 | PostgreSQL init process complete; ready for start up.
  836. db_web_1 |
  837. db_web_1 | LOG: database system was shut down at 2017-09-08 14:40:23 UTC
  838. db_web_1 | LOG: MultiXact member wraparound protections are now enabled
  839. db_web_1 | LOG: database system is ready to accept connections
  840. db_web_1 | LOG: autovacuum launcher started
  841. db_web_1 | LOG: incomplete startup packet
  842. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  843. web_1 |
  844. web_1 | Host IP=172.19.0.1
  845. web_1 |
  846. web_1 | Syncing...
  847. web_1 | Creating tables ...
  848. web_1 | Creating table auth_permission
  849. web_1 | Creating table auth_group_permissions
  850. web_1 | Creating table auth_group
  851. web_1 | Creating table django_content_type
  852. web_1 | Creating table django_session
  853. web_1 | Creating table django_site
  854. web_1 | Creating table django_admin_log
  855. web_1 | Creating table south_migrationhistory
  856. web_1 | Creating table avatar_avatar
  857. web_1 | Creating table users_user_groups
  858. web_1 | Creating table users_user_user_permissions
  859. web_1 | Creating table users_user
  860. web_1 | Creating table account_emailaddress
  861. web_1 | Creating table account_emailconfirmation
  862. web_1 | Installing custom SQL ...
  863. web_1 | Installing indexes ...
  864. web_1 | Installed 0 object(s) from 0 fixture(s)
  865. web_1 |
  866. web_1 | Synced:
  867. web_1 | > django.contrib.auth
  868. web_1 | > django.contrib.contenttypes
  869. web_1 | > django.contrib.sessions
  870. web_1 | > django.contrib.sites
  871. web_1 | > django.contrib.messages
  872. web_1 | > django.contrib.staticfiles
  873. web_1 | > django.contrib.admin
  874. web_1 | > south
  875. web_1 | > crispy_forms
  876. web_1 | > avatar
  877. web_1 | > bootstrap3
  878. web_1 | > users
  879. web_1 | > allauth
  880. web_1 | > allauth.account
  881. web_1 | > django.contrib.humanize
  882. web_1 | > debug_toolbar
  883. web_1 |
  884. web_1 | Not synced (use migrations):
  885. web_1 | - allauth.socialaccount
  886. web_1 | - django_extensions
  887. web_1 | (use ./manage.py migrate to migrate these)
  888. web_1 | Running migrations for socialaccount:
  889. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  890. web_1 | > socialaccount:0001_initial
  891. web_1 | > socialaccount:0002_genericmodels
  892. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  893. web_1 | > socialaccount:0004_add_sites
  894. web_1 | > socialaccount:0005_set_sites
  895. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  896. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  897. web_1 | > socialaccount:0008_client_id
  898. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  899. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  900. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  901. web_1 | - Loading initial data for socialaccount.
  902. web_1 | Installed 0 object(s) from 0 fixture(s)
  903. web_1 | Running migrations for django_extensions:
  904. web_1 | - Migrating forwards to 0001_empty.
  905. web_1 | > django_extensions:0001_empty
  906. web_1 | - Loading initial data for django_extensions.
  907. web_1 | Installed 0 object(s) from 0 fixture(s)
  908. web_1 | ===================================
  909. web_1 | Creating "root" User
  910. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  911. web_1 | User "root" exists in API, trying to reactivate...
  912. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  913. web_1 | ===================================
  914. web_1 | ===================================
  915. web_1 | Creating "admin" User
  916. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  917. web_1 | User "admin" synced to API
  918. web_1 | ===================================
  919. web_1 | Starting the server
  920. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  921. web_1 |
  922. web_1 | Fatal error: Unable to find local grunt.
  923. web_1 |
  924. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  925. web_1 | your project. For more information about installing and configuring grunt,
  926. web_1 | please see the Getting Started guide:
  927. web_1 |
  928. web_1 | http://gruntjs.com/getting-started
  929. db_web_1 | LOG: incomplete startup packet
  930. oclweb_web_1 exited with code 99
  931. web_1 | Starting OpenBSD Secure Shell server: sshd.
  932. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  933. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  934. web_1 |
  935. web_1 | Host IP=172.19.0.1
  936. web_1 |
  937. web_1 | Syncing...
  938. web_1 | Creating tables ...
  939. web_1 | Creating table auth_permission
  940. web_1 | Creating table auth_group_permissions
  941. web_1 | Creating table auth_group
  942. web_1 | Creating table django_content_type
  943. web_1 | Creating table django_session
  944. web_1 | Creating table django_site
  945. web_1 | Creating table django_admin_log
  946. web_1 | Creating table south_migrationhistory
  947. web_1 | Creating table avatar_avatar
  948. web_1 | Creating table users_user_groups
  949. web_1 | Creating table users_user_user_permissions
  950. web_1 | Creating table users_user
  951. web_1 | Creating table account_emailaddress
  952. web_1 | Creating table account_emailconfirmation
  953. web_1 | Installing custom SQL ...
  954. web_1 | Installing indexes ...
  955. web_1 | Installed 0 object(s) from 0 fixture(s)
  956. web_1 |
  957. web_1 | Synced:
  958. web_1 | > django.contrib.auth
  959. web_1 | > django.contrib.contenttypes
  960. web_1 | > django.contrib.sessions
  961. web_1 | > django.contrib.sites
  962. web_1 | > django.contrib.messages
  963. web_1 | > django.contrib.staticfiles
  964. web_1 | > django.contrib.admin
  965. web_1 | > south
  966. web_1 | > crispy_forms
  967. web_1 | > avatar
  968. web_1 | > bootstrap3
  969. web_1 | > users
  970. web_1 | > allauth
  971. web_1 | > allauth.account
  972. web_1 | > django.contrib.humanize
  973. web_1 | > debug_toolbar
  974. web_1 |
  975. web_1 | Not synced (use migrations):
  976. web_1 | - allauth.socialaccount
  977. web_1 | - django_extensions
  978. web_1 | (use ./manage.py migrate to migrate these)
  979. web_1 | Running migrations for socialaccount:
  980. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  981. web_1 | > socialaccount:0001_initial
  982. web_1 | > socialaccount:0002_genericmodels
  983. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  984. web_1 | > socialaccount:0004_add_sites
  985. web_1 | > socialaccount:0005_set_sites
  986. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  987. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  988. web_1 | > socialaccount:0008_client_id
  989. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  990. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  991. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  992. web_1 | - Loading initial data for socialaccount.
  993. web_1 | Installed 0 object(s) from 0 fixture(s)
  994. web_1 | Running migrations for django_extensions:
  995. web_1 | - Migrating forwards to 0001_empty.
  996. web_1 | > django_extensions:0001_empty
  997. web_1 | - Loading initial data for django_extensions.
  998. web_1 | Installed 0 object(s) from 0 fixture(s)
  999. web_1 | ===================================
  1000. web_1 | Creating "root" User
  1001. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1002. web_1 | User "root" exists in API, trying to reactivate...
  1003. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1004. web_1 | ===================================
  1005. web_1 | ===================================
  1006. web_1 | Creating "admin" User
  1007. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1008. web_1 | User "admin" synced to API
  1009. web_1 | ===================================
  1010. web_1 | Starting the server
  1011. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1012. web_1 |
  1013. web_1 | Fatal error: Unable to find local grunt.
  1014. web_1 |
  1015. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1016. web_1 | your project. For more information about installing and configuring grunt,
  1017. web_1 | please see the Getting Started guide:
  1018. web_1 |
  1019. web_1 | http://gruntjs.com/getting-started
  1020. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1021. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1022. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1023. web_1 |
  1024. web_1 | Host IP=172.19.0.1
  1025. web_1 |
  1026. web_1 | Syncing...
  1027. web_1 | Creating tables ...
  1028. web_1 | Installing custom SQL ...
  1029. web_1 | Installing indexes ...
  1030. web_1 | Installed 0 object(s) from 0 fixture(s)
  1031. web_1 |
  1032. web_1 | Synced:
  1033. web_1 | > django.contrib.auth
  1034. web_1 | > django.contrib.contenttypes
  1035. web_1 | > django.contrib.sessions
  1036. web_1 | > django.contrib.sites
  1037. web_1 | > django.contrib.messages
  1038. web_1 | > django.contrib.staticfiles
  1039. web_1 | > django.contrib.admin
  1040. web_1 | > south
  1041. web_1 | > crispy_forms
  1042. web_1 | > avatar
  1043. web_1 | > bootstrap3
  1044. web_1 | > users
  1045. web_1 | > allauth
  1046. web_1 | > allauth.account
  1047. web_1 | > django.contrib.humanize
  1048. web_1 | > debug_toolbar
  1049. web_1 |
  1050. web_1 | Not synced (use migrations):
  1051. web_1 | - allauth.socialaccount
  1052. web_1 | - django_extensions
  1053. web_1 | (use ./manage.py migrate to migrate these)
  1054. web_1 | Running migrations for socialaccount:
  1055. web_1 | - Nothing to migrate.
  1056. web_1 | - Loading initial data for socialaccount.
  1057. web_1 | Installed 0 object(s) from 0 fixture(s)
  1058. web_1 | Running migrations for django_extensions:
  1059. web_1 | - Nothing to migrate.
  1060. web_1 | - Loading initial data for django_extensions.
  1061. web_1 | Installed 0 object(s) from 0 fixture(s)
  1062. web_1 | ===================================
  1063. web_1 | Creating "root" User
  1064. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1065. web_1 | User "root" exists in API, trying to reactivate...
  1066. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1067. web_1 | ===================================
  1068. web_1 | ===================================
  1069. web_1 | Creating "admin" User
  1070. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1071. web_1 | User "admin" exists in API, trying to reactivate...
  1072. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1073. web_1 | ===================================
  1074. web_1 | Starting the server
  1075. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1076. web_1 |
  1077. web_1 | Fatal error: Unable to find local grunt.
  1078. web_1 |
  1079. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1080. web_1 | your project. For more information about installing and configuring grunt,
  1081. web_1 | please see the Getting Started guide:
  1082. web_1 |
  1083. web_1 | http://gruntjs.com/getting-started
  1084. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1085. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1086. db_web_1 | LOG: incomplete startup packet
  1087. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1088. web_1 |
  1089. web_1 | Host IP=172.19.0.1
  1090. web_1 |
  1091. web_1 | Syncing...
  1092. web_1 | Creating tables ...
  1093. web_1 | Installing custom SQL ...
  1094. web_1 | Installing indexes ...
  1095. web_1 | Installed 0 object(s) from 0 fixture(s)
  1096. web_1 |
  1097. web_1 | Synced:
  1098. web_1 | > django.contrib.auth
  1099. web_1 | > django.contrib.contenttypes
  1100. web_1 | > django.contrib.sessions
  1101. web_1 | > django.contrib.sites
  1102. web_1 | > django.contrib.messages
  1103. web_1 | > django.contrib.staticfiles
  1104. web_1 | > django.contrib.admin
  1105. web_1 | > south
  1106. web_1 | > crispy_forms
  1107. web_1 | > avatar
  1108. web_1 | > bootstrap3
  1109. web_1 | > users
  1110. web_1 | > allauth
  1111. web_1 | > allauth.account
  1112. web_1 | > django.contrib.humanize
  1113. web_1 | > debug_toolbar
  1114. web_1 |
  1115. web_1 | Not synced (use migrations):
  1116. web_1 | - allauth.socialaccount
  1117. web_1 | - django_extensions
  1118. web_1 | (use ./manage.py migrate to migrate these)
  1119. web_1 | Running migrations for socialaccount:
  1120. web_1 | - Nothing to migrate.
  1121. web_1 | - Loading initial data for socialaccount.
  1122. web_1 | Installed 0 object(s) from 0 fixture(s)
  1123. web_1 | Running migrations for django_extensions:
  1124. web_1 | - Nothing to migrate.
  1125. web_1 | - Loading initial data for django_extensions.
  1126. web_1 | Installed 0 object(s) from 0 fixture(s)
  1127. web_1 | ===================================
  1128. web_1 | Creating "root" User
  1129. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1130. web_1 | User "root" exists in API, trying to reactivate...
  1131. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1132. web_1 | ===================================
  1133. web_1 | ===================================
  1134. web_1 | Creating "admin" User
  1135. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1136. web_1 | User "admin" exists in API, trying to reactivate...
  1137. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1138. web_1 | ===================================
  1139. web_1 | Starting the server
  1140. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1141. web_1 |
  1142. web_1 | Fatal error: Unable to find local grunt.
  1143. web_1 |
  1144. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1145. web_1 | your project. For more information about installing and configuring grunt,
  1146. web_1 | please see the Getting Started guide:
  1147. web_1 |
  1148. web_1 | http://gruntjs.com/getting-started
  1149. db_web_1 | LOG: incomplete startup packet
  1150. oclweb_web_1 exited with code 99
  1151. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1152. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1153. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  1154. web_1 |
  1155. web_1 | Host IP=172.19.0.1
  1156. web_1 |
  1157. web_1 | Syncing...
  1158. web_1 | Creating tables ...
  1159. web_1 | Creating table auth_permission
  1160. web_1 | Creating table auth_group_permissions
  1161. web_1 | Creating table auth_group
  1162. web_1 | Creating table django_content_type
  1163. web_1 | Creating table django_session
  1164. web_1 | Creating table django_site
  1165. web_1 | Creating table django_admin_log
  1166. web_1 | Creating table south_migrationhistory
  1167. web_1 | Creating table avatar_avatar
  1168. web_1 | Creating table users_user_groups
  1169. web_1 | Creating table users_user_user_permissions
  1170. web_1 | Creating table users_user
  1171. web_1 | Creating table account_emailaddress
  1172. web_1 | Creating table account_emailconfirmation
  1173. web_1 | Installing custom SQL ...
  1174. web_1 | Installing indexes ...
  1175. web_1 | Installed 0 object(s) from 0 fixture(s)
  1176. web_1 |
  1177. web_1 | Synced:
  1178. web_1 | > django.contrib.auth
  1179. web_1 | > django.contrib.contenttypes
  1180. web_1 | > django.contrib.sessions
  1181. web_1 | > django.contrib.sites
  1182. web_1 | > django.contrib.messages
  1183. web_1 | > django.contrib.staticfiles
  1184. web_1 | > django.contrib.admin
  1185. web_1 | > south
  1186. web_1 | > crispy_forms
  1187. web_1 | > avatar
  1188. web_1 | > bootstrap3
  1189. web_1 | > users
  1190. web_1 | > allauth
  1191. web_1 | > allauth.account
  1192. web_1 | > django.contrib.humanize
  1193. web_1 | > debug_toolbar
  1194. web_1 |
  1195. web_1 | Not synced (use migrations):
  1196. web_1 | - allauth.socialaccount
  1197. web_1 | - django_extensions
  1198. web_1 | (use ./manage.py migrate to migrate these)
  1199. web_1 | Running migrations for socialaccount:
  1200. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  1201. web_1 | > socialaccount:0001_initial
  1202. web_1 | > socialaccount:0002_genericmodels
  1203. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  1204. web_1 | > socialaccount:0004_add_sites
  1205. web_1 | > socialaccount:0005_set_sites
  1206. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  1207. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  1208. web_1 | > socialaccount:0008_client_id
  1209. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  1210. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  1211. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  1212. web_1 | - Loading initial data for socialaccount.
  1213. web_1 | Installed 0 object(s) from 0 fixture(s)
  1214. web_1 | Running migrations for django_extensions:
  1215. web_1 | - Migrating forwards to 0001_empty.
  1216. web_1 | > django_extensions:0001_empty
  1217. web_1 | - Loading initial data for django_extensions.
  1218. web_1 | Installed 0 object(s) from 0 fixture(s)
  1219. web_1 | ===================================
  1220. web_1 | Creating "root" User
  1221. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1222. web_1 | User "root" exists in API, trying to reactivate...
  1223. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1224. web_1 | ===================================
  1225. web_1 | ===================================
  1226. web_1 | Creating "admin" User
  1227. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1228. web_1 | User "admin" synced to API
  1229. web_1 | ===================================
  1230. web_1 | Starting the server
  1231. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1232. web_1 |
  1233. web_1 | Fatal error: Unable to find local grunt.
  1234. web_1 |
  1235. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1236. web_1 | your project. For more information about installing and configuring grunt,
  1237. web_1 | please see the Getting Started guide:
  1238. web_1 |
  1239. web_1 | http://gruntjs.com/getting-started
  1240. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1241. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1242. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1243. web_1 |
  1244. web_1 | Host IP=172.19.0.1
  1245. web_1 |
  1246. web_1 | Syncing...
  1247. web_1 | Creating tables ...
  1248. web_1 | Installing custom SQL ...
  1249. web_1 | Installing indexes ...
  1250. web_1 | Installed 0 object(s) from 0 fixture(s)
  1251. web_1 |
  1252. web_1 | Synced:
  1253. web_1 | > django.contrib.auth
  1254. web_1 | > django.contrib.contenttypes
  1255. web_1 | > django.contrib.sessions
  1256. web_1 | > django.contrib.sites
  1257. web_1 | > django.contrib.messages
  1258. web_1 | > django.contrib.staticfiles
  1259. web_1 | > django.contrib.admin
  1260. web_1 | > south
  1261. web_1 | > crispy_forms
  1262. web_1 | > avatar
  1263. web_1 | > bootstrap3
  1264. web_1 | > users
  1265. web_1 | > allauth
  1266. web_1 | > allauth.account
  1267. web_1 | > django.contrib.humanize
  1268. web_1 | > debug_toolbar
  1269. web_1 |
  1270. web_1 | Not synced (use migrations):
  1271. web_1 | - allauth.socialaccount
  1272. web_1 | - django_extensions
  1273. web_1 | (use ./manage.py migrate to migrate these)
  1274. web_1 | Running migrations for socialaccount:
  1275. web_1 | - Nothing to migrate.
  1276. web_1 | - Loading initial data for socialaccount.
  1277. web_1 | Installed 0 object(s) from 0 fixture(s)
  1278. web_1 | Running migrations for django_extensions:
  1279. web_1 | - Nothing to migrate.
  1280. web_1 | - Loading initial data for django_extensions.
  1281. web_1 | Installed 0 object(s) from 0 fixture(s)
  1282. web_1 | ===================================
  1283. web_1 | Creating "root" User
  1284. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1285. web_1 | User "root" exists in API, trying to reactivate...
  1286. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1287. web_1 | ===================================
  1288. web_1 | ===================================
  1289. web_1 | Creating "admin" User
  1290. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1291. web_1 | User "admin" exists in API, trying to reactivate...
  1292. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1293. web_1 | ===================================
  1294. web_1 | Starting the server
  1295. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1296. web_1 |
  1297. web_1 | Fatal error: Unable to find local grunt.
  1298. web_1 |
  1299. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1300. web_1 | your project. For more information about installing and configuring grunt,
  1301. web_1 | please see the Getting Started guide:
  1302. web_1 |
  1303. web_1 | http://gruntjs.com/getting-started
  1304. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1305. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1306. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1307. web_1 |
  1308. web_1 | Host IP=172.19.0.1
  1309. web_1 |
  1310. web_1 | Syncing...
  1311. web_1 | Creating tables ...
  1312. web_1 | Installing custom SQL ...
  1313. web_1 | Installing indexes ...
  1314. web_1 | Installed 0 object(s) from 0 fixture(s)
  1315. web_1 |
  1316. web_1 | Synced:
  1317. web_1 | > django.contrib.auth
  1318. web_1 | > django.contrib.contenttypes
  1319. web_1 | > django.contrib.sessions
  1320. web_1 | > django.contrib.sites
  1321. web_1 | > django.contrib.messages
  1322. web_1 | > django.contrib.staticfiles
  1323. web_1 | > django.contrib.admin
  1324. web_1 | > south
  1325. web_1 | > crispy_forms
  1326. web_1 | > avatar
  1327. web_1 | > bootstrap3
  1328. web_1 | > users
  1329. web_1 | > allauth
  1330. web_1 | > allauth.account
  1331. web_1 | > django.contrib.humanize
  1332. web_1 | > debug_toolbar
  1333. web_1 |
  1334. web_1 | Not synced (use migrations):
  1335. web_1 | - allauth.socialaccount
  1336. web_1 | - django_extensions
  1337. web_1 | (use ./manage.py migrate to migrate these)
  1338. web_1 | Running migrations for socialaccount:
  1339. web_1 | - Nothing to migrate.
  1340. web_1 | - Loading initial data for socialaccount.
  1341. web_1 | Installed 0 object(s) from 0 fixture(s)
  1342. web_1 | Running migrations for django_extensions:
  1343. web_1 | - Nothing to migrate.
  1344. web_1 | - Loading initial data for django_extensions.
  1345. web_1 | Installed 0 object(s) from 0 fixture(s)
  1346. web_1 | ===================================
  1347. web_1 | Creating "root" User
  1348. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1349. web_1 | User "root" exists in API, trying to reactivate...
  1350. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1351. web_1 | ===================================
  1352. web_1 | ===================================
  1353. web_1 | Creating "admin" User
  1354. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1355. web_1 | User "admin" exists in API, trying to reactivate...
  1356. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1357. web_1 | ===================================
  1358. web_1 | Starting the server
  1359. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1360. web_1 |
  1361. web_1 | Fatal error: Unable to find local grunt.
  1362. web_1 |
  1363. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1364. web_1 | your project. For more information about installing and configuring grunt,
  1365. web_1 | please see the Getting Started guide:
  1366. web_1 |
  1367. web_1 | http://gruntjs.com/getting-started
  1368. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1369. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1370. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1371. web_1 |
  1372. web_1 | Host IP=172.19.0.1
  1373. web_1 |
  1374. web_1 | Syncing...
  1375. web_1 | Creating tables ...
  1376. web_1 | Installing custom SQL ...
  1377. web_1 | Installing indexes ...
  1378. web_1 | Installed 0 object(s) from 0 fixture(s)
  1379. web_1 |
  1380. web_1 | Synced:
  1381. web_1 | > django.contrib.auth
  1382. web_1 | > django.contrib.contenttypes
  1383. web_1 | > django.contrib.sessions
  1384. web_1 | > django.contrib.sites
  1385. web_1 | > django.contrib.messages
  1386. web_1 | > django.contrib.staticfiles
  1387. web_1 | > django.contrib.admin
  1388. web_1 | > south
  1389. web_1 | > crispy_forms
  1390. web_1 | > avatar
  1391. web_1 | > bootstrap3
  1392. web_1 | > users
  1393. web_1 | > allauth
  1394. web_1 | > allauth.account
  1395. web_1 | > django.contrib.humanize
  1396. web_1 | > debug_toolbar
  1397. web_1 |
  1398. web_1 | Not synced (use migrations):
  1399. web_1 | - allauth.socialaccount
  1400. web_1 | - django_extensions
  1401. web_1 | (use ./manage.py migrate to migrate these)
  1402. web_1 | Running migrations for socialaccount:
  1403. web_1 | - Nothing to migrate.
  1404. web_1 | - Loading initial data for socialaccount.
  1405. web_1 | Installed 0 object(s) from 0 fixture(s)
  1406. web_1 | Running migrations for django_extensions:
  1407. web_1 | - Nothing to migrate.
  1408. web_1 | - Loading initial data for django_extensions.
  1409. web_1 | Installed 0 object(s) from 0 fixture(s)
  1410. web_1 | ===================================
  1411. web_1 | Creating "root" User
  1412. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1413. web_1 | User "root" exists in API, trying to reactivate...
  1414. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1415. web_1 | ===================================
  1416. web_1 | ===================================
  1417. web_1 | Creating "admin" User
  1418. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1419. web_1 | User "admin" exists in API, trying to reactivate...
  1420. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1421. web_1 | ===================================
  1422. web_1 | Starting the server
  1423. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1424. web_1 |
  1425. web_1 | Fatal error: Unable to find local grunt.
  1426. web_1 |
  1427. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1428. web_1 | your project. For more information about installing and configuring grunt,
  1429. web_1 | please see the Getting Started guide:
  1430. web_1 |
  1431. web_1 | http://gruntjs.com/getting-started
  1432. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1433. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1434. db_web_1 | LOG: incomplete startup packet
  1435. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1436. web_1 |
  1437. web_1 | Host IP=172.19.0.1
  1438. web_1 |
  1439. web_1 | Syncing...
  1440. web_1 | Creating tables ...
  1441. web_1 | Installing custom SQL ...
  1442. web_1 | Installing indexes ...
  1443. web_1 | Installed 0 object(s) from 0 fixture(s)
  1444. web_1 |
  1445. web_1 | Synced:
  1446. web_1 | > django.contrib.auth
  1447. web_1 | > django.contrib.contenttypes
  1448. web_1 | > django.contrib.sessions
  1449. web_1 | > django.contrib.sites
  1450. web_1 | > django.contrib.messages
  1451. web_1 | > django.contrib.staticfiles
  1452. web_1 | > django.contrib.admin
  1453. web_1 | > south
  1454. web_1 | > crispy_forms
  1455. web_1 | > avatar
  1456. web_1 | > bootstrap3
  1457. web_1 | > users
  1458. web_1 | > allauth
  1459. web_1 | > allauth.account
  1460. web_1 | > django.contrib.humanize
  1461. web_1 | > debug_toolbar
  1462. web_1 |
  1463. web_1 | Not synced (use migrations):
  1464. web_1 | - allauth.socialaccount
  1465. web_1 | - django_extensions
  1466. web_1 | (use ./manage.py migrate to migrate these)
  1467. web_1 | Running migrations for socialaccount:
  1468. web_1 | - Nothing to migrate.
  1469. web_1 | - Loading initial data for socialaccount.
  1470. web_1 | Installed 0 object(s) from 0 fixture(s)
  1471. web_1 | Running migrations for django_extensions:
  1472. web_1 | - Nothing to migrate.
  1473. web_1 | - Loading initial data for django_extensions.
  1474. web_1 | Installed 0 object(s) from 0 fixture(s)
  1475. web_1 | ===================================
  1476. web_1 | Creating "root" User
  1477. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1478. web_1 | User "root" exists in API, trying to reactivate...
  1479. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1480. web_1 | ===================================
  1481. web_1 | ===================================
  1482. web_1 | Creating "admin" User
  1483. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1484. web_1 | User "admin" exists in API, trying to reactivate...
  1485. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1486. web_1 | ===================================
  1487. web_1 | Starting the server
  1488. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1489. web_1 |
  1490. web_1 | Fatal error: Unable to find local grunt.
  1491. web_1 |
  1492. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1493. web_1 | your project. For more information about installing and configuring grunt,
  1494. web_1 | please see the Getting Started guide:
  1495. web_1 |
  1496. web_1 | http://gruntjs.com/getting-started
  1497. db_web_1 | LOG: incomplete startup packet
  1498. oclweb_web_1 exited with code 99
  1499. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1500. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1501. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  1502. web_1 |
  1503. web_1 | Host IP=172.19.0.1
  1504. web_1 |
  1505. web_1 | Syncing...
  1506. web_1 | Creating tables ...
  1507. web_1 | Creating table auth_permission
  1508. web_1 | Creating table auth_group_permissions
  1509. web_1 | Creating table auth_group
  1510. web_1 | Creating table django_content_type
  1511. web_1 | Creating table django_session
  1512. web_1 | Creating table django_site
  1513. web_1 | Creating table django_admin_log
  1514. web_1 | Creating table south_migrationhistory
  1515. web_1 | Creating table avatar_avatar
  1516. web_1 | Creating table users_user_groups
  1517. web_1 | Creating table users_user_user_permissions
  1518. web_1 | Creating table users_user
  1519. web_1 | Creating table account_emailaddress
  1520. web_1 | Creating table account_emailconfirmation
  1521. web_1 | Installing custom SQL ...
  1522. web_1 | Installing indexes ...
  1523. web_1 | Installed 0 object(s) from 0 fixture(s)
  1524. web_1 |
  1525. web_1 | Synced:
  1526. web_1 | > django.contrib.auth
  1527. web_1 | > django.contrib.contenttypes
  1528. web_1 | > django.contrib.sessions
  1529. web_1 | > django.contrib.sites
  1530. web_1 | > django.contrib.messages
  1531. web_1 | > django.contrib.staticfiles
  1532. web_1 | > django.contrib.admin
  1533. web_1 | > south
  1534. web_1 | > crispy_forms
  1535. web_1 | > avatar
  1536. web_1 | > bootstrap3
  1537. web_1 | > users
  1538. web_1 | > allauth
  1539. web_1 | > allauth.account
  1540. web_1 | > django.contrib.humanize
  1541. web_1 | > debug_toolbar
  1542. web_1 |
  1543. web_1 | Not synced (use migrations):
  1544. web_1 | - allauth.socialaccount
  1545. web_1 | - django_extensions
  1546. web_1 | (use ./manage.py migrate to migrate these)
  1547. web_1 | Running migrations for socialaccount:
  1548. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  1549. web_1 | > socialaccount:0001_initial
  1550. web_1 | > socialaccount:0002_genericmodels
  1551. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  1552. web_1 | > socialaccount:0004_add_sites
  1553. web_1 | > socialaccount:0005_set_sites
  1554. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  1555. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  1556. web_1 | > socialaccount:0008_client_id
  1557. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  1558. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  1559. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  1560. web_1 | - Loading initial data for socialaccount.
  1561. web_1 | Installed 0 object(s) from 0 fixture(s)
  1562. web_1 | Running migrations for django_extensions:
  1563. web_1 | - Migrating forwards to 0001_empty.
  1564. web_1 | > django_extensions:0001_empty
  1565. web_1 | - Loading initial data for django_extensions.
  1566. web_1 | Installed 0 object(s) from 0 fixture(s)
  1567. web_1 | ===================================
  1568. web_1 | Creating "root" User
  1569. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1570. web_1 | User "root" exists in API, trying to reactivate...
  1571. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1572. web_1 | ===================================
  1573. web_1 | ===================================
  1574. web_1 | Creating "admin" User
  1575. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1576. web_1 | User "admin" synced to API
  1577. web_1 | ===================================
  1578. web_1 | Starting the server
  1579. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1580. web_1 |
  1581. web_1 | Fatal error: Unable to find local grunt.
  1582. web_1 |
  1583. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1584. web_1 | your project. For more information about installing and configuring grunt,
  1585. web_1 | please see the Getting Started guide:
  1586. web_1 |
  1587. web_1 | http://gruntjs.com/getting-started
  1588. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1589. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1590. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1591. web_1 |
  1592. web_1 | Host IP=172.19.0.1
  1593. web_1 |
  1594. web_1 | Syncing...
  1595. web_1 | Creating tables ...
  1596. web_1 | Installing custom SQL ...
  1597. web_1 | Installing indexes ...
  1598. web_1 | Installed 0 object(s) from 0 fixture(s)
  1599. web_1 |
  1600. web_1 | Synced:
  1601. web_1 | > django.contrib.auth
  1602. web_1 | > django.contrib.contenttypes
  1603. web_1 | > django.contrib.sessions
  1604. web_1 | > django.contrib.sites
  1605. web_1 | > django.contrib.messages
  1606. web_1 | > django.contrib.staticfiles
  1607. web_1 | > django.contrib.admin
  1608. web_1 | > south
  1609. web_1 | > crispy_forms
  1610. web_1 | > avatar
  1611. web_1 | > bootstrap3
  1612. web_1 | > users
  1613. web_1 | > allauth
  1614. web_1 | > allauth.account
  1615. web_1 | > django.contrib.humanize
  1616. web_1 | > debug_toolbar
  1617. web_1 |
  1618. web_1 | Not synced (use migrations):
  1619. web_1 | - allauth.socialaccount
  1620. web_1 | - django_extensions
  1621. web_1 | (use ./manage.py migrate to migrate these)
  1622. web_1 | Running migrations for socialaccount:
  1623. web_1 | - Nothing to migrate.
  1624. web_1 | - Loading initial data for socialaccount.
  1625. web_1 | Installed 0 object(s) from 0 fixture(s)
  1626. web_1 | Running migrations for django_extensions:
  1627. web_1 | - Nothing to migrate.
  1628. web_1 | - Loading initial data for django_extensions.
  1629. web_1 | Installed 0 object(s) from 0 fixture(s)
  1630. web_1 | ===================================
  1631. web_1 | Creating "root" User
  1632. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1633. web_1 | User "root" exists in API, trying to reactivate...
  1634. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1635. web_1 | ===================================
  1636. web_1 | ===================================
  1637. web_1 | Creating "admin" User
  1638. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1639. web_1 | User "admin" exists in API, trying to reactivate...
  1640. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1641. web_1 | ===================================
  1642. web_1 | Starting the server
  1643. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1644. web_1 |
  1645. web_1 | Fatal error: Unable to find local grunt.
  1646. web_1 |
  1647. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1648. web_1 | your project. For more information about installing and configuring grunt,
  1649. web_1 | please see the Getting Started guide:
  1650. web_1 |
  1651. web_1 | http://gruntjs.com/getting-started
  1652. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1653. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1654. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1655. web_1 |
  1656. web_1 | Host IP=172.19.0.1
  1657. web_1 |
  1658. web_1 | Syncing...
  1659. web_1 | Creating tables ...
  1660. web_1 | Installing custom SQL ...
  1661. web_1 | Installing indexes ...
  1662. web_1 | Installed 0 object(s) from 0 fixture(s)
  1663. web_1 |
  1664. web_1 | Synced:
  1665. web_1 | > django.contrib.auth
  1666. web_1 | > django.contrib.contenttypes
  1667. web_1 | > django.contrib.sessions
  1668. web_1 | > django.contrib.sites
  1669. web_1 | > django.contrib.messages
  1670. web_1 | > django.contrib.staticfiles
  1671. web_1 | > django.contrib.admin
  1672. web_1 | > south
  1673. web_1 | > crispy_forms
  1674. web_1 | > avatar
  1675. web_1 | > bootstrap3
  1676. web_1 | > users
  1677. web_1 | > allauth
  1678. web_1 | > allauth.account
  1679. web_1 | > django.contrib.humanize
  1680. web_1 | > debug_toolbar
  1681. web_1 |
  1682. web_1 | Not synced (use migrations):
  1683. web_1 | - allauth.socialaccount
  1684. web_1 | - django_extensions
  1685. web_1 | (use ./manage.py migrate to migrate these)
  1686. web_1 | Running migrations for socialaccount:
  1687. web_1 | - Nothing to migrate.
  1688. web_1 | - Loading initial data for socialaccount.
  1689. web_1 | Installed 0 object(s) from 0 fixture(s)
  1690. web_1 | Running migrations for django_extensions:
  1691. web_1 | - Nothing to migrate.
  1692. web_1 | - Loading initial data for django_extensions.
  1693. web_1 | Installed 0 object(s) from 0 fixture(s)
  1694. web_1 | ===================================
  1695. web_1 | Creating "root" User
  1696. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1697. web_1 | User "root" exists in API, trying to reactivate...
  1698. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1699. web_1 | ===================================
  1700. web_1 | ===================================
  1701. web_1 | Creating "admin" User
  1702. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1703. web_1 | User "admin" exists in API, trying to reactivate...
  1704. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1705. web_1 | ===================================
  1706. web_1 | Starting the server
  1707. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1708. web_1 |
  1709. web_1 | Fatal error: Unable to find local grunt.
  1710. web_1 |
  1711. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1712. web_1 | your project. For more information about installing and configuring grunt,
  1713. web_1 | please see the Getting Started guide:
  1714. web_1 |
  1715. web_1 | http://gruntjs.com/getting-started
  1716. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1717. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1718. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1719. web_1 |
  1720. web_1 | Host IP=172.19.0.1
  1721. web_1 |
  1722. web_1 | Syncing...
  1723. web_1 | Creating tables ...
  1724. web_1 | Installing custom SQL ...
  1725. web_1 | Installing indexes ...
  1726. web_1 | Installed 0 object(s) from 0 fixture(s)
  1727. web_1 |
  1728. web_1 | Synced:
  1729. web_1 | > django.contrib.auth
  1730. web_1 | > django.contrib.contenttypes
  1731. web_1 | > django.contrib.sessions
  1732. web_1 | > django.contrib.sites
  1733. web_1 | > django.contrib.messages
  1734. web_1 | > django.contrib.staticfiles
  1735. web_1 | > django.contrib.admin
  1736. web_1 | > south
  1737. web_1 | > crispy_forms
  1738. web_1 | > avatar
  1739. web_1 | > bootstrap3
  1740. web_1 | > users
  1741. web_1 | > allauth
  1742. web_1 | > allauth.account
  1743. web_1 | > django.contrib.humanize
  1744. web_1 | > debug_toolbar
  1745. web_1 |
  1746. web_1 | Not synced (use migrations):
  1747. web_1 | - allauth.socialaccount
  1748. web_1 | - django_extensions
  1749. web_1 | (use ./manage.py migrate to migrate these)
  1750. web_1 | Running migrations for socialaccount:
  1751. web_1 | - Nothing to migrate.
  1752. web_1 | - Loading initial data for socialaccount.
  1753. web_1 | Installed 0 object(s) from 0 fixture(s)
  1754. web_1 | Running migrations for django_extensions:
  1755. web_1 | - Nothing to migrate.
  1756. web_1 | - Loading initial data for django_extensions.
  1757. web_1 | Installed 0 object(s) from 0 fixture(s)
  1758. web_1 | ===================================
  1759. web_1 | Creating "root" User
  1760. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1761. web_1 | User "root" exists in API, trying to reactivate...
  1762. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1763. web_1 | ===================================
  1764. web_1 | ===================================
  1765. web_1 | Creating "admin" User
  1766. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1767. web_1 | User "admin" exists in API, trying to reactivate...
  1768. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1769. web_1 | ===================================
  1770. web_1 | Starting the server
  1771. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1772. web_1 |
  1773. web_1 | Fatal error: Unable to find local grunt.
  1774. web_1 |
  1775. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1776. web_1 | your project. For more information about installing and configuring grunt,
  1777. web_1 | please see the Getting Started guide:
  1778. web_1 |
  1779. web_1 | http://gruntjs.com/getting-started
  1780. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1781. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1782. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1783. web_1 |
  1784. web_1 | Host IP=172.19.0.1
  1785. web_1 |
  1786. web_1 | Syncing...
  1787. web_1 | Creating tables ...
  1788. web_1 | Installing custom SQL ...
  1789. web_1 | Installing indexes ...
  1790. web_1 | Installed 0 object(s) from 0 fixture(s)
  1791. web_1 |
  1792. web_1 | Synced:
  1793. web_1 | > django.contrib.auth
  1794. web_1 | > django.contrib.contenttypes
  1795. web_1 | > django.contrib.sessions
  1796. web_1 | > django.contrib.sites
  1797. web_1 | > django.contrib.messages
  1798. web_1 | > django.contrib.staticfiles
  1799. web_1 | > django.contrib.admin
  1800. web_1 | > south
  1801. web_1 | > crispy_forms
  1802. web_1 | > avatar
  1803. web_1 | > bootstrap3
  1804. web_1 | > users
  1805. web_1 | > allauth
  1806. web_1 | > allauth.account
  1807. web_1 | > django.contrib.humanize
  1808. web_1 | > debug_toolbar
  1809. web_1 |
  1810. web_1 | Not synced (use migrations):
  1811. web_1 | - allauth.socialaccount
  1812. db_web_1 | LOG: incomplete startup packet
  1813. web_1 | - django_extensions
  1814. web_1 | (use ./manage.py migrate to migrate these)
  1815. web_1 | Running migrations for socialaccount:
  1816. web_1 | - Nothing to migrate.
  1817. web_1 | - Loading initial data for socialaccount.
  1818. web_1 | Installed 0 object(s) from 0 fixture(s)
  1819. web_1 | Running migrations for django_extensions:
  1820. web_1 | - Nothing to migrate.
  1821. web_1 | - Loading initial data for django_extensions.
  1822. web_1 | Installed 0 object(s) from 0 fixture(s)
  1823. web_1 | ===================================
  1824. web_1 | Creating "root" User
  1825. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1826. web_1 | User "root" exists in API, trying to reactivate...
  1827. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1828. web_1 | ===================================
  1829. web_1 | ===================================
  1830. web_1 | Creating "admin" User
  1831. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1832. web_1 | User "admin" exists in API, trying to reactivate...
  1833. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1834. web_1 | ===================================
  1835. web_1 | Starting the server
  1836. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1837. web_1 |
  1838. web_1 | Fatal error: Unable to find local grunt.
  1839. web_1 |
  1840. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1841. web_1 | your project. For more information about installing and configuring grunt,
  1842. web_1 | please see the Getting Started guide:
  1843. web_1 |
  1844. web_1 | http://gruntjs.com/getting-started
  1845. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1846. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1847. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1848. web_1 |
  1849. web_1 | Host IP=172.19.0.1
  1850. web_1 |
  1851. web_1 | Syncing...
  1852. web_1 | Creating tables ...
  1853. web_1 | Installing custom SQL ...
  1854. web_1 | Installing indexes ...
  1855. web_1 | Installed 0 object(s) from 0 fixture(s)
  1856. web_1 |
  1857. web_1 | Synced:
  1858. web_1 | > django.contrib.auth
  1859. web_1 | > django.contrib.contenttypes
  1860. web_1 | > django.contrib.sessions
  1861. web_1 | > django.contrib.sites
  1862. web_1 | > django.contrib.messages
  1863. web_1 | > django.contrib.staticfiles
  1864. web_1 | > django.contrib.admin
  1865. web_1 | > south
  1866. web_1 | > crispy_forms
  1867. web_1 | > avatar
  1868. web_1 | > bootstrap3
  1869. web_1 | > users
  1870. web_1 | > allauth
  1871. web_1 | > allauth.account
  1872. web_1 | > django.contrib.humanize
  1873. web_1 | > debug_toolbar
  1874. web_1 |
  1875. web_1 | Not synced (use migrations):
  1876. web_1 | - allauth.socialaccount
  1877. web_1 | - django_extensions
  1878. web_1 | (use ./manage.py migrate to migrate these)
  1879. web_1 | Running migrations for socialaccount:
  1880. web_1 | - Nothing to migrate.
  1881. web_1 | - Loading initial data for socialaccount.
  1882. web_1 | Installed 0 object(s) from 0 fixture(s)
  1883. web_1 | Running migrations for django_extensions:
  1884. web_1 | - Nothing to migrate.
  1885. web_1 | - Loading initial data for django_extensions.
  1886. web_1 | Installed 0 object(s) from 0 fixture(s)
  1887. web_1 | ===================================
  1888. web_1 | Creating "root" User
  1889. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1890. web_1 | User "root" exists in API, trying to reactivate...
  1891. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1892. web_1 | ===================================
  1893. web_1 | ===================================
  1894. web_1 | Creating "admin" User
  1895. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1896. web_1 | User "admin" exists in API, trying to reactivate...
  1897. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1898. web_1 | ===================================
  1899. web_1 | Starting the server
  1900. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1901. web_1 |
  1902. web_1 | Fatal error: Unable to find local grunt.
  1903. web_1 |
  1904. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1905. web_1 | your project. For more information about installing and configuring grunt,
  1906. web_1 | please see the Getting Started guide:
  1907. web_1 |
  1908. web_1 | http://gruntjs.com/getting-started
  1909. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1910. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1911. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1912. web_1 |
  1913. web_1 | Host IP=172.19.0.1
  1914. web_1 |
  1915. web_1 | Syncing...
  1916. web_1 | Creating tables ...
  1917. web_1 | Installing custom SQL ...
  1918. web_1 | Installing indexes ...
  1919. web_1 | Installed 0 object(s) from 0 fixture(s)
  1920. web_1 |
  1921. web_1 | Synced:
  1922. web_1 | > django.contrib.auth
  1923. web_1 | > django.contrib.contenttypes
  1924. web_1 | > django.contrib.sessions
  1925. web_1 | > django.contrib.sites
  1926. web_1 | > django.contrib.messages
  1927. web_1 | > django.contrib.staticfiles
  1928. web_1 | > django.contrib.admin
  1929. web_1 | > south
  1930. web_1 | > crispy_forms
  1931. web_1 | > avatar
  1932. web_1 | > bootstrap3
  1933. web_1 | > users
  1934. web_1 | > allauth
  1935. web_1 | > allauth.account
  1936. web_1 | > django.contrib.humanize
  1937. web_1 | > debug_toolbar
  1938. web_1 |
  1939. web_1 | Not synced (use migrations):
  1940. web_1 | - allauth.socialaccount
  1941. web_1 | - django_extensions
  1942. web_1 | (use ./manage.py migrate to migrate these)
  1943. web_1 | Running migrations for socialaccount:
  1944. web_1 | - Nothing to migrate.
  1945. web_1 | - Loading initial data for socialaccount.
  1946. web_1 | Installed 0 object(s) from 0 fixture(s)
  1947. web_1 | Running migrations for django_extensions:
  1948. web_1 | - Nothing to migrate.
  1949. web_1 | - Loading initial data for django_extensions.
  1950. web_1 | Installed 0 object(s) from 0 fixture(s)
  1951. web_1 | ===================================
  1952. web_1 | Creating "root" User
  1953. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1954. web_1 | User "root" exists in API, trying to reactivate...
  1955. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1956. web_1 | ===================================
  1957. web_1 | ===================================
  1958. web_1 | Creating "admin" User
  1959. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1960. web_1 | User "admin" exists in API, trying to reactivate...
  1961. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1962. web_1 | ===================================
  1963. web_1 | Starting the server
  1964. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1965. web_1 |
  1966. web_1 | Fatal error: Unable to find local grunt.
  1967. web_1 |
  1968. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1969. web_1 | your project. For more information about installing and configuring grunt,
  1970. web_1 | please see the Getting Started guide:
  1971. web_1 |
  1972. web_1 | http://gruntjs.com/getting-started
  1973. db_web_1 | LOG: incomplete startup packet
  1974. oclweb_web_1 exited with code 99
  1975. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1976. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1977. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  1978. web_1 |
  1979. web_1 | Host IP=172.19.0.1
  1980. web_1 |
  1981. web_1 | Syncing...
  1982. web_1 | Creating tables ...
  1983. web_1 | Creating table auth_permission
  1984. web_1 | Creating table auth_group_permissions
  1985. web_1 | Creating table auth_group
  1986. web_1 | Creating table django_content_type
  1987. web_1 | Creating table django_session
  1988. web_1 | Creating table django_site
  1989. web_1 | Creating table django_admin_log
  1990. web_1 | Creating table south_migrationhistory
  1991. web_1 | Creating table avatar_avatar
  1992. web_1 | Creating table users_user_groups
  1993. web_1 | Creating table users_user_user_permissions
  1994. web_1 | Creating table users_user
  1995. web_1 | Creating table account_emailaddress
  1996. web_1 | Creating table account_emailconfirmation
  1997. web_1 | Installing custom SQL ...
  1998. web_1 | Installing indexes ...
  1999. web_1 | Installed 0 object(s) from 0 fixture(s)
  2000. web_1 |
  2001. web_1 | Synced:
  2002. web_1 | > django.contrib.auth
  2003. web_1 | > django.contrib.contenttypes
  2004. web_1 | > django.contrib.sessions
  2005. web_1 | > django.contrib.sites
  2006. web_1 | > django.contrib.messages
  2007. web_1 | > django.contrib.staticfiles
  2008. web_1 | > django.contrib.admin
  2009. web_1 | > south
  2010. web_1 | > crispy_forms
  2011. web_1 | > avatar
  2012. web_1 | > bootstrap3
  2013. web_1 | > users
  2014. web_1 | > allauth
  2015. web_1 | > allauth.account
  2016. web_1 | > django.contrib.humanize
  2017. web_1 | > debug_toolbar
  2018. web_1 |
  2019. web_1 | Not synced (use migrations):
  2020. web_1 | - allauth.socialaccount
  2021. web_1 | - django_extensions
  2022. web_1 | (use ./manage.py migrate to migrate these)
  2023. web_1 | Running migrations for socialaccount:
  2024. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  2025. web_1 | > socialaccount:0001_initial
  2026. web_1 | > socialaccount:0002_genericmodels
  2027. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  2028. web_1 | > socialaccount:0004_add_sites
  2029. web_1 | > socialaccount:0005_set_sites
  2030. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  2031. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  2032. web_1 | > socialaccount:0008_client_id
  2033. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  2034. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  2035. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  2036. web_1 | - Loading initial data for socialaccount.
  2037. web_1 | Installed 0 object(s) from 0 fixture(s)
  2038. web_1 | Running migrations for django_extensions:
  2039. web_1 | - Migrating forwards to 0001_empty.
  2040. web_1 | > django_extensions:0001_empty
  2041. web_1 | - Loading initial data for django_extensions.
  2042. web_1 | Installed 0 object(s) from 0 fixture(s)
  2043. web_1 | ===================================
  2044. web_1 | Creating "root" User
  2045. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2046. web_1 | User "root" exists in API, trying to reactivate...
  2047. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2048. web_1 | ===================================
  2049. web_1 | ===================================
  2050. web_1 | Creating "admin" User
  2051. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2052. web_1 | User "admin" synced to API
  2053. web_1 | ===================================
  2054. web_1 | Starting the server
  2055. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2056. web_1 |
  2057. web_1 | Fatal error: Unable to find local grunt.
  2058. web_1 |
  2059. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2060. web_1 | your project. For more information about installing and configuring grunt,
  2061. web_1 | please see the Getting Started guide:
  2062. web_1 |
  2063. web_1 | http://gruntjs.com/getting-started
  2064. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2065. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2066. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2067. web_1 |
  2068. web_1 | Host IP=172.19.0.1
  2069. web_1 |
  2070. web_1 | Syncing...
  2071. web_1 | Creating tables ...
  2072. web_1 | Installing custom SQL ...
  2073. web_1 | Installing indexes ...
  2074. web_1 | Installed 0 object(s) from 0 fixture(s)
  2075. web_1 |
  2076. web_1 | Synced:
  2077. web_1 | > django.contrib.auth
  2078. web_1 | > django.contrib.contenttypes
  2079. web_1 | > django.contrib.sessions
  2080. web_1 | > django.contrib.sites
  2081. web_1 | > django.contrib.messages
  2082. web_1 | > django.contrib.staticfiles
  2083. web_1 | > django.contrib.admin
  2084. web_1 | > south
  2085. web_1 | > crispy_forms
  2086. web_1 | > avatar
  2087. web_1 | > bootstrap3
  2088. web_1 | > users
  2089. web_1 | > allauth
  2090. web_1 | > allauth.account
  2091. web_1 | > django.contrib.humanize
  2092. web_1 | > debug_toolbar
  2093. web_1 |
  2094. web_1 | Not synced (use migrations):
  2095. web_1 | - allauth.socialaccount
  2096. web_1 | - django_extensions
  2097. web_1 | (use ./manage.py migrate to migrate these)
  2098. web_1 | Running migrations for socialaccount:
  2099. web_1 | - Nothing to migrate.
  2100. web_1 | - Loading initial data for socialaccount.
  2101. web_1 | Installed 0 object(s) from 0 fixture(s)
  2102. web_1 | Running migrations for django_extensions:
  2103. web_1 | - Nothing to migrate.
  2104. web_1 | - Loading initial data for django_extensions.
  2105. web_1 | Installed 0 object(s) from 0 fixture(s)
  2106. web_1 | ===================================
  2107. web_1 | Creating "root" User
  2108. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2109. web_1 | User "root" exists in API, trying to reactivate...
  2110. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2111. web_1 | ===================================
  2112. web_1 | ===================================
  2113. web_1 | Creating "admin" User
  2114. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2115. web_1 | User "admin" exists in API, trying to reactivate...
  2116. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2117. web_1 | ===================================
  2118. web_1 | Starting the server
  2119. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2120. web_1 |
  2121. web_1 | Fatal error: Unable to find local grunt.
  2122. web_1 |
  2123. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2124. web_1 | your project. For more information about installing and configuring grunt,
  2125. web_1 | please see the Getting Started guide:
  2126. web_1 |
  2127. web_1 | http://gruntjs.com/getting-started
  2128. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2129. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2130. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2131. web_1 |
  2132. web_1 | Host IP=172.19.0.1
  2133. web_1 |
  2134. web_1 | Syncing...
  2135. web_1 | Creating tables ...
  2136. web_1 | Installing custom SQL ...
  2137. web_1 | Installing indexes ...
  2138. web_1 | Installed 0 object(s) from 0 fixture(s)
  2139. web_1 |
  2140. web_1 | Synced:
  2141. web_1 | > django.contrib.auth
  2142. web_1 | > django.contrib.contenttypes
  2143. web_1 | > django.contrib.sessions
  2144. web_1 | > django.contrib.sites
  2145. web_1 | > django.contrib.messages
  2146. web_1 | > django.contrib.staticfiles
  2147. web_1 | > django.contrib.admin
  2148. web_1 | > south
  2149. web_1 | > crispy_forms
  2150. web_1 | > avatar
  2151. web_1 | > bootstrap3
  2152. web_1 | > users
  2153. web_1 | > allauth
  2154. web_1 | > allauth.account
  2155. web_1 | > django.contrib.humanize
  2156. web_1 | > debug_toolbar
  2157. web_1 |
  2158. web_1 | Not synced (use migrations):
  2159. web_1 | - allauth.socialaccount
  2160. web_1 | - django_extensions
  2161. web_1 | (use ./manage.py migrate to migrate these)
  2162. web_1 | Running migrations for socialaccount:
  2163. web_1 | - Nothing to migrate.
  2164. web_1 | - Loading initial data for socialaccount.
  2165. web_1 | Installed 0 object(s) from 0 fixture(s)
  2166. web_1 | Running migrations for django_extensions:
  2167. web_1 | - Nothing to migrate.
  2168. web_1 | - Loading initial data for django_extensions.
  2169. web_1 | Installed 0 object(s) from 0 fixture(s)
  2170. web_1 | ===================================
  2171. web_1 | Creating "root" User
  2172. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2173. web_1 | User "root" exists in API, trying to reactivate...
  2174. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2175. web_1 | ===================================
  2176. web_1 | ===================================
  2177. web_1 | Creating "admin" User
  2178. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2179. web_1 | User "admin" exists in API, trying to reactivate...
  2180. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2181. web_1 | ===================================
  2182. web_1 | Starting the server
  2183. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2184. web_1 |
  2185. web_1 | Fatal error: Unable to find local grunt.
  2186. web_1 |
  2187. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2188. web_1 | your project. For more information about installing and configuring grunt,
  2189. web_1 | please see the Getting Started guide:
  2190. web_1 |
  2191. web_1 | http://gruntjs.com/getting-started
  2192. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2193. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2194. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2195. web_1 |
  2196. web_1 | Host IP=172.19.0.1
  2197. web_1 |
  2198. web_1 | Syncing...
  2199. web_1 | Creating tables ...
  2200. web_1 | Installing custom SQL ...
  2201. web_1 | Installing indexes ...
  2202. web_1 | Installed 0 object(s) from 0 fixture(s)
  2203. web_1 |
  2204. web_1 | Synced:
  2205. web_1 | > django.contrib.auth
  2206. web_1 | > django.contrib.contenttypes
  2207. web_1 | > django.contrib.sessions
  2208. web_1 | > django.contrib.sites
  2209. web_1 | > django.contrib.messages
  2210. web_1 | > django.contrib.staticfiles
  2211. web_1 | > django.contrib.admin
  2212. web_1 | > south
  2213. web_1 | > crispy_forms
  2214. web_1 | > avatar
  2215. web_1 | > bootstrap3
  2216. web_1 | > users
  2217. web_1 | > allauth
  2218. web_1 | > allauth.account
  2219. web_1 | > django.contrib.humanize
  2220. web_1 | > debug_toolbar
  2221. web_1 |
  2222. web_1 | Not synced (use migrations):
  2223. web_1 | - allauth.socialaccount
  2224. web_1 | - django_extensions
  2225. web_1 | (use ./manage.py migrate to migrate these)
  2226. web_1 | Running migrations for socialaccount:
  2227. web_1 | - Nothing to migrate.
  2228. web_1 | - Loading initial data for socialaccount.
  2229. web_1 | Installed 0 object(s) from 0 fixture(s)
  2230. web_1 | Running migrations for django_extensions:
  2231. web_1 | - Nothing to migrate.
  2232. web_1 | - Loading initial data for django_extensions.
  2233. web_1 | Installed 0 object(s) from 0 fixture(s)
  2234. web_1 | ===================================
  2235. web_1 | Creating "root" User
  2236. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2237. web_1 | User "root" exists in API, trying to reactivate...
  2238. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2239. web_1 | ===================================
  2240. web_1 | ===================================
  2241. web_1 | Creating "admin" User
  2242. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2243. web_1 | User "admin" exists in API, trying to reactivate...
  2244. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2245. web_1 | ===================================
  2246. web_1 | Starting the server
  2247. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2248. web_1 |
  2249. web_1 | Fatal error: Unable to find local grunt.
  2250. web_1 |
  2251. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2252. web_1 | your project. For more information about installing and configuring grunt,
  2253. web_1 | please see the Getting Started guide:
  2254. web_1 |
  2255. web_1 | http://gruntjs.com/getting-started
  2256. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2257. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2258. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2259. web_1 |
  2260. web_1 | Host IP=172.19.0.1
  2261. web_1 |
  2262. web_1 | Syncing...
  2263. web_1 | Creating tables ...
  2264. web_1 | Installing custom SQL ...
  2265. web_1 | Installing indexes ...
  2266. web_1 | Installed 0 object(s) from 0 fixture(s)
  2267. web_1 |
  2268. web_1 | Synced:
  2269. web_1 | > django.contrib.auth
  2270. web_1 | > django.contrib.contenttypes
  2271. web_1 | > django.contrib.sessions
  2272. web_1 | > django.contrib.sites
  2273. web_1 | > django.contrib.messages
  2274. web_1 | > django.contrib.staticfiles
  2275. web_1 | > django.contrib.admin
  2276. web_1 | > south
  2277. web_1 | > crispy_forms
  2278. web_1 | > avatar
  2279. web_1 | > bootstrap3
  2280. web_1 | > users
  2281. web_1 | > allauth
  2282. web_1 | > allauth.account
  2283. web_1 | > django.contrib.humanize
  2284. web_1 | > debug_toolbar
  2285. web_1 |
  2286. web_1 | Not synced (use migrations):
  2287. web_1 | - allauth.socialaccount
  2288. web_1 | - django_extensions
  2289. web_1 | (use ./manage.py migrate to migrate these)
  2290. web_1 | Running migrations for socialaccount:
  2291. web_1 | - Nothing to migrate.
  2292. web_1 | - Loading initial data for socialaccount.
  2293. web_1 | Installed 0 object(s) from 0 fixture(s)
  2294. web_1 | Running migrations for django_extensions:
  2295. web_1 | - Nothing to migrate.
  2296. web_1 | - Loading initial data for django_extensions.
  2297. web_1 | Installed 0 object(s) from 0 fixture(s)
  2298. web_1 | ===================================
  2299. web_1 | Creating "root" User
  2300. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2301. web_1 | User "root" exists in API, trying to reactivate...
  2302. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2303. web_1 | ===================================
  2304. web_1 | ===================================
  2305. web_1 | Creating "admin" User
  2306. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2307. web_1 | User "admin" exists in API, trying to reactivate...
  2308. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2309. web_1 | ===================================
  2310. web_1 | Starting the server
  2311. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2312. web_1 |
  2313. web_1 | Fatal error: Unable to find local grunt.
  2314. web_1 |
  2315. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2316. web_1 | your project. For more information about installing and configuring grunt,
  2317. web_1 | please see the Getting Started guide:
  2318. web_1 |
  2319. web_1 | http://gruntjs.com/getting-started
  2320. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2321. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2322. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2323. web_1 |
  2324. web_1 | Host IP=172.19.0.1
  2325. web_1 |
  2326. web_1 | Syncing...
  2327. web_1 | Creating tables ...
  2328. web_1 | Installing custom SQL ...
  2329. web_1 | Installing indexes ...
  2330. web_1 | Installed 0 object(s) from 0 fixture(s)
  2331. web_1 |
  2332. web_1 | Synced:
  2333. web_1 | > django.contrib.auth
  2334. web_1 | > django.contrib.contenttypes
  2335. web_1 | > django.contrib.sessions
  2336. web_1 | > django.contrib.sites
  2337. web_1 | > django.contrib.messages
  2338. web_1 | > django.contrib.staticfiles
  2339. web_1 | > django.contrib.admin
  2340. web_1 | > south
  2341. web_1 | > crispy_forms
  2342. web_1 | > avatar
  2343. web_1 | > bootstrap3
  2344. web_1 | > users
  2345. web_1 | > allauth
  2346. web_1 | > allauth.account
  2347. web_1 | > django.contrib.humanize
  2348. web_1 | > debug_toolbar
  2349. web_1 |
  2350. web_1 | Not synced (use migrations):
  2351. web_1 | - allauth.socialaccount
  2352. web_1 | - django_extensions
  2353. web_1 | (use ./manage.py migrate to migrate these)
  2354. web_1 | Running migrations for socialaccount:
  2355. web_1 | - Nothing to migrate.
  2356. db_web_1 | LOG: incomplete startup packet
  2357. web_1 | - Loading initial data for socialaccount.
  2358. web_1 | Installed 0 object(s) from 0 fixture(s)
  2359. web_1 | Running migrations for django_extensions:
  2360. web_1 | - Nothing to migrate.
  2361. web_1 | - Loading initial data for django_extensions.
  2362. web_1 | Installed 0 object(s) from 0 fixture(s)
  2363. web_1 | ===================================
  2364. web_1 | Creating "root" User
  2365. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2366. web_1 | User "root" exists in API, trying to reactivate...
  2367. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2368. web_1 | ===================================
  2369. web_1 | ===================================
  2370. web_1 | Creating "admin" User
  2371. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2372. web_1 | User "admin" exists in API, trying to reactivate...
  2373. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2374. web_1 | ===================================
  2375. web_1 | Starting the server
  2376. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2377. web_1 |
  2378. web_1 | Fatal error: Unable to find local grunt.
  2379. web_1 |
  2380. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2381. web_1 | your project. For more information about installing and configuring grunt,
  2382. web_1 | please see the Getting Started guide:
  2383. web_1 |
  2384. web_1 | http://gruntjs.com/getting-started
  2385. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2386. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2387. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2388. web_1 |
  2389. web_1 | Host IP=172.19.0.1
  2390. web_1 |
  2391. web_1 | Syncing...
  2392. web_1 | Creating tables ...
  2393. web_1 | Installing custom SQL ...
  2394. web_1 | Installing indexes ...
  2395. web_1 | Installed 0 object(s) from 0 fixture(s)
  2396. web_1 |
  2397. web_1 | Synced:
  2398. web_1 | > django.contrib.auth
  2399. web_1 | > django.contrib.contenttypes
  2400. web_1 | > django.contrib.sessions
  2401. web_1 | > django.contrib.sites
  2402. web_1 | > django.contrib.messages
  2403. web_1 | > django.contrib.staticfiles
  2404. web_1 | > django.contrib.admin
  2405. web_1 | > south
  2406. web_1 | > crispy_forms
  2407. web_1 | > avatar
  2408. web_1 | > bootstrap3
  2409. web_1 | > users
  2410. web_1 | > allauth
  2411. web_1 | > allauth.account
  2412. web_1 | > django.contrib.humanize
  2413. web_1 | > debug_toolbar
  2414. web_1 |
  2415. web_1 | Not synced (use migrations):
  2416. web_1 | - allauth.socialaccount
  2417. web_1 | - django_extensions
  2418. web_1 | (use ./manage.py migrate to migrate these)
  2419. web_1 | Running migrations for socialaccount:
  2420. web_1 | - Nothing to migrate.
  2421. web_1 | - Loading initial data for socialaccount.
  2422. web_1 | Installed 0 object(s) from 0 fixture(s)
  2423. web_1 | Running migrations for django_extensions:
  2424. web_1 | - Nothing to migrate.
  2425. web_1 | - Loading initial data for django_extensions.
  2426. web_1 | Installed 0 object(s) from 0 fixture(s)
  2427. web_1 | ===================================
  2428. web_1 | Creating "root" User
  2429. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2430. web_1 | User "root" exists in API, trying to reactivate...
  2431. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2432. web_1 | ===================================
  2433. web_1 | ===================================
  2434. web_1 | Creating "admin" User
  2435. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2436. web_1 | User "admin" exists in API, trying to reactivate...
  2437. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2438. web_1 | ===================================
  2439. web_1 | Starting the server
  2440. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2441. web_1 |
  2442. web_1 | Fatal error: Unable to find local grunt.
  2443. web_1 |
  2444. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2445. web_1 | your project. For more information about installing and configuring grunt,
  2446. web_1 | please see the Getting Started guide:
  2447. web_1 |
  2448. web_1 | http://gruntjs.com/getting-started
  2449. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2450. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2451. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2452. web_1 |
  2453. web_1 | Host IP=172.19.0.1
  2454. web_1 |
  2455. web_1 | Syncing...
  2456. web_1 | Creating tables ...
  2457. web_1 | Installing custom SQL ...
  2458. web_1 | Installing indexes ...
  2459. web_1 | Installed 0 object(s) from 0 fixture(s)
  2460. web_1 |
  2461. web_1 | Synced:
  2462. web_1 | > django.contrib.auth
  2463. web_1 | > django.contrib.contenttypes
  2464. web_1 | > django.contrib.sessions
  2465. web_1 | > django.contrib.sites
  2466. web_1 | > django.contrib.messages
  2467. web_1 | > django.contrib.staticfiles
  2468. web_1 | > django.contrib.admin
  2469. web_1 | > south
  2470. web_1 | > crispy_forms
  2471. web_1 | > avatar
  2472. web_1 | > bootstrap3
  2473. web_1 | > users
  2474. web_1 | > allauth
  2475. web_1 | > allauth.account
  2476. web_1 | > django.contrib.humanize
  2477. web_1 | > debug_toolbar
  2478. web_1 |
  2479. web_1 | Not synced (use migrations):
  2480. web_1 | - allauth.socialaccount
  2481. web_1 | - django_extensions
  2482. web_1 | (use ./manage.py migrate to migrate these)
  2483. web_1 | Running migrations for socialaccount:
  2484. web_1 | - Nothing to migrate.
  2485. web_1 | - Loading initial data for socialaccount.
  2486. web_1 | Installed 0 object(s) from 0 fixture(s)
  2487. web_1 | Running migrations for django_extensions:
  2488. web_1 | - Nothing to migrate.
  2489. web_1 | - Loading initial data for django_extensions.
  2490. web_1 | Installed 0 object(s) from 0 fixture(s)
  2491. web_1 | ===================================
  2492. web_1 | Creating "root" User
  2493. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2494. web_1 | User "root" exists in API, trying to reactivate...
  2495. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2496. web_1 | ===================================
  2497. web_1 | ===================================
  2498. web_1 | Creating "admin" User
  2499. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2500. web_1 | User "admin" exists in API, trying to reactivate...
  2501. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2502. web_1 | ===================================
  2503. web_1 | Starting the server
  2504. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2505. web_1 |
  2506. web_1 | Fatal error: Unable to find local grunt.
  2507. web_1 |
  2508. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2509. web_1 | your project. For more information about installing and configuring grunt,
  2510. web_1 | please see the Getting Started guide:
  2511. web_1 |
  2512. web_1 | http://gruntjs.com/getting-started
  2513. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2514. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2515. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2516. web_1 |
  2517. web_1 | Host IP=172.19.0.1
  2518. web_1 |
  2519. web_1 | Syncing...
  2520. web_1 | Creating tables ...
  2521. web_1 | Installing custom SQL ...
  2522. web_1 | Installing indexes ...
  2523. web_1 | Installed 0 object(s) from 0 fixture(s)
  2524. web_1 |
  2525. web_1 | Synced:
  2526. web_1 | > django.contrib.auth
  2527. web_1 | > django.contrib.contenttypes
  2528. web_1 | > django.contrib.sessions
  2529. web_1 | > django.contrib.sites
  2530. web_1 | > django.contrib.messages
  2531. web_1 | > django.contrib.staticfiles
  2532. web_1 | > django.contrib.admin
  2533. web_1 | > south
  2534. web_1 | > crispy_forms
  2535. web_1 | > avatar
  2536. web_1 | > bootstrap3
  2537. web_1 | > users
  2538. web_1 | > allauth
  2539. web_1 | > allauth.account
  2540. web_1 | > django.contrib.humanize
  2541. web_1 | > debug_toolbar
  2542. web_1 |
  2543. web_1 | Not synced (use migrations):
  2544. web_1 | - allauth.socialaccount
  2545. web_1 | - django_extensions
  2546. web_1 | (use ./manage.py migrate to migrate these)
  2547. web_1 | Running migrations for socialaccount:
  2548. web_1 | - Nothing to migrate.
  2549. web_1 | - Loading initial data for socialaccount.
  2550. web_1 | Installed 0 object(s) from 0 fixture(s)
  2551. web_1 | Running migrations for django_extensions:
  2552. web_1 | - Nothing to migrate.
  2553. web_1 | - Loading initial data for django_extensions.
  2554. web_1 | Installed 0 object(s) from 0 fixture(s)
  2555. web_1 | ===================================
  2556. web_1 | Creating "root" User
  2557. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2558. web_1 | User "root" exists in API, trying to reactivate...
  2559. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2560. web_1 | ===================================
  2561. web_1 | ===================================
  2562. web_1 | Creating "admin" User
  2563. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2564. web_1 | User "admin" exists in API, trying to reactivate...
  2565. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2566. web_1 | ===================================
  2567. web_1 | Starting the server
  2568. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2569. web_1 |
  2570. web_1 | Fatal error: Unable to find local grunt.
  2571. web_1 |
  2572. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2573. web_1 | your project. For more information about installing and configuring grunt,
  2574. web_1 | please see the Getting Started guide:
  2575. web_1 |
  2576. web_1 | http://gruntjs.com/getting-started
  2577. db_web_1 | LOG: incomplete startup packet
  2578. oclweb_web_1 exited with code 99
  2579. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2580. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2581. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  2582. web_1 |
  2583. web_1 | Host IP=172.19.0.1
  2584. web_1 |
  2585. web_1 | Syncing...
  2586. web_1 | Creating tables ...
  2587. web_1 | Creating table auth_permission
  2588. web_1 | Creating table auth_group_permissions
  2589. web_1 | Creating table auth_group
  2590. web_1 | Creating table django_content_type
  2591. web_1 | Creating table django_session
  2592. web_1 | Creating table django_site
  2593. web_1 | Creating table django_admin_log
  2594. web_1 | Creating table south_migrationhistory
  2595. web_1 | Creating table avatar_avatar
  2596. web_1 | Creating table users_user_groups
  2597. web_1 | Creating table users_user_user_permissions
  2598. web_1 | Creating table users_user
  2599. web_1 | Creating table account_emailaddress
  2600. web_1 | Creating table account_emailconfirmation
  2601. web_1 | Installing custom SQL ...
  2602. web_1 | Installing indexes ...
  2603. web_1 | Installed 0 object(s) from 0 fixture(s)
  2604. web_1 |
  2605. web_1 | Synced:
  2606. web_1 | > django.contrib.auth
  2607. web_1 | > django.contrib.contenttypes
  2608. web_1 | > django.contrib.sessions
  2609. web_1 | > django.contrib.sites
  2610. web_1 | > django.contrib.messages
  2611. web_1 | > django.contrib.staticfiles
  2612. web_1 | > django.contrib.admin
  2613. web_1 | > south
  2614. web_1 | > crispy_forms
  2615. web_1 | > avatar
  2616. web_1 | > bootstrap3
  2617. web_1 | > users
  2618. web_1 | > allauth
  2619. web_1 | > allauth.account
  2620. web_1 | > django.contrib.humanize
  2621. web_1 | > debug_toolbar
  2622. web_1 |
  2623. web_1 | Not synced (use migrations):
  2624. web_1 | - allauth.socialaccount
  2625. web_1 | - django_extensions
  2626. web_1 | (use ./manage.py migrate to migrate these)
  2627. web_1 | Running migrations for socialaccount:
  2628. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  2629. web_1 | > socialaccount:0001_initial
  2630. web_1 | > socialaccount:0002_genericmodels
  2631. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  2632. web_1 | > socialaccount:0004_add_sites
  2633. web_1 | > socialaccount:0005_set_sites
  2634. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  2635. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  2636. web_1 | > socialaccount:0008_client_id
  2637. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  2638. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  2639. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  2640. web_1 | - Loading initial data for socialaccount.
  2641. web_1 | Installed 0 object(s) from 0 fixture(s)
  2642. web_1 | Running migrations for django_extensions:
  2643. web_1 | - Migrating forwards to 0001_empty.
  2644. web_1 | > django_extensions:0001_empty
  2645. web_1 | - Loading initial data for django_extensions.
  2646. web_1 | Installed 0 object(s) from 0 fixture(s)
  2647. web_1 | ===================================
  2648. web_1 | Creating "root" User
  2649. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2650. web_1 | User "root" exists in API, trying to reactivate...
  2651. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2652. web_1 | ===================================
  2653. web_1 | ===================================
  2654. web_1 | Creating "admin" User
  2655. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2656. web_1 | User "admin" synced to API
  2657. web_1 | ===================================
  2658. web_1 | Starting the server
  2659. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2660. web_1 |
  2661. web_1 | Fatal error: Unable to find local grunt.
  2662. web_1 |
  2663. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2664. web_1 | your project. For more information about installing and configuring grunt,
  2665. web_1 | please see the Getting Started guide:
  2666. web_1 |
  2667. web_1 | http://gruntjs.com/getting-started
  2668. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2669. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2670. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2671. web_1 |
  2672. web_1 | Host IP=172.19.0.1
  2673. web_1 |
  2674. web_1 | Syncing...
  2675. web_1 | Creating tables ...
  2676. web_1 | Installing custom SQL ...
  2677. web_1 | Installing indexes ...
  2678. web_1 | Installed 0 object(s) from 0 fixture(s)
  2679. web_1 |
  2680. web_1 | Synced:
  2681. web_1 | > django.contrib.auth
  2682. web_1 | > django.contrib.contenttypes
  2683. web_1 | > django.contrib.sessions
  2684. web_1 | > django.contrib.sites
  2685. web_1 | > django.contrib.messages
  2686. web_1 | > django.contrib.staticfiles
  2687. web_1 | > django.contrib.admin
  2688. web_1 | > south
  2689. web_1 | > crispy_forms
  2690. web_1 | > avatar
  2691. web_1 | > bootstrap3
  2692. web_1 | > users
  2693. web_1 | > allauth
  2694. web_1 | > allauth.account
  2695. web_1 | > django.contrib.humanize
  2696. web_1 | > debug_toolbar
  2697. web_1 |
  2698. web_1 | Not synced (use migrations):
  2699. web_1 | - allauth.socialaccount
  2700. web_1 | - django_extensions
  2701. web_1 | (use ./manage.py migrate to migrate these)
  2702. web_1 | Running migrations for socialaccount:
  2703. web_1 | - Nothing to migrate.
  2704. web_1 | - Loading initial data for socialaccount.
  2705. web_1 | Installed 0 object(s) from 0 fixture(s)
  2706. web_1 | Running migrations for django_extensions:
  2707. web_1 | - Nothing to migrate.
  2708. web_1 | - Loading initial data for django_extensions.
  2709. web_1 | Installed 0 object(s) from 0 fixture(s)
  2710. web_1 | ===================================
  2711. web_1 | Creating "root" User
  2712. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2713. web_1 | User "root" exists in API, trying to reactivate...
  2714. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2715. web_1 | ===================================
  2716. web_1 | ===================================
  2717. web_1 | Creating "admin" User
  2718. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2719. web_1 | User "admin" exists in API, trying to reactivate...
  2720. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2721. web_1 | ===================================
  2722. web_1 | Starting the server
  2723. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2724. web_1 |
  2725. web_1 | Fatal error: Unable to find local grunt.
  2726. web_1 |
  2727. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2728. web_1 | your project. For more information about installing and configuring grunt,
  2729. web_1 | please see the Getting Started guide:
  2730. web_1 |
  2731. web_1 | http://gruntjs.com/getting-started
  2732. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2733. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2734. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2735. web_1 |
  2736. web_1 | Host IP=172.19.0.1
  2737. web_1 |
  2738. web_1 | Syncing...
  2739. web_1 | Creating tables ...
  2740. web_1 | Installing custom SQL ...
  2741. web_1 | Installing indexes ...
  2742. web_1 | Installed 0 object(s) from 0 fixture(s)
  2743. web_1 |
  2744. web_1 | Synced:
  2745. web_1 | > django.contrib.auth
  2746. web_1 | > django.contrib.contenttypes
  2747. web_1 | > django.contrib.sessions
  2748. web_1 | > django.contrib.sites
  2749. web_1 | > django.contrib.messages
  2750. web_1 | > django.contrib.staticfiles
  2751. web_1 | > django.contrib.admin
  2752. web_1 | > south
  2753. web_1 | > crispy_forms
  2754. web_1 | > avatar
  2755. web_1 | > bootstrap3
  2756. web_1 | > users
  2757. web_1 | > allauth
  2758. web_1 | > allauth.account
  2759. web_1 | > django.contrib.humanize
  2760. web_1 | > debug_toolbar
  2761. web_1 |
  2762. web_1 | Not synced (use migrations):
  2763. web_1 | - allauth.socialaccount
  2764. web_1 | - django_extensions
  2765. web_1 | (use ./manage.py migrate to migrate these)
  2766. web_1 | Running migrations for socialaccount:
  2767. web_1 | - Nothing to migrate.
  2768. web_1 | - Loading initial data for socialaccount.
  2769. web_1 | Installed 0 object(s) from 0 fixture(s)
  2770. web_1 | Running migrations for django_extensions:
  2771. web_1 | - Nothing to migrate.
  2772. web_1 | - Loading initial data for django_extensions.
  2773. web_1 | Installed 0 object(s) from 0 fixture(s)
  2774. web_1 | ===================================
  2775. web_1 | Creating "root" User
  2776. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2777. web_1 | User "root" exists in API, trying to reactivate...
  2778. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2779. web_1 | ===================================
  2780. web_1 | ===================================
  2781. web_1 | Creating "admin" User
  2782. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2783. web_1 | User "admin" exists in API, trying to reactivate...
  2784. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2785. web_1 | ===================================
  2786. web_1 | Starting the server
  2787. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2788. web_1 |
  2789. web_1 | Fatal error: Unable to find local grunt.
  2790. web_1 |
  2791. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2792. web_1 | your project. For more information about installing and configuring grunt,
  2793. web_1 | please see the Getting Started guide:
  2794. web_1 |
  2795. web_1 | http://gruntjs.com/getting-started
  2796. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2797. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2798. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2799. web_1 |
  2800. web_1 | Host IP=172.19.0.1
  2801. web_1 |
  2802. web_1 | Syncing...
  2803. web_1 | Creating tables ...
  2804. web_1 | Installing custom SQL ...
  2805. web_1 | Installing indexes ...
  2806. web_1 | Installed 0 object(s) from 0 fixture(s)
  2807. web_1 |
  2808. web_1 | Synced:
  2809. web_1 | > django.contrib.auth
  2810. web_1 | > django.contrib.contenttypes
  2811. web_1 | > django.contrib.sessions
  2812. web_1 | > django.contrib.sites
  2813. web_1 | > django.contrib.messages
  2814. web_1 | > django.contrib.staticfiles
  2815. web_1 | > django.contrib.admin
  2816. web_1 | > south
  2817. web_1 | > crispy_forms
  2818. web_1 | > avatar
  2819. web_1 | > bootstrap3
  2820. web_1 | > users
  2821. web_1 | > allauth
  2822. web_1 | > allauth.account
  2823. web_1 | > django.contrib.humanize
  2824. web_1 | > debug_toolbar
  2825. web_1 |
  2826. web_1 | Not synced (use migrations):
  2827. web_1 | - allauth.socialaccount
  2828. web_1 | - django_extensions
  2829. web_1 | (use ./manage.py migrate to migrate these)
  2830. web_1 | Running migrations for socialaccount:
  2831. web_1 | - Nothing to migrate.
  2832. web_1 | - Loading initial data for socialaccount.
  2833. web_1 | Installed 0 object(s) from 0 fixture(s)
  2834. web_1 | Running migrations for django_extensions:
  2835. web_1 | - Nothing to migrate.
  2836. web_1 | - Loading initial data for django_extensions.
  2837. web_1 | Installed 0 object(s) from 0 fixture(s)
  2838. web_1 | ===================================
  2839. web_1 | Creating "root" User
  2840. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2841. web_1 | User "root" exists in API, trying to reactivate...
  2842. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2843. web_1 | ===================================
  2844. web_1 | ===================================
  2845. web_1 | Creating "admin" User
  2846. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2847. web_1 | User "admin" exists in API, trying to reactivate...
  2848. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2849. web_1 | ===================================
  2850. web_1 | Starting the server
  2851. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2852. web_1 |
  2853. web_1 | Fatal error: Unable to find local grunt.
  2854. web_1 |
  2855. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2856. web_1 | your project. For more information about installing and configuring grunt,
  2857. web_1 | please see the Getting Started guide:
  2858. web_1 |
  2859. web_1 | http://gruntjs.com/getting-started
  2860. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2861. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2862. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2863. web_1 |
  2864. web_1 | Host IP=172.19.0.1
  2865. web_1 |
  2866. web_1 | Syncing...
  2867. web_1 | Creating tables ...
  2868. web_1 | Installing custom SQL ...
  2869. web_1 | Installing indexes ...
  2870. web_1 | Installed 0 object(s) from 0 fixture(s)
  2871. web_1 |
  2872. web_1 | Synced:
  2873. web_1 | > django.contrib.auth
  2874. web_1 | > django.contrib.contenttypes
  2875. web_1 | > django.contrib.sessions
  2876. web_1 | > django.contrib.sites
  2877. web_1 | > django.contrib.messages
  2878. web_1 | > django.contrib.staticfiles
  2879. web_1 | > django.contrib.admin
  2880. web_1 | > south
  2881. web_1 | > crispy_forms
  2882. web_1 | > avatar
  2883. web_1 | > bootstrap3
  2884. web_1 | > users
  2885. web_1 | > allauth
  2886. web_1 | > allauth.account
  2887. web_1 | > django.contrib.humanize
  2888. web_1 | > debug_toolbar
  2889. web_1 |
  2890. web_1 | Not synced (use migrations):
  2891. web_1 | - allauth.socialaccount
  2892. web_1 | - django_extensions
  2893. web_1 | (use ./manage.py migrate to migrate these)
  2894. web_1 | Running migrations for socialaccount:
  2895. web_1 | - Nothing to migrate.
  2896. web_1 | - Loading initial data for socialaccount.
  2897. web_1 | Installed 0 object(s) from 0 fixture(s)
  2898. web_1 | Running migrations for django_extensions:
  2899. web_1 | - Nothing to migrate.
  2900. web_1 | - Loading initial data for django_extensions.
  2901. web_1 | Installed 0 object(s) from 0 fixture(s)
  2902. web_1 | ===================================
  2903. web_1 | Creating "root" User
  2904. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2905. web_1 | User "root" exists in API, trying to reactivate...
  2906. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2907. web_1 | ===================================
  2908. web_1 | ===================================
  2909. web_1 | Creating "admin" User
  2910. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2911. web_1 | User "admin" exists in API, trying to reactivate...
  2912. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2913. web_1 | ===================================
  2914. web_1 | Starting the server
  2915. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2916. web_1 |
  2917. web_1 | Fatal error: Unable to find local grunt.
  2918. web_1 |
  2919. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2920. web_1 | your project. For more information about installing and configuring grunt,
  2921. web_1 | please see the Getting Started guide:
  2922. web_1 |
  2923. web_1 | http://gruntjs.com/getting-started
  2924. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2925. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2926. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2927. db_web_1 | LOG: incomplete startup packet
  2928. web_1 |
  2929. web_1 | Host IP=172.19.0.1
  2930. web_1 |
  2931. web_1 | Syncing...
  2932. web_1 | Creating tables ...
  2933. web_1 | Installing custom SQL ...
  2934. web_1 | Installing indexes ...
  2935. web_1 | Installed 0 object(s) from 0 fixture(s)
  2936. web_1 |
  2937. web_1 | Synced:
  2938. web_1 | > django.contrib.auth
  2939. web_1 | > django.contrib.contenttypes
  2940. web_1 | > django.contrib.sessions
  2941. web_1 | > django.contrib.sites
  2942. web_1 | > django.contrib.messages
  2943. web_1 | > django.contrib.staticfiles
  2944. web_1 | > django.contrib.admin
  2945. web_1 | > south
  2946. web_1 | > crispy_forms
  2947. web_1 | > avatar
  2948. web_1 | > bootstrap3
  2949. web_1 | > users
  2950. web_1 | > allauth
  2951. web_1 | > allauth.account
  2952. web_1 | > django.contrib.humanize
  2953. web_1 | > debug_toolbar
  2954. web_1 |
  2955. web_1 | Not synced (use migrations):
  2956. web_1 | - allauth.socialaccount
  2957. web_1 | - django_extensions
  2958. web_1 | (use ./manage.py migrate to migrate these)
  2959. web_1 | Running migrations for socialaccount:
  2960. web_1 | - Nothing to migrate.
  2961. web_1 | - Loading initial data for socialaccount.
  2962. web_1 | Installed 0 object(s) from 0 fixture(s)
  2963. web_1 | Running migrations for django_extensions:
  2964. web_1 | - Nothing to migrate.
  2965. web_1 | - Loading initial data for django_extensions.
  2966. web_1 | Installed 0 object(s) from 0 fixture(s)
  2967. web_1 | ===================================
  2968. web_1 | Creating "root" User
  2969. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2970. web_1 | User "root" exists in API, trying to reactivate...
  2971. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2972. web_1 | ===================================
  2973. web_1 | ===================================
  2974. web_1 | Creating "admin" User
  2975. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2976. web_1 | User "admin" exists in API, trying to reactivate...
  2977. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2978. web_1 | ===================================
  2979. web_1 | Starting the server
  2980. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2981. web_1 |
  2982. web_1 | Fatal error: Unable to find local grunt.
  2983. web_1 |
  2984. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2985. web_1 | your project. For more information about installing and configuring grunt,
  2986. web_1 | please see the Getting Started guide:
  2987. web_1 |
  2988. web_1 | http://gruntjs.com/getting-started
  2989. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2990. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2991. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2992. web_1 |
  2993. web_1 | Host IP=172.19.0.1
  2994. web_1 |
  2995. web_1 | Syncing...
  2996. web_1 | Creating tables ...
  2997. web_1 | Installing custom SQL ...
  2998. web_1 | Installing indexes ...
  2999. web_1 | Installed 0 object(s) from 0 fixture(s)
  3000. web_1 |
  3001. web_1 | Synced:
  3002. web_1 | > django.contrib.auth
  3003. web_1 | > django.contrib.contenttypes
  3004. web_1 | > django.contrib.sessions
  3005. web_1 | > django.contrib.sites
  3006. web_1 | > django.contrib.messages
  3007. web_1 | > django.contrib.staticfiles
  3008. web_1 | > django.contrib.admin
  3009. web_1 | > south
  3010. web_1 | > crispy_forms
  3011. web_1 | > avatar
  3012. web_1 | > bootstrap3
  3013. web_1 | > users
  3014. web_1 | > allauth
  3015. web_1 | > allauth.account
  3016. web_1 | > django.contrib.humanize
  3017. web_1 | > debug_toolbar
  3018. web_1 |
  3019. web_1 | Not synced (use migrations):
  3020. web_1 | - allauth.socialaccount
  3021. web_1 | - django_extensions
  3022. web_1 | (use ./manage.py migrate to migrate these)
  3023. web_1 | Running migrations for socialaccount:
  3024. web_1 | - Nothing to migrate.
  3025. web_1 | - Loading initial data for socialaccount.
  3026. web_1 | Installed 0 object(s) from 0 fixture(s)
  3027. web_1 | Running migrations for django_extensions:
  3028. web_1 | - Nothing to migrate.
  3029. web_1 | - Loading initial data for django_extensions.
  3030. web_1 | Installed 0 object(s) from 0 fixture(s)
  3031. web_1 | ===================================
  3032. web_1 | Creating "root" User
  3033. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3034. web_1 | User "root" exists in API, trying to reactivate...
  3035. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3036. web_1 | ===================================
  3037. web_1 | ===================================
  3038. web_1 | Creating "admin" User
  3039. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3040. web_1 | User "admin" exists in API, trying to reactivate...
  3041. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3042. web_1 | ===================================
  3043. web_1 | Starting the server
  3044. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3045. web_1 |
  3046. web_1 | Fatal error: Unable to find local grunt.
  3047. web_1 |
  3048. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3049. web_1 | your project. For more information about installing and configuring grunt,
  3050. web_1 | please see the Getting Started guide:
  3051. web_1 |
  3052. web_1 | http://gruntjs.com/getting-started
  3053. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3054. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3055. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3056. web_1 |
  3057. web_1 | Host IP=172.19.0.1
  3058. web_1 |
  3059. web_1 | Syncing...
  3060. web_1 | Creating tables ...
  3061. web_1 | Installing custom SQL ...
  3062. web_1 | Installing indexes ...
  3063. web_1 | Installed 0 object(s) from 0 fixture(s)
  3064. web_1 |
  3065. web_1 | Synced:
  3066. web_1 | > django.contrib.auth
  3067. web_1 | > django.contrib.contenttypes
  3068. web_1 | > django.contrib.sessions
  3069. web_1 | > django.contrib.sites
  3070. web_1 | > django.contrib.messages
  3071. web_1 | > django.contrib.staticfiles
  3072. web_1 | > django.contrib.admin
  3073. web_1 | > south
  3074. web_1 | > crispy_forms
  3075. web_1 | > avatar
  3076. web_1 | > bootstrap3
  3077. web_1 | > users
  3078. web_1 | > allauth
  3079. web_1 | > allauth.account
  3080. web_1 | > django.contrib.humanize
  3081. web_1 | > debug_toolbar
  3082. web_1 |
  3083. web_1 | Not synced (use migrations):
  3084. web_1 | - allauth.socialaccount
  3085. web_1 | - django_extensions
  3086. web_1 | (use ./manage.py migrate to migrate these)
  3087. web_1 | Running migrations for socialaccount:
  3088. web_1 | - Nothing to migrate.
  3089. web_1 | - Loading initial data for socialaccount.
  3090. web_1 | Installed 0 object(s) from 0 fixture(s)
  3091. web_1 | Running migrations for django_extensions:
  3092. web_1 | - Nothing to migrate.
  3093. web_1 | - Loading initial data for django_extensions.
  3094. web_1 | Installed 0 object(s) from 0 fixture(s)
  3095. web_1 | ===================================
  3096. web_1 | Creating "root" User
  3097. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3098. web_1 | User "root" exists in API, trying to reactivate...
  3099. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3100. web_1 | ===================================
  3101. web_1 | ===================================
  3102. web_1 | Creating "admin" User
  3103. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3104. web_1 | User "admin" exists in API, trying to reactivate...
  3105. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3106. web_1 | ===================================
  3107. web_1 | Starting the server
  3108. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3109. web_1 |
  3110. web_1 | Fatal error: Unable to find local grunt.
  3111. web_1 |
  3112. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3113. web_1 | your project. For more information about installing and configuring grunt,
  3114. web_1 | please see the Getting Started guide:
  3115. web_1 |
  3116. web_1 | http://gruntjs.com/getting-started
  3117. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3118. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3119. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3120. web_1 |
  3121. web_1 | Host IP=172.19.0.1
  3122. web_1 |
  3123. web_1 | Syncing...
  3124. web_1 | Creating tables ...
  3125. web_1 | Installing custom SQL ...
  3126. web_1 | Installing indexes ...
  3127. web_1 | Installed 0 object(s) from 0 fixture(s)
  3128. web_1 |
  3129. web_1 | Synced:
  3130. web_1 | > django.contrib.auth
  3131. web_1 | > django.contrib.contenttypes
  3132. web_1 | > django.contrib.sessions
  3133. web_1 | > django.contrib.sites
  3134. web_1 | > django.contrib.messages
  3135. web_1 | > django.contrib.staticfiles
  3136. web_1 | > django.contrib.admin
  3137. web_1 | > south
  3138. web_1 | > crispy_forms
  3139. web_1 | > avatar
  3140. web_1 | > bootstrap3
  3141. web_1 | > users
  3142. web_1 | > allauth
  3143. web_1 | > allauth.account
  3144. web_1 | > django.contrib.humanize
  3145. web_1 | > debug_toolbar
  3146. web_1 |
  3147. web_1 | Not synced (use migrations):
  3148. web_1 | - allauth.socialaccount
  3149. web_1 | - django_extensions
  3150. web_1 | (use ./manage.py migrate to migrate these)
  3151. web_1 | Running migrations for socialaccount:
  3152. web_1 | - Nothing to migrate.
  3153. web_1 | - Loading initial data for socialaccount.
  3154. web_1 | Installed 0 object(s) from 0 fixture(s)
  3155. web_1 | Running migrations for django_extensions:
  3156. web_1 | - Nothing to migrate.
  3157. web_1 | - Loading initial data for django_extensions.
  3158. web_1 | Installed 0 object(s) from 0 fixture(s)
  3159. web_1 | ===================================
  3160. web_1 | Creating "root" User
  3161. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3162. web_1 | User "root" exists in API, trying to reactivate...
  3163. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3164. web_1 | ===================================
  3165. web_1 | ===================================
  3166. web_1 | Creating "admin" User
  3167. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3168. web_1 | User "admin" exists in API, trying to reactivate...
  3169. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3170. web_1 | ===================================
  3171. web_1 | Starting the server
  3172. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3173. web_1 |
  3174. web_1 | Fatal error: Unable to find local grunt.
  3175. web_1 |
  3176. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3177. web_1 | your project. For more information about installing and configuring grunt,
  3178. web_1 | please see the Getting Started guide:
  3179. web_1 |
  3180. web_1 | http://gruntjs.com/getting-started
  3181. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3182. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3183. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3184. web_1 |
  3185. web_1 | Host IP=172.19.0.1
  3186. web_1 |
  3187. web_1 | Syncing...
  3188. web_1 | Creating tables ...
  3189. web_1 | Installing custom SQL ...
  3190. web_1 | Installing indexes ...
  3191. web_1 | Installed 0 object(s) from 0 fixture(s)
  3192. web_1 |
  3193. web_1 | Synced:
  3194. web_1 | > django.contrib.auth
  3195. web_1 | > django.contrib.contenttypes
  3196. web_1 | > django.contrib.sessions
  3197. web_1 | > django.contrib.sites
  3198. web_1 | > django.contrib.messages
  3199. web_1 | > django.contrib.staticfiles
  3200. web_1 | > django.contrib.admin
  3201. web_1 | > south
  3202. web_1 | > crispy_forms
  3203. web_1 | > avatar
  3204. web_1 | > bootstrap3
  3205. web_1 | > users
  3206. web_1 | > allauth
  3207. web_1 | > allauth.account
  3208. web_1 | > django.contrib.humanize
  3209. web_1 | > debug_toolbar
  3210. web_1 |
  3211. web_1 | Not synced (use migrations):
  3212. web_1 | - allauth.socialaccount
  3213. web_1 | - django_extensions
  3214. web_1 | (use ./manage.py migrate to migrate these)
  3215. web_1 | Running migrations for socialaccount:
  3216. web_1 | - Nothing to migrate.
  3217. web_1 | - Loading initial data for socialaccount.
  3218. web_1 | Installed 0 object(s) from 0 fixture(s)
  3219. web_1 | Running migrations for django_extensions:
  3220. web_1 | - Nothing to migrate.
  3221. web_1 | - Loading initial data for django_extensions.
  3222. web_1 | Installed 0 object(s) from 0 fixture(s)
  3223. web_1 | ===================================
  3224. web_1 | Creating "root" User
  3225. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3226. web_1 | User "root" exists in API, trying to reactivate...
  3227. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3228. web_1 | ===================================
  3229. web_1 | ===================================
  3230. web_1 | Creating "admin" User
  3231. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3232. web_1 | User "admin" exists in API, trying to reactivate...
  3233. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3234. web_1 | ===================================
  3235. web_1 | Starting the server
  3236. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3237. web_1 |
  3238. web_1 | Fatal error: Unable to find local grunt.
  3239. web_1 |
  3240. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3241. web_1 | your project. For more information about installing and configuring grunt,
  3242. web_1 | please see the Getting Started guide:
  3243. web_1 |
  3244. web_1 | http://gruntjs.com/getting-started
  3245. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3246. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3247. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3248. web_1 |
  3249. web_1 | Host IP=172.19.0.1
  3250. web_1 |
  3251. web_1 | Syncing...
  3252. web_1 | Creating tables ...
  3253. web_1 | Installing custom SQL ...
  3254. web_1 | Installing indexes ...
  3255. web_1 | Installed 0 object(s) from 0 fixture(s)
  3256. web_1 |
  3257. web_1 | Synced:
  3258. web_1 | > django.contrib.auth
  3259. web_1 | > django.contrib.contenttypes
  3260. web_1 | > django.contrib.sessions
  3261. web_1 | > django.contrib.sites
  3262. web_1 | > django.contrib.messages
  3263. web_1 | > django.contrib.staticfiles
  3264. web_1 | > django.contrib.admin
  3265. web_1 | > south
  3266. web_1 | > crispy_forms
  3267. web_1 | > avatar
  3268. web_1 | > bootstrap3
  3269. web_1 | > users
  3270. web_1 | > allauth
  3271. web_1 | > allauth.account
  3272. web_1 | > django.contrib.humanize
  3273. web_1 | > debug_toolbar
  3274. web_1 |
  3275. web_1 | Not synced (use migrations):
  3276. web_1 | - allauth.socialaccount
  3277. web_1 | - django_extensions
  3278. web_1 | (use ./manage.py migrate to migrate these)
  3279. web_1 | Running migrations for socialaccount:
  3280. web_1 | - Nothing to migrate.
  3281. web_1 | - Loading initial data for socialaccount.
  3282. web_1 | Installed 0 object(s) from 0 fixture(s)
  3283. web_1 | Running migrations for django_extensions:
  3284. web_1 | - Nothing to migrate.
  3285. web_1 | - Loading initial data for django_extensions.
  3286. web_1 | Installed 0 object(s) from 0 fixture(s)
  3287. web_1 | ===================================
  3288. web_1 | Creating "root" User
  3289. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3290. web_1 | User "root" exists in API, trying to reactivate...
  3291. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3292. web_1 | ===================================
  3293. web_1 | ===================================
  3294. web_1 | Creating "admin" User
  3295. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3296. web_1 | User "admin" exists in API, trying to reactivate...
  3297. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3298. web_1 | ===================================
  3299. web_1 | Starting the server
  3300. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3301. web_1 |
  3302. web_1 | Fatal error: Unable to find local grunt.
  3303. web_1 |
  3304. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3305. web_1 | your project. For more information about installing and configuring grunt,
  3306. web_1 | please see the Getting Started guide:
  3307. web_1 |
  3308. web_1 | http://gruntjs.com/getting-started
  3309. db_web_1 | LOG: incomplete startup packet
  3310. oclweb_web_1 exited with code 99
  3311. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3312. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3313. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  3314. web_1 |
  3315. web_1 | Host IP=172.19.0.1
  3316. web_1 |
  3317. web_1 | Syncing...
  3318. web_1 | Creating tables ...
  3319. web_1 | Creating table auth_permission
  3320. web_1 | Creating table auth_group_permissions
  3321. web_1 | Creating table auth_group
  3322. web_1 | Creating table django_content_type
  3323. web_1 | Creating table django_session
  3324. web_1 | Creating table django_site
  3325. web_1 | Creating table django_admin_log
  3326. web_1 | Creating table south_migrationhistory
  3327. web_1 | Creating table avatar_avatar
  3328. web_1 | Creating table users_user_groups
  3329. web_1 | Creating table users_user_user_permissions
  3330. web_1 | Creating table users_user
  3331. web_1 | Creating table account_emailaddress
  3332. web_1 | Creating table account_emailconfirmation
  3333. web_1 | Installing custom SQL ...
  3334. web_1 | Installing indexes ...
  3335. web_1 | Installed 0 object(s) from 0 fixture(s)
  3336. web_1 |
  3337. web_1 | Synced:
  3338. web_1 | > django.contrib.auth
  3339. web_1 | > django.contrib.contenttypes
  3340. web_1 | > django.contrib.sessions
  3341. web_1 | > django.contrib.sites
  3342. web_1 | > django.contrib.messages
  3343. web_1 | > django.contrib.staticfiles
  3344. web_1 | > django.contrib.admin
  3345. web_1 | > south
  3346. web_1 | > crispy_forms
  3347. web_1 | > avatar
  3348. web_1 | > bootstrap3
  3349. web_1 | > users
  3350. web_1 | > allauth
  3351. web_1 | > allauth.account
  3352. web_1 | > django.contrib.humanize
  3353. web_1 | > debug_toolbar
  3354. web_1 |
  3355. web_1 | Not synced (use migrations):
  3356. web_1 | - allauth.socialaccount
  3357. web_1 | - django_extensions
  3358. web_1 | (use ./manage.py migrate to migrate these)
  3359. web_1 | Running migrations for socialaccount:
  3360. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  3361. web_1 | > socialaccount:0001_initial
  3362. web_1 | > socialaccount:0002_genericmodels
  3363. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  3364. web_1 | > socialaccount:0004_add_sites
  3365. web_1 | > socialaccount:0005_set_sites
  3366. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  3367. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  3368. web_1 | > socialaccount:0008_client_id
  3369. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  3370. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  3371. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  3372. web_1 | - Loading initial data for socialaccount.
  3373. web_1 | Installed 0 object(s) from 0 fixture(s)
  3374. web_1 | Running migrations for django_extensions:
  3375. web_1 | - Migrating forwards to 0001_empty.
  3376. web_1 | > django_extensions:0001_empty
  3377. web_1 | - Loading initial data for django_extensions.
  3378. web_1 | Installed 0 object(s) from 0 fixture(s)
  3379. web_1 | ===================================
  3380. web_1 | Creating "root" User
  3381. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3382. web_1 | User "root" exists in API, trying to reactivate...
  3383. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3384. web_1 | ===================================
  3385. web_1 | ===================================
  3386. web_1 | Creating "admin" User
  3387. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3388. web_1 | User "admin" synced to API
  3389. web_1 | ===================================
  3390. web_1 | Starting the server
  3391. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3392. web_1 |
  3393. web_1 | Fatal error: Unable to find local grunt.
  3394. web_1 |
  3395. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3396. web_1 | your project. For more information about installing and configuring grunt,
  3397. web_1 | please see the Getting Started guide:
  3398. web_1 |
  3399. web_1 | http://gruntjs.com/getting-started
  3400. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3401. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3402. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3403. web_1 |
  3404. web_1 | Host IP=172.19.0.1
  3405. web_1 |
  3406. web_1 | Syncing...
  3407. web_1 | Creating tables ...
  3408. web_1 | Installing custom SQL ...
  3409. web_1 | Installing indexes ...
  3410. web_1 | Installed 0 object(s) from 0 fixture(s)
  3411. web_1 |
  3412. web_1 | Synced:
  3413. web_1 | > django.contrib.auth
  3414. web_1 | > django.contrib.contenttypes
  3415. web_1 | > django.contrib.sessions
  3416. web_1 | > django.contrib.sites
  3417. web_1 | > django.contrib.messages
  3418. web_1 | > django.contrib.staticfiles
  3419. web_1 | > django.contrib.admin
  3420. web_1 | > south
  3421. web_1 | > crispy_forms
  3422. web_1 | > avatar
  3423. web_1 | > bootstrap3
  3424. web_1 | > users
  3425. web_1 | > allauth
  3426. web_1 | > allauth.account
  3427. web_1 | > django.contrib.humanize
  3428. web_1 | > debug_toolbar
  3429. web_1 |
  3430. web_1 | Not synced (use migrations):
  3431. web_1 | - allauth.socialaccount
  3432. web_1 | - django_extensions
  3433. web_1 | (use ./manage.py migrate to migrate these)
  3434. web_1 | Running migrations for socialaccount:
  3435. web_1 | - Nothing to migrate.
  3436. web_1 | - Loading initial data for socialaccount.
  3437. web_1 | Installed 0 object(s) from 0 fixture(s)
  3438. web_1 | Running migrations for django_extensions:
  3439. web_1 | - Nothing to migrate.
  3440. web_1 | - Loading initial data for django_extensions.
  3441. web_1 | Installed 0 object(s) from 0 fixture(s)
  3442. web_1 | ===================================
  3443. web_1 | Creating "root" User
  3444. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3445. web_1 | User "root" exists in API, trying to reactivate...
  3446. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3447. web_1 | ===================================
  3448. web_1 | ===================================
  3449. web_1 | Creating "admin" User
  3450. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3451. web_1 | User "admin" exists in API, trying to reactivate...
  3452. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3453. web_1 | ===================================
  3454. web_1 | Starting the server
  3455. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3456. web_1 |
  3457. web_1 | Fatal error: Unable to find local grunt.
  3458. web_1 |
  3459. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3460. web_1 | your project. For more information about installing and configuring grunt,
  3461. web_1 | please see the Getting Started guide:
  3462. web_1 |
  3463. web_1 | http://gruntjs.com/getting-started
  3464. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3465. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3466. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3467. web_1 |
  3468. web_1 | Host IP=172.19.0.1
  3469. web_1 |
  3470. web_1 | Syncing...
  3471. web_1 | Creating tables ...
  3472. web_1 | Installing custom SQL ...
  3473. web_1 | Installing indexes ...
  3474. web_1 | Installed 0 object(s) from 0 fixture(s)
  3475. web_1 |
  3476. web_1 | Synced:
  3477. web_1 | > django.contrib.auth
  3478. web_1 | > django.contrib.contenttypes
  3479. web_1 | > django.contrib.sessions
  3480. web_1 | > django.contrib.sites
  3481. web_1 | > django.contrib.messages
  3482. web_1 | > django.contrib.staticfiles
  3483. web_1 | > django.contrib.admin
  3484. web_1 | > south
  3485. web_1 | > crispy_forms
  3486. web_1 | > avatar
  3487. web_1 | > bootstrap3
  3488. web_1 | > users
  3489. web_1 | > allauth
  3490. web_1 | > allauth.account
  3491. web_1 | > django.contrib.humanize
  3492. web_1 | > debug_toolbar
  3493. web_1 |
  3494. web_1 | Not synced (use migrations):
  3495. web_1 | - allauth.socialaccount
  3496. web_1 | - django_extensions
  3497. web_1 | (use ./manage.py migrate to migrate these)
  3498. web_1 | Running migrations for socialaccount:
  3499. web_1 | - Nothing to migrate.
  3500. web_1 | - Loading initial data for socialaccount.
  3501. web_1 | Installed 0 object(s) from 0 fixture(s)
  3502. web_1 | Running migrations for django_extensions:
  3503. web_1 | - Nothing to migrate.
  3504. web_1 | - Loading initial data for django_extensions.
  3505. web_1 | Installed 0 object(s) from 0 fixture(s)
  3506. web_1 | ===================================
  3507. web_1 | Creating "root" User
  3508. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3509. web_1 | User "root" exists in API, trying to reactivate...
  3510. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3511. web_1 | ===================================
  3512. web_1 | ===================================
  3513. web_1 | Creating "admin" User
  3514. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3515. web_1 | User "admin" exists in API, trying to reactivate...
  3516. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3517. web_1 | ===================================
  3518. web_1 | Starting the server
  3519. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3520. web_1 |
  3521. web_1 | Fatal error: Unable to find local grunt.
  3522. web_1 |
  3523. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3524. web_1 | your project. For more information about installing and configuring grunt,
  3525. web_1 | please see the Getting Started guide:
  3526. web_1 |
  3527. db_web_1 | LOG: incomplete startup packet
  3528. web_1 | http://gruntjs.com/getting-started
  3529. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3530. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3531. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3532. web_1 |
  3533. web_1 | Host IP=172.19.0.1
  3534. web_1 |
  3535. web_1 | Syncing...
  3536. web_1 | Creating tables ...
  3537. web_1 | Installing custom SQL ...
  3538. web_1 | Installing indexes ...
  3539. web_1 | Installed 0 object(s) from 0 fixture(s)
  3540. web_1 |
  3541. web_1 | Synced:
  3542. web_1 | > django.contrib.auth
  3543. web_1 | > django.contrib.contenttypes
  3544. web_1 | > django.contrib.sessions
  3545. web_1 | > django.contrib.sites
  3546. web_1 | > django.contrib.messages
  3547. web_1 | > django.contrib.staticfiles
  3548. web_1 | > django.contrib.admin
  3549. web_1 | > south
  3550. web_1 | > crispy_forms
  3551. web_1 | > avatar
  3552. web_1 | > bootstrap3
  3553. web_1 | > users
  3554. web_1 | > allauth
  3555. web_1 | > allauth.account
  3556. web_1 | > django.contrib.humanize
  3557. web_1 | > debug_toolbar
  3558. web_1 |
  3559. web_1 | Not synced (use migrations):
  3560. web_1 | - allauth.socialaccount
  3561. web_1 | - django_extensions
  3562. web_1 | (use ./manage.py migrate to migrate these)
  3563. web_1 | Running migrations for socialaccount:
  3564. web_1 | - Nothing to migrate.
  3565. web_1 | - Loading initial data for socialaccount.
  3566. web_1 | Installed 0 object(s) from 0 fixture(s)
  3567. web_1 | Running migrations for django_extensions:
  3568. web_1 | - Nothing to migrate.
  3569. web_1 | - Loading initial data for django_extensions.
  3570. web_1 | Installed 0 object(s) from 0 fixture(s)
  3571. web_1 | ===================================
  3572. web_1 | Creating "root" User
  3573. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3574. web_1 | User "root" exists in API, trying to reactivate...
  3575. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3576. web_1 | ===================================
  3577. web_1 | ===================================
  3578. web_1 | Creating "admin" User
  3579. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3580. web_1 | User "admin" exists in API, trying to reactivate...
  3581. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3582. web_1 | ===================================
  3583. web_1 | Starting the server
  3584. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3585. web_1 |
  3586. web_1 | Fatal error: Unable to find local grunt.
  3587. web_1 |
  3588. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3589. web_1 | your project. For more information about installing and configuring grunt,
  3590. web_1 | please see the Getting Started guide:
  3591. web_1 |
  3592. web_1 | http://gruntjs.com/getting-started
  3593. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3594. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3595. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3596. web_1 |
  3597. web_1 | Host IP=172.19.0.1
  3598. web_1 |
  3599. web_1 | Syncing...
  3600. web_1 | Creating tables ...
  3601. web_1 | Installing custom SQL ...
  3602. web_1 | Installing indexes ...
  3603. web_1 | Installed 0 object(s) from 0 fixture(s)
  3604. web_1 |
  3605. web_1 | Synced:
  3606. web_1 | > django.contrib.auth
  3607. web_1 | > django.contrib.contenttypes
  3608. web_1 | > django.contrib.sessions
  3609. web_1 | > django.contrib.sites
  3610. web_1 | > django.contrib.messages
  3611. web_1 | > django.contrib.staticfiles
  3612. web_1 | > django.contrib.admin
  3613. web_1 | > south
  3614. web_1 | > crispy_forms
  3615. web_1 | > avatar
  3616. web_1 | > bootstrap3
  3617. web_1 | > users
  3618. web_1 | > allauth
  3619. web_1 | > allauth.account
  3620. web_1 | > django.contrib.humanize
  3621. web_1 | > debug_toolbar
  3622. web_1 |
  3623. web_1 | Not synced (use migrations):
  3624. web_1 | - allauth.socialaccount
  3625. web_1 | - django_extensions
  3626. web_1 | (use ./manage.py migrate to migrate these)
  3627. web_1 | Running migrations for socialaccount:
  3628. web_1 | - Nothing to migrate.
  3629. web_1 | - Loading initial data for socialaccount.
  3630. web_1 | Installed 0 object(s) from 0 fixture(s)
  3631. web_1 | Running migrations for django_extensions:
  3632. web_1 | - Nothing to migrate.
  3633. web_1 | - Loading initial data for django_extensions.
  3634. web_1 | Installed 0 object(s) from 0 fixture(s)
  3635. web_1 | ===================================
  3636. web_1 | Creating "root" User
  3637. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3638. web_1 | User "root" exists in API, trying to reactivate...
  3639. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3640. web_1 | ===================================
  3641. web_1 | ===================================
  3642. web_1 | Creating "admin" User
  3643. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3644. web_1 | User "admin" exists in API, trying to reactivate...
  3645. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3646. web_1 | ===================================
  3647. web_1 | Starting the server
  3648. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3649. web_1 |
  3650. web_1 | Fatal error: Unable to find local grunt.
  3651. web_1 |
  3652. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3653. web_1 | your project. For more information about installing and configuring grunt,
  3654. web_1 | please see the Getting Started guide:
  3655. web_1 |
  3656. web_1 | http://gruntjs.com/getting-started
  3657. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3658. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3659. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3660. web_1 |
  3661. web_1 | Host IP=172.19.0.1
  3662. web_1 |
  3663. web_1 | Syncing...
  3664. web_1 | Creating tables ...
  3665. web_1 | Installing custom SQL ...
  3666. web_1 | Installing indexes ...
  3667. web_1 | Installed 0 object(s) from 0 fixture(s)
  3668. web_1 |
  3669. web_1 | Synced:
  3670. web_1 | > django.contrib.auth
  3671. web_1 | > django.contrib.contenttypes
  3672. web_1 | > django.contrib.sessions
  3673. web_1 | > django.contrib.sites
  3674. web_1 | > django.contrib.messages
  3675. web_1 | > django.contrib.staticfiles
  3676. web_1 | > django.contrib.admin
  3677. web_1 | > south
  3678. web_1 | > crispy_forms
  3679. web_1 | > avatar
  3680. web_1 | > bootstrap3
  3681. web_1 | > users
  3682. web_1 | > allauth
  3683. web_1 | > allauth.account
  3684. web_1 | > django.contrib.humanize
  3685. web_1 | > debug_toolbar
  3686. web_1 |
  3687. web_1 | Not synced (use migrations):
  3688. web_1 | - allauth.socialaccount
  3689. web_1 | - django_extensions
  3690. web_1 | (use ./manage.py migrate to migrate these)
  3691. web_1 | Running migrations for socialaccount:
  3692. web_1 | - Nothing to migrate.
  3693. web_1 | - Loading initial data for socialaccount.
  3694. web_1 | Installed 0 object(s) from 0 fixture(s)
  3695. web_1 | Running migrations for django_extensions:
  3696. web_1 | - Nothing to migrate.
  3697. web_1 | - Loading initial data for django_extensions.
  3698. web_1 | Installed 0 object(s) from 0 fixture(s)
  3699. web_1 | ===================================
  3700. web_1 | Creating "root" User
  3701. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3702. web_1 | User "root" exists in API, trying to reactivate...
  3703. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3704. web_1 | ===================================
  3705. web_1 | ===================================
  3706. web_1 | Creating "admin" User
  3707. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3708. web_1 | User "admin" exists in API, trying to reactivate...
  3709. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3710. web_1 | ===================================
  3711. web_1 | Starting the server
  3712. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3713. web_1 |
  3714. web_1 | Fatal error: Unable to find local grunt.
  3715. web_1 |
  3716. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3717. web_1 | your project. For more information about installing and configuring grunt,
  3718. web_1 | please see the Getting Started guide:
  3719. web_1 |
  3720. web_1 | http://gruntjs.com/getting-started
  3721. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3722. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3723. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3724. web_1 |
  3725. web_1 | Host IP=172.19.0.1
  3726. web_1 |
  3727. web_1 | Syncing...
  3728. web_1 | Creating tables ...
  3729. web_1 | Installing custom SQL ...
  3730. web_1 | Installing indexes ...
  3731. web_1 | Installed 0 object(s) from 0 fixture(s)
  3732. web_1 |
  3733. web_1 | Synced:
  3734. web_1 | > django.contrib.auth
  3735. web_1 | > django.contrib.contenttypes
  3736. web_1 | > django.contrib.sessions
  3737. web_1 | > django.contrib.sites
  3738. web_1 | > django.contrib.messages
  3739. web_1 | > django.contrib.staticfiles
  3740. web_1 | > django.contrib.admin
  3741. web_1 | > south
  3742. web_1 | > crispy_forms
  3743. web_1 | > avatar
  3744. web_1 | > bootstrap3
  3745. web_1 | > users
  3746. web_1 | > allauth
  3747. web_1 | > allauth.account
  3748. web_1 | > django.contrib.humanize
  3749. web_1 | > debug_toolbar
  3750. web_1 |
  3751. web_1 | Not synced (use migrations):
  3752. web_1 | - allauth.socialaccount
  3753. web_1 | - django_extensions
  3754. web_1 | (use ./manage.py migrate to migrate these)
  3755. web_1 | Running migrations for socialaccount:
  3756. web_1 | - Nothing to migrate.
  3757. web_1 | - Loading initial data for socialaccount.
  3758. web_1 | Installed 0 object(s) from 0 fixture(s)
  3759. web_1 | Running migrations for django_extensions:
  3760. web_1 | - Nothing to migrate.
  3761. web_1 | - Loading initial data for django_extensions.
  3762. web_1 | Installed 0 object(s) from 0 fixture(s)
  3763. web_1 | ===================================
  3764. web_1 | Creating "root" User
  3765. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3766. web_1 | User "root" exists in API, trying to reactivate...
  3767. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3768. web_1 | ===================================
  3769. web_1 | ===================================
  3770. web_1 | Creating "admin" User
  3771. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3772. web_1 | User "admin" exists in API, trying to reactivate...
  3773. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3774. web_1 | ===================================
  3775. web_1 | Starting the server
  3776. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3777. web_1 |
  3778. web_1 | Fatal error: Unable to find local grunt.
  3779. web_1 |
  3780. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3781. web_1 | your project. For more information about installing and configuring grunt,
  3782. web_1 | please see the Getting Started guide:
  3783. web_1 |
  3784. web_1 | http://gruntjs.com/getting-started
  3785. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3786. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3787. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3788. web_1 |
  3789. web_1 | Host IP=172.19.0.1
  3790. web_1 |
  3791. web_1 | Syncing...
  3792. web_1 | Creating tables ...
  3793. web_1 | Installing custom SQL ...
  3794. web_1 | Installing indexes ...
  3795. web_1 | Installed 0 object(s) from 0 fixture(s)
  3796. web_1 |
  3797. web_1 | Synced:
  3798. web_1 | > django.contrib.auth
  3799. web_1 | > django.contrib.contenttypes
  3800. web_1 | > django.contrib.sessions
  3801. web_1 | > django.contrib.sites
  3802. web_1 | > django.contrib.messages
  3803. web_1 | > django.contrib.staticfiles
  3804. web_1 | > django.contrib.admin
  3805. web_1 | > south
  3806. web_1 | > crispy_forms
  3807. web_1 | > avatar
  3808. web_1 | > bootstrap3
  3809. web_1 | > users
  3810. web_1 | > allauth
  3811. web_1 | > allauth.account
  3812. web_1 | > django.contrib.humanize
  3813. web_1 | > debug_toolbar
  3814. web_1 |
  3815. web_1 | Not synced (use migrations):
  3816. web_1 | - allauth.socialaccount
  3817. web_1 | - django_extensions
  3818. web_1 | (use ./manage.py migrate to migrate these)
  3819. web_1 | Running migrations for socialaccount:
  3820. web_1 | - Nothing to migrate.
  3821. web_1 | - Loading initial data for socialaccount.
  3822. web_1 | Installed 0 object(s) from 0 fixture(s)
  3823. web_1 | Running migrations for django_extensions:
  3824. web_1 | - Nothing to migrate.
  3825. web_1 | - Loading initial data for django_extensions.
  3826. web_1 | Installed 0 object(s) from 0 fixture(s)
  3827. web_1 | ===================================
  3828. web_1 | Creating "root" User
  3829. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3830. web_1 | User "root" exists in API, trying to reactivate...
  3831. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3832. web_1 | ===================================
  3833. web_1 | ===================================
  3834. web_1 | Creating "admin" User
  3835. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3836. web_1 | User "admin" exists in API, trying to reactivate...
  3837. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3838. web_1 | ===================================
  3839. web_1 | Starting the server
  3840. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3841. web_1 |
  3842. web_1 | Fatal error: Unable to find local grunt.
  3843. web_1 |
  3844. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3845. web_1 | your project. For more information about installing and configuring grunt,
  3846. web_1 | please see the Getting Started guide:
  3847. web_1 |
  3848. web_1 | http://gruntjs.com/getting-started
  3849. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3850. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3851. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3852. web_1 |
  3853. web_1 | Host IP=172.19.0.1
  3854. web_1 |
  3855. web_1 | Syncing...
  3856. web_1 | Creating tables ...
  3857. web_1 | Installing custom SQL ...
  3858. web_1 | Installing indexes ...
  3859. web_1 | Installed 0 object(s) from 0 fixture(s)
  3860. web_1 |
  3861. web_1 | Synced:
  3862. web_1 | > django.contrib.auth
  3863. web_1 | > django.contrib.contenttypes
  3864. web_1 | > django.contrib.sessions
  3865. web_1 | > django.contrib.sites
  3866. web_1 | > django.contrib.messages
  3867. web_1 | > django.contrib.staticfiles
  3868. web_1 | > django.contrib.admin
  3869. web_1 | > south
  3870. web_1 | > crispy_forms
  3871. web_1 | > avatar
  3872. web_1 | > bootstrap3
  3873. web_1 | > users
  3874. web_1 | > allauth
  3875. web_1 | > allauth.account
  3876. web_1 | > django.contrib.humanize
  3877. web_1 | > debug_toolbar
  3878. web_1 |
  3879. web_1 | Not synced (use migrations):
  3880. web_1 | - allauth.socialaccount
  3881. web_1 | - django_extensions
  3882. web_1 | (use ./manage.py migrate to migrate these)
  3883. web_1 | Running migrations for socialaccount:
  3884. web_1 | - Nothing to migrate.
  3885. web_1 | - Loading initial data for socialaccount.
  3886. web_1 | Installed 0 object(s) from 0 fixture(s)
  3887. web_1 | Running migrations for django_extensions:
  3888. web_1 | - Nothing to migrate.
  3889. web_1 | - Loading initial data for django_extensions.
  3890. web_1 | Installed 0 object(s) from 0 fixture(s)
  3891. web_1 | ===================================
  3892. web_1 | Creating "root" User
  3893. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3894. web_1 | User "root" exists in API, trying to reactivate...
  3895. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3896. web_1 | ===================================
  3897. web_1 | ===================================
  3898. web_1 | Creating "admin" User
  3899. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3900. web_1 | User "admin" exists in API, trying to reactivate...
  3901. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3902. web_1 | ===================================
  3903. web_1 | Starting the server
  3904. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3905. web_1 |
  3906. web_1 | Fatal error: Unable to find local grunt.
  3907. web_1 |
  3908. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3909. web_1 | your project. For more information about installing and configuring grunt,
  3910. web_1 | please see the Getting Started guide:
  3911. web_1 |
  3912. web_1 | http://gruntjs.com/getting-started
  3913. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3914. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3915. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3916. web_1 |
  3917. web_1 | Host IP=172.19.0.1
  3918. web_1 |
  3919. web_1 | Syncing...
  3920. web_1 | Creating tables ...
  3921. web_1 | Installing custom SQL ...
  3922. web_1 | Installing indexes ...
  3923. web_1 | Installed 0 object(s) from 0 fixture(s)
  3924. web_1 |
  3925. web_1 | Synced:
  3926. web_1 | > django.contrib.auth
  3927. web_1 | > django.contrib.contenttypes
  3928. web_1 | > django.contrib.sessions
  3929. web_1 | > django.contrib.sites
  3930. web_1 | > django.contrib.messages
  3931. web_1 | > django.contrib.staticfiles
  3932. web_1 | > django.contrib.admin
  3933. web_1 | > south
  3934. web_1 | > crispy_forms
  3935. web_1 | > avatar
  3936. web_1 | > bootstrap3
  3937. web_1 | > users
  3938. web_1 | > allauth
  3939. web_1 | > allauth.account
  3940. web_1 | > django.contrib.humanize
  3941. web_1 | > debug_toolbar
  3942. web_1 |
  3943. web_1 | Not synced (use migrations):
  3944. web_1 | - allauth.socialaccount
  3945. web_1 | - django_extensions
  3946. web_1 | (use ./manage.py migrate to migrate these)
  3947. web_1 | Running migrations for socialaccount:
  3948. web_1 | - Nothing to migrate.
  3949. web_1 | - Loading initial data for socialaccount.
  3950. web_1 | Installed 0 object(s) from 0 fixture(s)
  3951. web_1 | Running migrations for django_extensions:
  3952. web_1 | - Nothing to migrate.
  3953. web_1 | - Loading initial data for django_extensions.
  3954. web_1 | Installed 0 object(s) from 0 fixture(s)
  3955. web_1 | ===================================
  3956. web_1 | Creating "root" User
  3957. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3958. web_1 | User "root" exists in API, trying to reactivate...
  3959. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3960. web_1 | ===================================
  3961. web_1 | ===================================
  3962. web_1 | Creating "admin" User
  3963. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3964. web_1 | User "admin" exists in API, trying to reactivate...
  3965. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3966. web_1 | ===================================
  3967. web_1 | Starting the server
  3968. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3969. web_1 |
  3970. web_1 | Fatal error: Unable to find local grunt.
  3971. web_1 |
  3972. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3973. web_1 | your project. For more information about installing and configuring grunt,
  3974. web_1 | please see the Getting Started guide:
  3975. web_1 |
  3976. web_1 | http://gruntjs.com/getting-started
  3977. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3978. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3979. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3980. web_1 |
  3981. web_1 | Host IP=172.19.0.1
  3982. web_1 |
  3983. web_1 | Syncing...
  3984. web_1 | Creating tables ...
  3985. web_1 | Installing custom SQL ...
  3986. web_1 | Installing indexes ...
  3987. web_1 | Installed 0 object(s) from 0 fixture(s)
  3988. web_1 |
  3989. web_1 | Synced:
  3990. web_1 | > django.contrib.auth
  3991. web_1 | > django.contrib.contenttypes
  3992. web_1 | > django.contrib.sessions
  3993. web_1 | > django.contrib.sites
  3994. web_1 | > django.contrib.messages
  3995. web_1 | > django.contrib.staticfiles
  3996. web_1 | > django.contrib.admin
  3997. web_1 | > south
  3998. web_1 | > crispy_forms
  3999. web_1 | > avatar
  4000. web_1 | > bootstrap3
  4001. web_1 | > users
  4002. web_1 | > allauth
  4003. web_1 | > allauth.account
  4004. web_1 | > django.contrib.humanize
  4005. web_1 | > debug_toolbar
  4006. web_1 |
  4007. web_1 | Not synced (use migrations):
  4008. web_1 | - allauth.socialaccount
  4009. web_1 | - django_extensions
  4010. web_1 | (use ./manage.py migrate to migrate these)
  4011. web_1 | Running migrations for socialaccount:
  4012. web_1 | - Nothing to migrate.
  4013. web_1 | - Loading initial data for socialaccount.
  4014. web_1 | Installed 0 object(s) from 0 fixture(s)
  4015. web_1 | Running migrations for django_extensions:
  4016. web_1 | - Nothing to migrate.
  4017. web_1 | - Loading initial data for django_extensions.
  4018. web_1 | Installed 0 object(s) from 0 fixture(s)
  4019. web_1 | ===================================
  4020. web_1 | Creating "root" User
  4021. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4022. web_1 | User "root" exists in API, trying to reactivate...
  4023. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4024. web_1 | ===================================
  4025. web_1 | ===================================
  4026. web_1 | Creating "admin" User
  4027. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4028. web_1 | User "admin" exists in API, trying to reactivate...
  4029. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4030. web_1 | ===================================
  4031. web_1 | Starting the server
  4032. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4033. web_1 |
  4034. web_1 | Fatal error: Unable to find local grunt.
  4035. web_1 |
  4036. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4037. web_1 | your project. For more information about installing and configuring grunt,
  4038. web_1 | please see the Getting Started guide:
  4039. web_1 |
  4040. web_1 | http://gruntjs.com/getting-started
  4041. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4042. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4043. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4044. web_1 |
  4045. web_1 | Host IP=172.19.0.1
  4046. web_1 |
  4047. web_1 | Syncing...
  4048. web_1 | Creating tables ...
  4049. web_1 | Installing custom SQL ...
  4050. web_1 | Installing indexes ...
  4051. web_1 | Installed 0 object(s) from 0 fixture(s)
  4052. web_1 |
  4053. web_1 | Synced:
  4054. web_1 | > django.contrib.auth
  4055. web_1 | > django.contrib.contenttypes
  4056. web_1 | > django.contrib.sessions
  4057. web_1 | > django.contrib.sites
  4058. web_1 | > django.contrib.messages
  4059. web_1 | > django.contrib.staticfiles
  4060. web_1 | > django.contrib.admin
  4061. web_1 | > south
  4062. web_1 | > crispy_forms
  4063. web_1 | > avatar
  4064. web_1 | > bootstrap3
  4065. web_1 | > users
  4066. web_1 | > allauth
  4067. web_1 | > allauth.account
  4068. web_1 | > django.contrib.humanize
  4069. web_1 | > debug_toolbar
  4070. web_1 |
  4071. web_1 | Not synced (use migrations):
  4072. web_1 | - allauth.socialaccount
  4073. web_1 | - django_extensions
  4074. web_1 | (use ./manage.py migrate to migrate these)
  4075. web_1 | Running migrations for socialaccount:
  4076. web_1 | - Nothing to migrate.
  4077. web_1 | - Loading initial data for socialaccount.
  4078. web_1 | Installed 0 object(s) from 0 fixture(s)
  4079. web_1 | Running migrations for django_extensions:
  4080. web_1 | - Nothing to migrate.
  4081. web_1 | - Loading initial data for django_extensions.
  4082. web_1 | Installed 0 object(s) from 0 fixture(s)
  4083. web_1 | ===================================
  4084. web_1 | Creating "root" User
  4085. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4086. web_1 | User "root" exists in API, trying to reactivate...
  4087. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4088. web_1 | ===================================
  4089. web_1 | ===================================
  4090. web_1 | Creating "admin" User
  4091. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4092. web_1 | User "admin" exists in API, trying to reactivate...
  4093. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4094. web_1 | ===================================
  4095. web_1 | Starting the server
  4096. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4097. web_1 |
  4098. web_1 | Fatal error: Unable to find local grunt.
  4099. web_1 |
  4100. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4101. web_1 | your project. For more information about installing and configuring grunt,
  4102. web_1 | please see the Getting Started guide:
  4103. web_1 |
  4104. web_1 | http://gruntjs.com/getting-started
  4105. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4106. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4107. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4108. web_1 |
  4109. web_1 | Host IP=172.19.0.1
  4110. web_1 |
  4111. web_1 | Syncing...
  4112. web_1 | Creating tables ...
  4113. web_1 | Installing custom SQL ...
  4114. web_1 | Installing indexes ...
  4115. web_1 | Installed 0 object(s) from 0 fixture(s)
  4116. web_1 |
  4117. web_1 | Synced:
  4118. web_1 | > django.contrib.auth
  4119. web_1 | > django.contrib.contenttypes
  4120. web_1 | > django.contrib.sessions
  4121. web_1 | > django.contrib.sites
  4122. web_1 | > django.contrib.messages
  4123. web_1 | > django.contrib.staticfiles
  4124. web_1 | > django.contrib.admin
  4125. web_1 | > south
  4126. web_1 | > crispy_forms
  4127. web_1 | > avatar
  4128. web_1 | > bootstrap3
  4129. web_1 | > users
  4130. web_1 | > allauth
  4131. web_1 | > allauth.account
  4132. web_1 | > django.contrib.humanize
  4133. web_1 | > debug_toolbar
  4134. web_1 |
  4135. web_1 | Not synced (use migrations):
  4136. web_1 | - allauth.socialaccount
  4137. web_1 | - django_extensions
  4138. web_1 | (use ./manage.py migrate to migrate these)
  4139. web_1 | Running migrations for socialaccount:
  4140. web_1 | - Nothing to migrate.
  4141. web_1 | - Loading initial data for socialaccount.
  4142. web_1 | Installed 0 object(s) from 0 fixture(s)
  4143. web_1 | Running migrations for django_extensions:
  4144. web_1 | - Nothing to migrate.
  4145. web_1 | - Loading initial data for django_extensions.
  4146. web_1 | Installed 0 object(s) from 0 fixture(s)
  4147. web_1 | ===================================
  4148. web_1 | Creating "root" User
  4149. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4150. web_1 | User "root" exists in API, trying to reactivate...
  4151. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4152. web_1 | ===================================
  4153. web_1 | ===================================
  4154. web_1 | Creating "admin" User
  4155. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4156. web_1 | User "admin" exists in API, trying to reactivate...
  4157. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4158. web_1 | ===================================
  4159. web_1 | Starting the server
  4160. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4161. web_1 |
  4162. web_1 | Fatal error: Unable to find local grunt.
  4163. web_1 |
  4164. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4165. web_1 | your project. For more information about installing and configuring grunt,
  4166. web_1 | please see the Getting Started guide:
  4167. web_1 |
  4168. web_1 | http://gruntjs.com/getting-started
  4169. db_web_1 | LOG: incomplete startup packet
  4170. oclweb_web_1 exited with code 99
  4171. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4172. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4173. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  4174. web_1 |
  4175. web_1 | Host IP=172.19.0.1
  4176. web_1 |
  4177. web_1 | Syncing...
  4178. web_1 | Creating tables ...
  4179. web_1 | Creating table auth_permission
  4180. web_1 | Creating table auth_group_permissions
  4181. web_1 | Creating table auth_group
  4182. web_1 | Creating table django_content_type
  4183. web_1 | Creating table django_session
  4184. web_1 | Creating table django_site
  4185. web_1 | Creating table django_admin_log
  4186. web_1 | Creating table south_migrationhistory
  4187. web_1 | Creating table avatar_avatar
  4188. web_1 | Creating table users_user_groups
  4189. web_1 | Creating table users_user_user_permissions
  4190. web_1 | Creating table users_user
  4191. web_1 | Creating table account_emailaddress
  4192. web_1 | Creating table account_emailconfirmation
  4193. web_1 | Installing custom SQL ...
  4194. web_1 | Installing indexes ...
  4195. web_1 | Installed 0 object(s) from 0 fixture(s)
  4196. web_1 |
  4197. web_1 | Synced:
  4198. web_1 | > django.contrib.auth
  4199. web_1 | > django.contrib.contenttypes
  4200. web_1 | > django.contrib.sessions
  4201. web_1 | > django.contrib.sites
  4202. web_1 | > django.contrib.messages
  4203. web_1 | > django.contrib.staticfiles
  4204. web_1 | > django.contrib.admin
  4205. web_1 | > south
  4206. web_1 | > crispy_forms
  4207. web_1 | > avatar
  4208. web_1 | > bootstrap3
  4209. web_1 | > users
  4210. web_1 | > allauth
  4211. web_1 | > allauth.account
  4212. web_1 | > django.contrib.humanize
  4213. web_1 | > debug_toolbar
  4214. web_1 |
  4215. web_1 | Not synced (use migrations):
  4216. web_1 | - allauth.socialaccount
  4217. web_1 | - django_extensions
  4218. web_1 | (use ./manage.py migrate to migrate these)
  4219. web_1 | Running migrations for socialaccount:
  4220. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  4221. web_1 | > socialaccount:0001_initial
  4222. web_1 | > socialaccount:0002_genericmodels
  4223. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  4224. web_1 | > socialaccount:0004_add_sites
  4225. web_1 | > socialaccount:0005_set_sites
  4226. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  4227. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  4228. web_1 | > socialaccount:0008_client_id
  4229. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  4230. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  4231. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  4232. web_1 | - Loading initial data for socialaccount.
  4233. web_1 | Installed 0 object(s) from 0 fixture(s)
  4234. web_1 | Running migrations for django_extensions:
  4235. web_1 | - Migrating forwards to 0001_empty.
  4236. web_1 | > django_extensions:0001_empty
  4237. web_1 | - Loading initial data for django_extensions.
  4238. web_1 | Installed 0 object(s) from 0 fixture(s)
  4239. web_1 | ===================================
  4240. web_1 | Creating "root" User
  4241. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4242. web_1 | User "root" exists in API, trying to reactivate...
  4243. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4244. web_1 | ===================================
  4245. web_1 | ===================================
  4246. web_1 | Creating "admin" User
  4247. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4248. web_1 | User "admin" synced to API
  4249. web_1 | ===================================
  4250. web_1 | Starting the server
  4251. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4252. web_1 |
  4253. web_1 | Fatal error: Unable to find local grunt.
  4254. web_1 |
  4255. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4256. web_1 | your project. For more information about installing and configuring grunt,
  4257. web_1 | please see the Getting Started guide:
  4258. web_1 |
  4259. web_1 | http://gruntjs.com/getting-started
  4260. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4261. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4262. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4263. web_1 |
  4264. web_1 | Host IP=172.19.0.1
  4265. web_1 |
  4266. web_1 | Syncing...
  4267. web_1 | Creating tables ...
  4268. web_1 | Installing custom SQL ...
  4269. web_1 | Installing indexes ...
  4270. web_1 | Installed 0 object(s) from 0 fixture(s)
  4271. web_1 |
  4272. web_1 | Synced:
  4273. web_1 | > django.contrib.auth
  4274. web_1 | > django.contrib.contenttypes
  4275. web_1 | > django.contrib.sessions
  4276. web_1 | > django.contrib.sites
  4277. web_1 | > django.contrib.messages
  4278. web_1 | > django.contrib.staticfiles
  4279. web_1 | > django.contrib.admin
  4280. web_1 | > south
  4281. web_1 | > crispy_forms
  4282. web_1 | > avatar
  4283. web_1 | > bootstrap3
  4284. web_1 | > users
  4285. web_1 | > allauth
  4286. web_1 | > allauth.account
  4287. web_1 | > django.contrib.humanize
  4288. web_1 | > debug_toolbar
  4289. web_1 |
  4290. web_1 | Not synced (use migrations):
  4291. web_1 | - allauth.socialaccount
  4292. web_1 | - django_extensions
  4293. web_1 | (use ./manage.py migrate to migrate these)
  4294. web_1 | Running migrations for socialaccount:
  4295. web_1 | - Nothing to migrate.
  4296. web_1 | - Loading initial data for socialaccount.
  4297. web_1 | Installed 0 object(s) from 0 fixture(s)
  4298. web_1 | Running migrations for django_extensions:
  4299. web_1 | - Nothing to migrate.
  4300. web_1 | - Loading initial data for django_extensions.
  4301. web_1 | Installed 0 object(s) from 0 fixture(s)
  4302. web_1 | ===================================
  4303. web_1 | Creating "root" User
  4304. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4305. web_1 | User "root" exists in API, trying to reactivate...
  4306. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4307. web_1 | ===================================
  4308. web_1 | ===================================
  4309. web_1 | Creating "admin" User
  4310. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4311. web_1 | User "admin" exists in API, trying to reactivate...
  4312. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4313. web_1 | ===================================
  4314. web_1 | Starting the server
  4315. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4316. web_1 |
  4317. web_1 | Fatal error: Unable to find local grunt.
  4318. web_1 |
  4319. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4320. web_1 | your project. For more information about installing and configuring grunt,
  4321. web_1 | please see the Getting Started guide:
  4322. web_1 |
  4323. web_1 | http://gruntjs.com/getting-started
  4324. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4325. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4326. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4327. web_1 |
  4328. web_1 | Host IP=172.19.0.1
  4329. web_1 |
  4330. web_1 | Syncing...
  4331. web_1 | Creating tables ...
  4332. web_1 | Installing custom SQL ...
  4333. web_1 | Installing indexes ...
  4334. web_1 | Installed 0 object(s) from 0 fixture(s)
  4335. web_1 |
  4336. web_1 | Synced:
  4337. web_1 | > django.contrib.auth
  4338. web_1 | > django.contrib.contenttypes
  4339. web_1 | > django.contrib.sessions
  4340. web_1 | > django.contrib.sites
  4341. web_1 | > django.contrib.messages
  4342. web_1 | > django.contrib.staticfiles
  4343. web_1 | > django.contrib.admin
  4344. web_1 | > south
  4345. web_1 | > crispy_forms
  4346. web_1 | > avatar
  4347. web_1 | > bootstrap3
  4348. web_1 | > users
  4349. web_1 | > allauth
  4350. web_1 | > allauth.account
  4351. web_1 | > django.contrib.humanize
  4352. web_1 | > debug_toolbar
  4353. web_1 |
  4354. web_1 | Not synced (use migrations):
  4355. web_1 | - allauth.socialaccount
  4356. web_1 | - django_extensions
  4357. web_1 | (use ./manage.py migrate to migrate these)
  4358. web_1 | Running migrations for socialaccount:
  4359. web_1 | - Nothing to migrate.
  4360. web_1 | - Loading initial data for socialaccount.
  4361. web_1 | Installed 0 object(s) from 0 fixture(s)
  4362. web_1 | Running migrations for django_extensions:
  4363. web_1 | - Nothing to migrate.
  4364. web_1 | - Loading initial data for django_extensions.
  4365. web_1 | Installed 0 object(s) from 0 fixture(s)
  4366. web_1 | ===================================
  4367. web_1 | Creating "root" User
  4368. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4369. web_1 | User "root" exists in API, trying to reactivate...
  4370. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4371. web_1 | ===================================
  4372. web_1 | ===================================
  4373. web_1 | Creating "admin" User
  4374. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4375. web_1 | User "admin" exists in API, trying to reactivate...
  4376. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4377. web_1 | ===================================
  4378. web_1 | Starting the server
  4379. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4380. web_1 |
  4381. web_1 | Fatal error: Unable to find local grunt.
  4382. web_1 |
  4383. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4384. web_1 | your project. For more information about installing and configuring grunt,
  4385. web_1 | please see the Getting Started guide:
  4386. web_1 |
  4387. web_1 | http://gruntjs.com/getting-started
  4388. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4389. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4390. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4391. web_1 |
  4392. web_1 | Host IP=172.19.0.1
  4393. web_1 |
  4394. web_1 | Syncing...
  4395. web_1 | Creating tables ...
  4396. web_1 | Installing custom SQL ...
  4397. web_1 | Installing indexes ...
  4398. web_1 | Installed 0 object(s) from 0 fixture(s)
  4399. web_1 |
  4400. web_1 | Synced:
  4401. web_1 | > django.contrib.auth
  4402. web_1 | > django.contrib.contenttypes
  4403. web_1 | > django.contrib.sessions
  4404. web_1 | > django.contrib.sites
  4405. web_1 | > django.contrib.messages
  4406. web_1 | > django.contrib.staticfiles
  4407. web_1 | > django.contrib.admin
  4408. web_1 | > south
  4409. web_1 | > crispy_forms
  4410. web_1 | > avatar
  4411. web_1 | > bootstrap3
  4412. web_1 | > users
  4413. web_1 | > allauth
  4414. web_1 | > allauth.account
  4415. web_1 | > django.contrib.humanize
  4416. web_1 | > debug_toolbar
  4417. web_1 |
  4418. web_1 | Not synced (use migrations):
  4419. web_1 | - allauth.socialaccount
  4420. web_1 | - django_extensions
  4421. web_1 | (use ./manage.py migrate to migrate these)
  4422. web_1 | Running migrations for socialaccount:
  4423. web_1 | - Nothing to migrate.
  4424. web_1 | - Loading initial data for socialaccount.
  4425. web_1 | Installed 0 object(s) from 0 fixture(s)
  4426. web_1 | Running migrations for django_extensions:
  4427. web_1 | - Nothing to migrate.
  4428. web_1 | - Loading initial data for django_extensions.
  4429. web_1 | Installed 0 object(s) from 0 fixture(s)
  4430. web_1 | ===================================
  4431. web_1 | Creating "root" User
  4432. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4433. web_1 | User "root" exists in API, trying to reactivate...
  4434. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4435. web_1 | ===================================
  4436. web_1 | ===================================
  4437. web_1 | Creating "admin" User
  4438. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4439. web_1 | User "admin" exists in API, trying to reactivate...
  4440. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4441. web_1 | ===================================
  4442. web_1 | Starting the server
  4443. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4444. web_1 |
  4445. web_1 | Fatal error: Unable to find local grunt.
  4446. web_1 |
  4447. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4448. web_1 | your project. For more information about installing and configuring grunt,
  4449. web_1 | please see the Getting Started guide:
  4450. web_1 |
  4451. web_1 | http://gruntjs.com/getting-started
  4452. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4453. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4454. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4455. web_1 |
  4456. web_1 | Host IP=172.19.0.1
  4457. web_1 |
  4458. web_1 | Syncing...
  4459. web_1 | Creating tables ...
  4460. web_1 | Installing custom SQL ...
  4461. web_1 | Installing indexes ...
  4462. web_1 | Installed 0 object(s) from 0 fixture(s)
  4463. web_1 |
  4464. web_1 | Synced:
  4465. web_1 | > django.contrib.auth
  4466. web_1 | > django.contrib.contenttypes
  4467. web_1 | > django.contrib.sessions
  4468. web_1 | > django.contrib.sites
  4469. web_1 | > django.contrib.messages
  4470. web_1 | > django.contrib.staticfiles
  4471. web_1 | > django.contrib.admin
  4472. web_1 | > south
  4473. web_1 | > crispy_forms
  4474. web_1 | > avatar
  4475. web_1 | > bootstrap3
  4476. web_1 | > users
  4477. web_1 | > allauth
  4478. web_1 | > allauth.account
  4479. web_1 | > django.contrib.humanize
  4480. web_1 | > debug_toolbar
  4481. web_1 |
  4482. web_1 | Not synced (use migrations):
  4483. web_1 | - allauth.socialaccount
  4484. web_1 | - django_extensions
  4485. web_1 | (use ./manage.py migrate to migrate these)
  4486. web_1 | Running migrations for socialaccount:
  4487. web_1 | - Nothing to migrate.
  4488. web_1 | - Loading initial data for socialaccount.
  4489. web_1 | Installed 0 object(s) from 0 fixture(s)
  4490. web_1 | Running migrations for django_extensions:
  4491. web_1 | - Nothing to migrate.
  4492. web_1 | - Loading initial data for django_extensions.
  4493. web_1 | Installed 0 object(s) from 0 fixture(s)
  4494. web_1 | ===================================
  4495. web_1 | Creating "root" User
  4496. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4497. web_1 | User "root" exists in API, trying to reactivate...
  4498. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4499. web_1 | ===================================
  4500. web_1 | ===================================
  4501. web_1 | Creating "admin" User
  4502. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4503. web_1 | User "admin" exists in API, trying to reactivate...
  4504. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4505. web_1 | ===================================
  4506. web_1 | Starting the server
  4507. db_web_1 | LOG: incomplete startup packet
  4508. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4509. web_1 |
  4510. web_1 | Fatal error: Unable to find local grunt.
  4511. web_1 |
  4512. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4513. web_1 | your project. For more information about installing and configuring grunt,
  4514. web_1 | please see the Getting Started guide:
  4515. web_1 |
  4516. web_1 | http://gruntjs.com/getting-started
  4517. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4518. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4519. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4520. web_1 |
  4521. web_1 | Host IP=172.19.0.1
  4522. web_1 |
  4523. web_1 | Syncing...
  4524. web_1 | Creating tables ...
  4525. web_1 | Installing custom SQL ...
  4526. web_1 | Installing indexes ...
  4527. web_1 | Installed 0 object(s) from 0 fixture(s)
  4528. web_1 |
  4529. web_1 | Synced:
  4530. web_1 | > django.contrib.auth
  4531. web_1 | > django.contrib.contenttypes
  4532. web_1 | > django.contrib.sessions
  4533. web_1 | > django.contrib.sites
  4534. web_1 | > django.contrib.messages
  4535. web_1 | > django.contrib.staticfiles
  4536. web_1 | > django.contrib.admin
  4537. web_1 | > south
  4538. web_1 | > crispy_forms
  4539. web_1 | > avatar
  4540. web_1 | > bootstrap3
  4541. web_1 | > users
  4542. web_1 | > allauth
  4543. web_1 | > allauth.account
  4544. web_1 | > django.contrib.humanize
  4545. web_1 | > debug_toolbar
  4546. web_1 |
  4547. web_1 | Not synced (use migrations):
  4548. web_1 | - allauth.socialaccount
  4549. web_1 | - django_extensions
  4550. web_1 | (use ./manage.py migrate to migrate these)
  4551. web_1 | Running migrations for socialaccount:
  4552. web_1 | - Nothing to migrate.
  4553. web_1 | - Loading initial data for socialaccount.
  4554. web_1 | Installed 0 object(s) from 0 fixture(s)
  4555. web_1 | Running migrations for django_extensions:
  4556. web_1 | - Nothing to migrate.
  4557. web_1 | - Loading initial data for django_extensions.
  4558. web_1 | Installed 0 object(s) from 0 fixture(s)
  4559. web_1 | ===================================
  4560. web_1 | Creating "root" User
  4561. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4562. web_1 | User "root" exists in API, trying to reactivate...
  4563. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4564. web_1 | ===================================
  4565. web_1 | ===================================
  4566. web_1 | Creating "admin" User
  4567. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4568. web_1 | User "admin" exists in API, trying to reactivate...
  4569. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4570. web_1 | ===================================
  4571. web_1 | Starting the server
  4572. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4573. web_1 |
  4574. web_1 | Fatal error: Unable to find local grunt.
  4575. web_1 |
  4576. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4577. web_1 | your project. For more information about installing and configuring grunt,
  4578. web_1 | please see the Getting Started guide:
  4579. web_1 |
  4580. web_1 | http://gruntjs.com/getting-started
  4581. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4582. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4583. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4584. web_1 |
  4585. web_1 | Host IP=172.19.0.1
  4586. web_1 |
  4587. web_1 | Syncing...
  4588. web_1 | Creating tables ...
  4589. web_1 | Installing custom SQL ...
  4590. web_1 | Installing indexes ...
  4591. web_1 | Installed 0 object(s) from 0 fixture(s)
  4592. web_1 |
  4593. web_1 | Synced:
  4594. web_1 | > django.contrib.auth
  4595. web_1 | > django.contrib.contenttypes
  4596. web_1 | > django.contrib.sessions
  4597. web_1 | > django.contrib.sites
  4598. web_1 | > django.contrib.messages
  4599. web_1 | > django.contrib.staticfiles
  4600. web_1 | > django.contrib.admin
  4601. web_1 | > south
  4602. web_1 | > crispy_forms
  4603. web_1 | > avatar
  4604. web_1 | > bootstrap3
  4605. web_1 | > users
  4606. web_1 | > allauth
  4607. web_1 | > allauth.account
  4608. web_1 | > django.contrib.humanize
  4609. web_1 | > debug_toolbar
  4610. web_1 |
  4611. web_1 | Not synced (use migrations):
  4612. web_1 | - allauth.socialaccount
  4613. web_1 | - django_extensions
  4614. web_1 | (use ./manage.py migrate to migrate these)
  4615. web_1 | Running migrations for socialaccount:
  4616. web_1 | - Nothing to migrate.
  4617. web_1 | - Loading initial data for socialaccount.
  4618. web_1 | Installed 0 object(s) from 0 fixture(s)
  4619. web_1 | Running migrations for django_extensions:
  4620. web_1 | - Nothing to migrate.
  4621. web_1 | - Loading initial data for django_extensions.
  4622. web_1 | Installed 0 object(s) from 0 fixture(s)
  4623. web_1 | ===================================
  4624. web_1 | Creating "root" User
  4625. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4626. web_1 | User "root" exists in API, trying to reactivate...
  4627. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4628. web_1 | ===================================
  4629. web_1 | ===================================
  4630. web_1 | Creating "admin" User
  4631. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4632. web_1 | User "admin" exists in API, trying to reactivate...
  4633. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4634. web_1 | ===================================
  4635. web_1 | Starting the server
  4636. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4637. web_1 |
  4638. web_1 | Fatal error: Unable to find local grunt.
  4639. web_1 |
  4640. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4641. web_1 | your project. For more information about installing and configuring grunt,
  4642. web_1 | please see the Getting Started guide:
  4643. web_1 |
  4644. web_1 | http://gruntjs.com/getting-started
  4645. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4646. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4647. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4648. web_1 |
  4649. web_1 | Host IP=172.19.0.1
  4650. web_1 |
  4651. web_1 | Syncing...
  4652. web_1 | Creating tables ...
  4653. web_1 | Installing custom SQL ...
  4654. web_1 | Installing indexes ...
  4655. web_1 | Installed 0 object(s) from 0 fixture(s)
  4656. web_1 |
  4657. web_1 | Synced:
  4658. web_1 | > django.contrib.auth
  4659. web_1 | > django.contrib.contenttypes
  4660. web_1 | > django.contrib.sessions
  4661. web_1 | > django.contrib.sites
  4662. web_1 | > django.contrib.messages
  4663. web_1 | > django.contrib.staticfiles
  4664. web_1 | > django.contrib.admin
  4665. web_1 | > south
  4666. web_1 | > crispy_forms
  4667. web_1 | > avatar
  4668. web_1 | > bootstrap3
  4669. web_1 | > users
  4670. web_1 | > allauth
  4671. web_1 | > allauth.account
  4672. web_1 | > django.contrib.humanize
  4673. web_1 | > debug_toolbar
  4674. web_1 |
  4675. web_1 | Not synced (use migrations):
  4676. web_1 | - allauth.socialaccount
  4677. web_1 | - django_extensions
  4678. web_1 | (use ./manage.py migrate to migrate these)
  4679. web_1 | Running migrations for socialaccount:
  4680. web_1 | - Nothing to migrate.
  4681. web_1 | - Loading initial data for socialaccount.
  4682. web_1 | Installed 0 object(s) from 0 fixture(s)
  4683. web_1 | Running migrations for django_extensions:
  4684. web_1 | - Nothing to migrate.
  4685. web_1 | - Loading initial data for django_extensions.
  4686. web_1 | Installed 0 object(s) from 0 fixture(s)
  4687. web_1 | ===================================
  4688. web_1 | Creating "root" User
  4689. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4690. web_1 | User "root" exists in API, trying to reactivate...
  4691. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4692. web_1 | ===================================
  4693. web_1 | ===================================
  4694. web_1 | Creating "admin" User
  4695. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4696. web_1 | User "admin" exists in API, trying to reactivate...
  4697. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4698. web_1 | ===================================
  4699. web_1 | Starting the server
  4700. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4701. web_1 |
  4702. web_1 | Fatal error: Unable to find local grunt.
  4703. web_1 |
  4704. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4705. web_1 | your project. For more information about installing and configuring grunt,
  4706. web_1 | please see the Getting Started guide:
  4707. web_1 |
  4708. web_1 | http://gruntjs.com/getting-started
  4709. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4710. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4711. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4712. web_1 |
  4713. web_1 | Host IP=172.19.0.1
  4714. web_1 |
  4715. web_1 | Syncing...
  4716. web_1 | Creating tables ...
  4717. web_1 | Installing custom SQL ...
  4718. web_1 | Installing indexes ...
  4719. web_1 | Installed 0 object(s) from 0 fixture(s)
  4720. web_1 |
  4721. web_1 | Synced:
  4722. web_1 | > django.contrib.auth
  4723. web_1 | > django.contrib.contenttypes
  4724. web_1 | > django.contrib.sessions
  4725. web_1 | > django.contrib.sites
  4726. web_1 | > django.contrib.messages
  4727. web_1 | > django.contrib.staticfiles
  4728. web_1 | > django.contrib.admin
  4729. web_1 | > south
  4730. web_1 | > crispy_forms
  4731. web_1 | > avatar
  4732. web_1 | > bootstrap3
  4733. web_1 | > users
  4734. web_1 | > allauth
  4735. web_1 | > allauth.account
  4736. web_1 | > django.contrib.humanize
  4737. web_1 | > debug_toolbar
  4738. web_1 |
  4739. web_1 | Not synced (use migrations):
  4740. web_1 | - allauth.socialaccount
  4741. web_1 | - django_extensions
  4742. web_1 | (use ./manage.py migrate to migrate these)
  4743. web_1 | Running migrations for socialaccount:
  4744. web_1 | - Nothing to migrate.
  4745. web_1 | - Loading initial data for socialaccount.
  4746. web_1 | Installed 0 object(s) from 0 fixture(s)
  4747. web_1 | Running migrations for django_extensions:
  4748. web_1 | - Nothing to migrate.
  4749. web_1 | - Loading initial data for django_extensions.
  4750. web_1 | Installed 0 object(s) from 0 fixture(s)
  4751. web_1 | ===================================
  4752. web_1 | Creating "root" User
  4753. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4754. web_1 | User "root" exists in API, trying to reactivate...
  4755. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4756. web_1 | ===================================
  4757. web_1 | ===================================
  4758. web_1 | Creating "admin" User
  4759. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4760. web_1 | User "admin" exists in API, trying to reactivate...
  4761. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4762. web_1 | ===================================
  4763. web_1 | Starting the server
  4764. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4765. web_1 |
  4766. web_1 | Fatal error: Unable to find local grunt.
  4767. web_1 |
  4768. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4769. web_1 | your project. For more information about installing and configuring grunt,
  4770. web_1 | please see the Getting Started guide:
  4771. web_1 |
  4772. web_1 | http://gruntjs.com/getting-started
  4773. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4774. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4775. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4776. web_1 |
  4777. web_1 | Host IP=172.19.0.1
  4778. web_1 |
  4779. web_1 | Syncing...
  4780. web_1 | Creating tables ...
  4781. web_1 | Installing custom SQL ...
  4782. web_1 | Installing indexes ...
  4783. web_1 | Installed 0 object(s) from 0 fixture(s)
  4784. web_1 |
  4785. web_1 | Synced:
  4786. web_1 | > django.contrib.auth
  4787. web_1 | > django.contrib.contenttypes
  4788. web_1 | > django.contrib.sessions
  4789. web_1 | > django.contrib.sites
  4790. web_1 | > django.contrib.messages
  4791. web_1 | > django.contrib.staticfiles
  4792. web_1 | > django.contrib.admin
  4793. web_1 | > south
  4794. web_1 | > crispy_forms
  4795. web_1 | > avatar
  4796. web_1 | > bootstrap3
  4797. web_1 | > users
  4798. web_1 | > allauth
  4799. web_1 | > allauth.account
  4800. web_1 | > django.contrib.humanize
  4801. web_1 | > debug_toolbar
  4802. web_1 |
  4803. web_1 | Not synced (use migrations):
  4804. web_1 | - allauth.socialaccount
  4805. web_1 | - django_extensions
  4806. web_1 | (use ./manage.py migrate to migrate these)
  4807. web_1 | Running migrations for socialaccount:
  4808. web_1 | - Nothing to migrate.
  4809. web_1 | - Loading initial data for socialaccount.
  4810. web_1 | Installed 0 object(s) from 0 fixture(s)
  4811. web_1 | Running migrations for django_extensions:
  4812. web_1 | - Nothing to migrate.
  4813. web_1 | - Loading initial data for django_extensions.
  4814. web_1 | Installed 0 object(s) from 0 fixture(s)
  4815. web_1 | ===================================
  4816. web_1 | Creating "root" User
  4817. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4818. web_1 | User "root" exists in API, trying to reactivate...
  4819. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4820. web_1 | ===================================
  4821. web_1 | ===================================
  4822. web_1 | Creating "admin" User
  4823. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4824. web_1 | User "admin" exists in API, trying to reactivate...
  4825. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4826. web_1 | ===================================
  4827. web_1 | Starting the server
  4828. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4829. web_1 |
  4830. web_1 | Fatal error: Unable to find local grunt.
  4831. web_1 |
  4832. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4833. web_1 | your project. For more information about installing and configuring grunt,
  4834. web_1 | please see the Getting Started guide:
  4835. web_1 |
  4836. web_1 | http://gruntjs.com/getting-started
  4837. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4838. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4839. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4840. web_1 |
  4841. web_1 | Host IP=172.19.0.1
  4842. web_1 |
  4843. web_1 | Syncing...
  4844. web_1 | Creating tables ...
  4845. web_1 | Installing custom SQL ...
  4846. web_1 | Installing indexes ...
  4847. web_1 | Installed 0 object(s) from 0 fixture(s)
  4848. web_1 |
  4849. web_1 | Synced:
  4850. web_1 | > django.contrib.auth
  4851. web_1 | > django.contrib.contenttypes
  4852. web_1 | > django.contrib.sessions
  4853. web_1 | > django.contrib.sites
  4854. web_1 | > django.contrib.messages
  4855. web_1 | > django.contrib.staticfiles
  4856. web_1 | > django.contrib.admin
  4857. web_1 | > south
  4858. web_1 | > crispy_forms
  4859. web_1 | > avatar
  4860. web_1 | > bootstrap3
  4861. web_1 | > users
  4862. web_1 | > allauth
  4863. web_1 | > allauth.account
  4864. web_1 | > django.contrib.humanize
  4865. web_1 | > debug_toolbar
  4866. web_1 |
  4867. web_1 | Not synced (use migrations):
  4868. web_1 | - allauth.socialaccount
  4869. web_1 | - django_extensions
  4870. web_1 | (use ./manage.py migrate to migrate these)
  4871. web_1 | Running migrations for socialaccount:
  4872. web_1 | - Nothing to migrate.
  4873. web_1 | - Loading initial data for socialaccount.
  4874. web_1 | Installed 0 object(s) from 0 fixture(s)
  4875. web_1 | Running migrations for django_extensions:
  4876. web_1 | - Nothing to migrate.
  4877. web_1 | - Loading initial data for django_extensions.
  4878. web_1 | Installed 0 object(s) from 0 fixture(s)
  4879. web_1 | ===================================
  4880. web_1 | Creating "root" User
  4881. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4882. web_1 | User "root" exists in API, trying to reactivate...
  4883. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4884. web_1 | ===================================
  4885. web_1 | ===================================
  4886. web_1 | Creating "admin" User
  4887. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4888. web_1 | User "admin" exists in API, trying to reactivate...
  4889. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4890. web_1 | ===================================
  4891. web_1 | Starting the server
  4892. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4893. web_1 |
  4894. web_1 | Fatal error: Unable to find local grunt.
  4895. web_1 |
  4896. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4897. web_1 | your project. For more information about installing and configuring grunt,
  4898. web_1 | please see the Getting Started guide:
  4899. web_1 |
  4900. web_1 | http://gruntjs.com/getting-started
  4901. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4902. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4903. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4904. web_1 |
  4905. web_1 | Host IP=172.19.0.1
  4906. web_1 |
  4907. web_1 | Syncing...
  4908. web_1 | Creating tables ...
  4909. web_1 | Installing custom SQL ...
  4910. web_1 | Installing indexes ...
  4911. web_1 | Installed 0 object(s) from 0 fixture(s)
  4912. web_1 |
  4913. web_1 | Synced:
  4914. web_1 | > django.contrib.auth
  4915. web_1 | > django.contrib.contenttypes
  4916. web_1 | > django.contrib.sessions
  4917. web_1 | > django.contrib.sites
  4918. web_1 | > django.contrib.messages
  4919. web_1 | > django.contrib.staticfiles
  4920. web_1 | > django.contrib.admin
  4921. web_1 | > south
  4922. web_1 | > crispy_forms
  4923. web_1 | > avatar
  4924. web_1 | > bootstrap3
  4925. web_1 | > users
  4926. web_1 | > allauth
  4927. web_1 | > allauth.account
  4928. web_1 | > django.contrib.humanize
  4929. web_1 | > debug_toolbar
  4930. web_1 |
  4931. web_1 | Not synced (use migrations):
  4932. web_1 | - allauth.socialaccount
  4933. web_1 | - django_extensions
  4934. web_1 | (use ./manage.py migrate to migrate these)
  4935. web_1 | Running migrations for socialaccount:
  4936. web_1 | - Nothing to migrate.
  4937. web_1 | - Loading initial data for socialaccount.
  4938. web_1 | Installed 0 object(s) from 0 fixture(s)
  4939. web_1 | Running migrations for django_extensions:
  4940. web_1 | - Nothing to migrate.
  4941. web_1 | - Loading initial data for django_extensions.
  4942. web_1 | Installed 0 object(s) from 0 fixture(s)
  4943. web_1 | ===================================
  4944. web_1 | Creating "root" User
  4945. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4946. web_1 | User "root" exists in API, trying to reactivate...
  4947. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4948. web_1 | ===================================
  4949. web_1 | ===================================
  4950. web_1 | Creating "admin" User
  4951. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4952. web_1 | User "admin" exists in API, trying to reactivate...
  4953. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4954. web_1 | ===================================
  4955. web_1 | Starting the server
  4956. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4957. web_1 |
  4958. web_1 | Fatal error: Unable to find local grunt.
  4959. web_1 |
  4960. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4961. web_1 | your project. For more information about installing and configuring grunt,
  4962. web_1 | please see the Getting Started guide:
  4963. web_1 |
  4964. web_1 | http://gruntjs.com/getting-started
  4965. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4966. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4967. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4968. web_1 |
  4969. web_1 | Host IP=172.19.0.1
  4970. web_1 |
  4971. web_1 | Syncing...
  4972. web_1 | Creating tables ...
  4973. web_1 | Installing custom SQL ...
  4974. web_1 | Installing indexes ...
  4975. web_1 | Installed 0 object(s) from 0 fixture(s)
  4976. web_1 |
  4977. web_1 | Synced:
  4978. web_1 | > django.contrib.auth
  4979. web_1 | > django.contrib.contenttypes
  4980. web_1 | > django.contrib.sessions
  4981. web_1 | > django.contrib.sites
  4982. web_1 | > django.contrib.messages
  4983. web_1 | > django.contrib.staticfiles
  4984. web_1 | > django.contrib.admin
  4985. web_1 | > south
  4986. web_1 | > crispy_forms
  4987. web_1 | > avatar
  4988. web_1 | > bootstrap3
  4989. web_1 | > users
  4990. web_1 | > allauth
  4991. web_1 | > allauth.account
  4992. web_1 | > django.contrib.humanize
  4993. web_1 | > debug_toolbar
  4994. web_1 |
  4995. web_1 | Not synced (use migrations):
  4996. web_1 | - allauth.socialaccount
  4997. web_1 | - django_extensions
  4998. web_1 | (use ./manage.py migrate to migrate these)
  4999. web_1 | Running migrations for socialaccount:
  5000. web_1 | - Nothing to migrate.
  5001. web_1 | - Loading initial data for socialaccount.
  5002. web_1 | Installed 0 object(s) from 0 fixture(s)
  5003. web_1 | Running migrations for django_extensions:
  5004. web_1 | - Nothing to migrate.
  5005. web_1 | - Loading initial data for django_extensions.
  5006. web_1 | Installed 0 object(s) from 0 fixture(s)
  5007. web_1 | ===================================
  5008. web_1 | Creating "root" User
  5009. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5010. web_1 | User "root" exists in API, trying to reactivate...
  5011. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5012. web_1 | ===================================
  5013. web_1 | ===================================
  5014. web_1 | Creating "admin" User
  5015. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5016. web_1 | User "admin" exists in API, trying to reactivate...
  5017. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5018. web_1 | ===================================
  5019. web_1 | Starting the server
  5020. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5021. web_1 |
  5022. web_1 | Fatal error: Unable to find local grunt.
  5023. web_1 |
  5024. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5025. web_1 | your project. For more information about installing and configuring grunt,
  5026. web_1 | please see the Getting Started guide:
  5027. web_1 |
  5028. web_1 | http://gruntjs.com/getting-started
  5029. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5030. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5031. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5032. web_1 |
  5033. web_1 | Host IP=172.19.0.1
  5034. web_1 |
  5035. web_1 | Syncing...
  5036. web_1 | Creating tables ...
  5037. web_1 | Installing custom SQL ...
  5038. web_1 | Installing indexes ...
  5039. web_1 | Installed 0 object(s) from 0 fixture(s)
  5040. web_1 |
  5041. web_1 | Synced:
  5042. web_1 | > django.contrib.auth
  5043. web_1 | > django.contrib.contenttypes
  5044. web_1 | > django.contrib.sessions
  5045. web_1 | > django.contrib.sites
  5046. web_1 | > django.contrib.messages
  5047. web_1 | > django.contrib.staticfiles
  5048. web_1 | > django.contrib.admin
  5049. web_1 | > south
  5050. web_1 | > crispy_forms
  5051. web_1 | > avatar
  5052. web_1 | > bootstrap3
  5053. web_1 | > users
  5054. web_1 | > allauth
  5055. web_1 | > allauth.account
  5056. web_1 | > django.contrib.humanize
  5057. web_1 | > debug_toolbar
  5058. web_1 |
  5059. web_1 | Not synced (use migrations):
  5060. web_1 | - allauth.socialaccount
  5061. web_1 | - django_extensions
  5062. web_1 | (use ./manage.py migrate to migrate these)
  5063. web_1 | Running migrations for socialaccount:
  5064. web_1 | - Nothing to migrate.
  5065. web_1 | - Loading initial data for socialaccount.
  5066. web_1 | Installed 0 object(s) from 0 fixture(s)
  5067. web_1 | Running migrations for django_extensions:
  5068. web_1 | - Nothing to migrate.
  5069. web_1 | - Loading initial data for django_extensions.
  5070. web_1 | Installed 0 object(s) from 0 fixture(s)
  5071. web_1 | ===================================
  5072. web_1 | Creating "root" User
  5073. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5074. web_1 | User "root" exists in API, trying to reactivate...
  5075. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5076. web_1 | ===================================
  5077. web_1 | ===================================
  5078. web_1 | Creating "admin" User
  5079. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5080. web_1 | User "admin" exists in API, trying to reactivate...
  5081. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5082. web_1 | ===================================
  5083. web_1 | Starting the server
  5084. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5085. web_1 |
  5086. web_1 | Fatal error: Unable to find local grunt.
  5087. web_1 |
  5088. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5089. web_1 | your project. For more information about installing and configuring grunt,
  5090. web_1 | please see the Getting Started guide:
  5091. web_1 |
  5092. web_1 | http://gruntjs.com/getting-started
  5093. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5094. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5095. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5096. web_1 |
  5097. web_1 | Host IP=172.19.0.1
  5098. web_1 |
  5099. web_1 | Syncing...
  5100. web_1 | Creating tables ...
  5101. web_1 | Installing custom SQL ...
  5102. web_1 | Installing indexes ...
  5103. web_1 | Installed 0 object(s) from 0 fixture(s)
  5104. web_1 |
  5105. web_1 | Synced:
  5106. web_1 | > django.contrib.auth
  5107. web_1 | > django.contrib.contenttypes
  5108. web_1 | > django.contrib.sessions
  5109. web_1 | > django.contrib.sites
  5110. web_1 | > django.contrib.messages
  5111. web_1 | > django.contrib.staticfiles
  5112. web_1 | > django.contrib.admin
  5113. web_1 | > south
  5114. web_1 | > crispy_forms
  5115. web_1 | > avatar
  5116. web_1 | > bootstrap3
  5117. web_1 | > users
  5118. web_1 | > allauth
  5119. web_1 | > allauth.account
  5120. web_1 | > django.contrib.humanize
  5121. web_1 | > debug_toolbar
  5122. web_1 |
  5123. web_1 | Not synced (use migrations):
  5124. web_1 | - allauth.socialaccount
  5125. web_1 | - django_extensions
  5126. web_1 | (use ./manage.py migrate to migrate these)
  5127. web_1 | Running migrations for socialaccount:
  5128. web_1 | - Nothing to migrate.
  5129. web_1 | - Loading initial data for socialaccount.
  5130. web_1 | Installed 0 object(s) from 0 fixture(s)
  5131. web_1 | Running migrations for django_extensions:
  5132. web_1 | - Nothing to migrate.
  5133. web_1 | - Loading initial data for django_extensions.
  5134. web_1 | Installed 0 object(s) from 0 fixture(s)
  5135. web_1 | ===================================
  5136. web_1 | Creating "root" User
  5137. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5138. web_1 | User "root" exists in API, trying to reactivate...
  5139. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5140. web_1 | ===================================
  5141. web_1 | ===================================
  5142. web_1 | Creating "admin" User
  5143. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5144. web_1 | User "admin" exists in API, trying to reactivate...
  5145. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5146. web_1 | ===================================
  5147. web_1 | Starting the server
  5148. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5149. web_1 |
  5150. web_1 | Fatal error: Unable to find local grunt.
  5151. web_1 |
  5152. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5153. web_1 | your project. For more information about installing and configuring grunt,
  5154. web_1 | please see the Getting Started guide:
  5155. web_1 |
  5156. web_1 | http://gruntjs.com/getting-started
  5157. db_web_1 | LOG: incomplete startup packet
  5158. oclweb_web_1 exited with code 99
  5159. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5160. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5161. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  5162. web_1 |
  5163. web_1 | Host IP=172.19.0.1
  5164. web_1 |
  5165. web_1 | Syncing...
  5166. web_1 | Creating tables ...
  5167. web_1 | Creating table auth_permission
  5168. web_1 | Creating table auth_group_permissions
  5169. web_1 | Creating table auth_group
  5170. web_1 | Creating table django_content_type
  5171. web_1 | Creating table django_session
  5172. web_1 | Creating table django_site
  5173. web_1 | Creating table django_admin_log
  5174. web_1 | Creating table south_migrationhistory
  5175. web_1 | Creating table avatar_avatar
  5176. web_1 | Creating table users_user_groups
  5177. web_1 | Creating table users_user_user_permissions
  5178. web_1 | Creating table users_user
  5179. web_1 | Creating table account_emailaddress
  5180. web_1 | Creating table account_emailconfirmation
  5181. web_1 | Installing custom SQL ...
  5182. web_1 | Installing indexes ...
  5183. web_1 | Installed 0 object(s) from 0 fixture(s)
  5184. web_1 |
  5185. web_1 | Synced:
  5186. web_1 | > django.contrib.auth
  5187. web_1 | > django.contrib.contenttypes
  5188. web_1 | > django.contrib.sessions
  5189. web_1 | > django.contrib.sites
  5190. web_1 | > django.contrib.messages
  5191. web_1 | > django.contrib.staticfiles
  5192. web_1 | > django.contrib.admin
  5193. web_1 | > south
  5194. web_1 | > crispy_forms
  5195. web_1 | > avatar
  5196. web_1 | > bootstrap3
  5197. web_1 | > users
  5198. web_1 | > allauth
  5199. web_1 | > allauth.account
  5200. web_1 | > django.contrib.humanize
  5201. web_1 | > debug_toolbar
  5202. web_1 |
  5203. web_1 | Not synced (use migrations):
  5204. web_1 | - allauth.socialaccount
  5205. web_1 | - django_extensions
  5206. web_1 | (use ./manage.py migrate to migrate these)
  5207. web_1 | Running migrations for socialaccount:
  5208. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  5209. web_1 | > socialaccount:0001_initial
  5210. web_1 | > socialaccount:0002_genericmodels
  5211. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  5212. web_1 | > socialaccount:0004_add_sites
  5213. web_1 | > socialaccount:0005_set_sites
  5214. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  5215. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  5216. web_1 | > socialaccount:0008_client_id
  5217. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  5218. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  5219. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  5220. web_1 | - Loading initial data for socialaccount.
  5221. web_1 | Installed 0 object(s) from 0 fixture(s)
  5222. web_1 | Running migrations for django_extensions:
  5223. web_1 | - Migrating forwards to 0001_empty.
  5224. web_1 | > django_extensions:0001_empty
  5225. web_1 | - Loading initial data for django_extensions.
  5226. web_1 | Installed 0 object(s) from 0 fixture(s)
  5227. web_1 | ===================================
  5228. web_1 | Creating "root" User
  5229. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5230. web_1 | User "root" exists in API, trying to reactivate...
  5231. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5232. web_1 | ===================================
  5233. web_1 | ===================================
  5234. web_1 | Creating "admin" User
  5235. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5236. web_1 | User "admin" synced to API
  5237. web_1 | ===================================
  5238. web_1 | Starting the server
  5239. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5240. web_1 |
  5241. web_1 | Fatal error: Unable to find local grunt.
  5242. web_1 |
  5243. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5244. web_1 | your project. For more information about installing and configuring grunt,
  5245. web_1 | please see the Getting Started guide:
  5246. web_1 |
  5247. web_1 | http://gruntjs.com/getting-started
  5248. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5249. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5250. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5251. web_1 |
  5252. web_1 | Host IP=172.19.0.1
  5253. web_1 |
  5254. web_1 | Syncing...
  5255. web_1 | Creating tables ...
  5256. web_1 | Installing custom SQL ...
  5257. web_1 | Installing indexes ...
  5258. web_1 | Installed 0 object(s) from 0 fixture(s)
  5259. web_1 |
  5260. web_1 | Synced:
  5261. web_1 | > django.contrib.auth
  5262. web_1 | > django.contrib.contenttypes
  5263. web_1 | > django.contrib.sessions
  5264. web_1 | > django.contrib.sites
  5265. web_1 | > django.contrib.messages
  5266. web_1 | > django.contrib.staticfiles
  5267. web_1 | > django.contrib.admin
  5268. web_1 | > south
  5269. web_1 | > crispy_forms
  5270. web_1 | > avatar
  5271. web_1 | > bootstrap3
  5272. web_1 | > users
  5273. web_1 | > allauth
  5274. web_1 | > allauth.account
  5275. web_1 | > django.contrib.humanize
  5276. web_1 | > debug_toolbar
  5277. web_1 |
  5278. web_1 | Not synced (use migrations):
  5279. web_1 | - allauth.socialaccount
  5280. web_1 | - django_extensions
  5281. web_1 | (use ./manage.py migrate to migrate these)
  5282. web_1 | Running migrations for socialaccount:
  5283. web_1 | - Nothing to migrate.
  5284. web_1 | - Loading initial data for socialaccount.
  5285. web_1 | Installed 0 object(s) from 0 fixture(s)
  5286. web_1 | Running migrations for django_extensions:
  5287. web_1 | - Nothing to migrate.
  5288. web_1 | - Loading initial data for django_extensions.
  5289. web_1 | Installed 0 object(s) from 0 fixture(s)
  5290. web_1 | ===================================
  5291. web_1 | Creating "root" User
  5292. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5293. web_1 | User "root" exists in API, trying to reactivate...
  5294. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5295. web_1 | ===================================
  5296. web_1 | ===================================
  5297. web_1 | Creating "admin" User
  5298. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5299. web_1 | User "admin" exists in API, trying to reactivate...
  5300. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5301. web_1 | ===================================
  5302. web_1 | Starting the server
  5303. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5304. web_1 |
  5305. web_1 | Fatal error: Unable to find local grunt.
  5306. web_1 |
  5307. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5308. web_1 | your project. For more information about installing and configuring grunt,
  5309. web_1 | please see the Getting Started guide:
  5310. web_1 |
  5311. web_1 | http://gruntjs.com/getting-started
  5312. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5313. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5314. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5315. web_1 |
  5316. web_1 | Host IP=172.19.0.1
  5317. web_1 |
  5318. web_1 | Syncing...
  5319. web_1 | Creating tables ...
  5320. web_1 | Installing custom SQL ...
  5321. web_1 | Installing indexes ...
  5322. web_1 | Installed 0 object(s) from 0 fixture(s)
  5323. web_1 |
  5324. web_1 | Synced:
  5325. web_1 | > django.contrib.auth
  5326. web_1 | > django.contrib.contenttypes
  5327. web_1 | > django.contrib.sessions
  5328. web_1 | > django.contrib.sites
  5329. web_1 | > django.contrib.messages
  5330. web_1 | > django.contrib.staticfiles
  5331. web_1 | > django.contrib.admin
  5332. web_1 | > south
  5333. web_1 | > crispy_forms
  5334. web_1 | > avatar
  5335. web_1 | > bootstrap3
  5336. web_1 | > users
  5337. web_1 | > allauth
  5338. web_1 | > allauth.account
  5339. web_1 | > django.contrib.humanize
  5340. web_1 | > debug_toolbar
  5341. web_1 |
  5342. web_1 | Not synced (use migrations):
  5343. web_1 | - allauth.socialaccount
  5344. web_1 | - django_extensions
  5345. web_1 | (use ./manage.py migrate to migrate these)
  5346. web_1 | Running migrations for socialaccount:
  5347. web_1 | - Nothing to migrate.
  5348. web_1 | - Loading initial data for socialaccount.
  5349. web_1 | Installed 0 object(s) from 0 fixture(s)
  5350. web_1 | Running migrations for django_extensions:
  5351. web_1 | - Nothing to migrate.
  5352. web_1 | - Loading initial data for django_extensions.
  5353. web_1 | Installed 0 object(s) from 0 fixture(s)
  5354. web_1 | ===================================
  5355. web_1 | Creating "root" User
  5356. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5357. web_1 | User "root" exists in API, trying to reactivate...
  5358. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5359. web_1 | ===================================
  5360. web_1 | ===================================
  5361. web_1 | Creating "admin" User
  5362. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5363. web_1 | User "admin" exists in API, trying to reactivate...
  5364. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5365. web_1 | ===================================
  5366. web_1 | Starting the server
  5367. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5368. web_1 |
  5369. web_1 | Fatal error: Unable to find local grunt.
  5370. web_1 |
  5371. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5372. web_1 | your project. For more information about installing and configuring grunt,
  5373. web_1 | please see the Getting Started guide:
  5374. web_1 |
  5375. web_1 | http://gruntjs.com/getting-started
  5376. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5377. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5378. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5379. web_1 |
  5380. web_1 | Host IP=172.19.0.1
  5381. web_1 |
  5382. web_1 | Syncing...
  5383. web_1 | Creating tables ...
  5384. web_1 | Installing custom SQL ...
  5385. web_1 | Installing indexes ...
  5386. web_1 | Installed 0 object(s) from 0 fixture(s)
  5387. web_1 |
  5388. web_1 | Synced:
  5389. web_1 | > django.contrib.auth
  5390. web_1 | > django.contrib.contenttypes
  5391. web_1 | > django.contrib.sessions
  5392. web_1 | > django.contrib.sites
  5393. web_1 | > django.contrib.messages
  5394. web_1 | > django.contrib.staticfiles
  5395. web_1 | > django.contrib.admin
  5396. web_1 | > south
  5397. web_1 | > crispy_forms
  5398. web_1 | > avatar
  5399. web_1 | > bootstrap3
  5400. web_1 | > users
  5401. web_1 | > allauth
  5402. web_1 | > allauth.account
  5403. web_1 | > django.contrib.humanize
  5404. web_1 | > debug_toolbar
  5405. web_1 |
  5406. web_1 | Not synced (use migrations):
  5407. web_1 | - allauth.socialaccount
  5408. web_1 | - django_extensions
  5409. web_1 | (use ./manage.py migrate to migrate these)
  5410. web_1 | Running migrations for socialaccount:
  5411. web_1 | - Nothing to migrate.
  5412. web_1 | - Loading initial data for socialaccount.
  5413. web_1 | Installed 0 object(s) from 0 fixture(s)
  5414. web_1 | Running migrations for django_extensions:
  5415. web_1 | - Nothing to migrate.
  5416. web_1 | - Loading initial data for django_extensions.
  5417. web_1 | Installed 0 object(s) from 0 fixture(s)
  5418. web_1 | ===================================
  5419. web_1 | Creating "root" User
  5420. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5421. web_1 | User "root" exists in API, trying to reactivate...
  5422. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5423. web_1 | ===================================
  5424. web_1 | ===================================
  5425. web_1 | Creating "admin" User
  5426. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5427. web_1 | User "admin" exists in API, trying to reactivate...
  5428. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5429. web_1 | ===================================
  5430. web_1 | Starting the server
  5431. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5432. web_1 |
  5433. web_1 | Fatal error: Unable to find local grunt.
  5434. web_1 |
  5435. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5436. web_1 | your project. For more information about installing and configuring grunt,
  5437. web_1 | please see the Getting Started guide:
  5438. web_1 |
  5439. web_1 | http://gruntjs.com/getting-started
  5440. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5441. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5442. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5443. web_1 |
  5444. web_1 | Host IP=172.19.0.1
  5445. web_1 |
  5446. web_1 | Syncing...
  5447. web_1 | Creating tables ...
  5448. web_1 | Installing custom SQL ...
  5449. web_1 | Installing indexes ...
  5450. web_1 | Installed 0 object(s) from 0 fixture(s)
  5451. web_1 |
  5452. web_1 | Synced:
  5453. web_1 | > django.contrib.auth
  5454. web_1 | > django.contrib.contenttypes
  5455. web_1 | > django.contrib.sessions
  5456. web_1 | > django.contrib.sites
  5457. web_1 | > django.contrib.messages
  5458. web_1 | > django.contrib.staticfiles
  5459. web_1 | > django.contrib.admin
  5460. web_1 | > south
  5461. web_1 | > crispy_forms
  5462. web_1 | > avatar
  5463. web_1 | > bootstrap3
  5464. web_1 | > users
  5465. web_1 | > allauth
  5466. web_1 | > allauth.account
  5467. web_1 | > django.contrib.humanize
  5468. web_1 | > debug_toolbar
  5469. web_1 |
  5470. web_1 | Not synced (use migrations):
  5471. web_1 | - allauth.socialaccount
  5472. web_1 | - django_extensions
  5473. web_1 | (use ./manage.py migrate to migrate these)
  5474. web_1 | Running migrations for socialaccount:
  5475. web_1 | - Nothing to migrate.
  5476. web_1 | - Loading initial data for socialaccount.
  5477. web_1 | Installed 0 object(s) from 0 fixture(s)
  5478. web_1 | Running migrations for django_extensions:
  5479. web_1 | - Nothing to migrate.
  5480. web_1 | - Loading initial data for django_extensions.
  5481. web_1 | Installed 0 object(s) from 0 fixture(s)
  5482. web_1 | ===================================
  5483. web_1 | Creating "root" User
  5484. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5485. web_1 | User "root" exists in API, trying to reactivate...
  5486. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5487. web_1 | ===================================
  5488. web_1 | ===================================
  5489. web_1 | Creating "admin" User
  5490. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5491. web_1 | User "admin" exists in API, trying to reactivate...
  5492. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5493. web_1 | ===================================
  5494. web_1 | Starting the server
  5495. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5496. web_1 |
  5497. web_1 | Fatal error: Unable to find local grunt.
  5498. web_1 |
  5499. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5500. web_1 | your project. For more information about installing and configuring grunt,
  5501. web_1 | please see the Getting Started guide:
  5502. web_1 |
  5503. web_1 | http://gruntjs.com/getting-started
  5504. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5505. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5506. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5507. web_1 |
  5508. web_1 | Host IP=172.19.0.1
  5509. web_1 |
  5510. web_1 | Syncing...
  5511. web_1 | Creating tables ...
  5512. web_1 | Installing custom SQL ...
  5513. web_1 | Installing indexes ...
  5514. web_1 | Installed 0 object(s) from 0 fixture(s)
  5515. web_1 |
  5516. web_1 | Synced:
  5517. web_1 | > django.contrib.auth
  5518. web_1 | > django.contrib.contenttypes
  5519. web_1 | > django.contrib.sessions
  5520. web_1 | > django.contrib.sites
  5521. web_1 | > django.contrib.messages
  5522. web_1 | > django.contrib.staticfiles
  5523. web_1 | > django.contrib.admin
  5524. web_1 | > south
  5525. web_1 | > crispy_forms
  5526. web_1 | > avatar
  5527. web_1 | > bootstrap3
  5528. web_1 | > users
  5529. web_1 | > allauth
  5530. web_1 | > allauth.account
  5531. web_1 | > django.contrib.humanize
  5532. web_1 | > debug_toolbar
  5533. web_1 |
  5534. web_1 | Not synced (use migrations):
  5535. web_1 | - allauth.socialaccount
  5536. web_1 | - django_extensions
  5537. web_1 | (use ./manage.py migrate to migrate these)
  5538. web_1 | Running migrations for socialaccount:
  5539. web_1 | - Nothing to migrate.
  5540. web_1 | - Loading initial data for socialaccount.
  5541. web_1 | Installed 0 object(s) from 0 fixture(s)
  5542. web_1 | Running migrations for django_extensions:
  5543. web_1 | - Nothing to migrate.
  5544. web_1 | - Loading initial data for django_extensions.
  5545. web_1 | Installed 0 object(s) from 0 fixture(s)
  5546. web_1 | ===================================
  5547. web_1 | Creating "root" User
  5548. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5549. web_1 | User "root" exists in API, trying to reactivate...
  5550. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5551. web_1 | ===================================
  5552. web_1 | ===================================
  5553. web_1 | Creating "admin" User
  5554. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5555. web_1 | User "admin" exists in API, trying to reactivate...
  5556. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5557. web_1 | ===================================
  5558. web_1 | Starting the server
  5559. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5560. web_1 |
  5561. web_1 | Fatal error: Unable to find local grunt.
  5562. web_1 |
  5563. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5564. web_1 | your project. For more information about installing and configuring grunt,
  5565. web_1 | please see the Getting Started guide:
  5566. web_1 |
  5567. web_1 | http://gruntjs.com/getting-started
  5568. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5569. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5570. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5571. web_1 |
  5572. web_1 | Host IP=172.19.0.1
  5573. web_1 |
  5574. web_1 | Syncing...
  5575. web_1 | Creating tables ...
  5576. web_1 | Installing custom SQL ...
  5577. web_1 | Installing indexes ...
  5578. db_web_1 | LOG: incomplete startup packet
  5579. web_1 | Installed 0 object(s) from 0 fixture(s)
  5580. web_1 |
  5581. web_1 | Synced:
  5582. web_1 | > django.contrib.auth
  5583. web_1 | > django.contrib.contenttypes
  5584. web_1 | > django.contrib.sessions
  5585. web_1 | > django.contrib.sites
  5586. web_1 | > django.contrib.messages
  5587. web_1 | > django.contrib.staticfiles
  5588. web_1 | > django.contrib.admin
  5589. web_1 | > south
  5590. web_1 | > crispy_forms
  5591. web_1 | > avatar
  5592. web_1 | > bootstrap3
  5593. web_1 | > users
  5594. web_1 | > allauth
  5595. web_1 | > allauth.account
  5596. web_1 | > django.contrib.humanize
  5597. web_1 | > debug_toolbar
  5598. web_1 |
  5599. web_1 | Not synced (use migrations):
  5600. web_1 | - allauth.socialaccount
  5601. web_1 | - django_extensions
  5602. web_1 | (use ./manage.py migrate to migrate these)
  5603. web_1 | Running migrations for socialaccount:
  5604. web_1 | - Nothing to migrate.
  5605. web_1 | - Loading initial data for socialaccount.
  5606. web_1 | Installed 0 object(s) from 0 fixture(s)
  5607. web_1 | Running migrations for django_extensions:
  5608. web_1 | - Nothing to migrate.
  5609. web_1 | - Loading initial data for django_extensions.
  5610. web_1 | Installed 0 object(s) from 0 fixture(s)
  5611. web_1 | ===================================
  5612. web_1 | Creating "root" User
  5613. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5614. web_1 | User "root" exists in API, trying to reactivate...
  5615. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5616. web_1 | ===================================
  5617. web_1 | ===================================
  5618. web_1 | Creating "admin" User
  5619. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5620. web_1 | User "admin" exists in API, trying to reactivate...
  5621. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5622. web_1 | ===================================
  5623. web_1 | Starting the server
  5624. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5625. web_1 |
  5626. web_1 | Fatal error: Unable to find local grunt.
  5627. web_1 |
  5628. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5629. web_1 | your project. For more information about installing and configuring grunt,
  5630. web_1 | please see the Getting Started guide:
  5631. web_1 |
  5632. web_1 | http://gruntjs.com/getting-started
  5633. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5634. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5635. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5636. web_1 |
  5637. web_1 | Host IP=172.19.0.1
  5638. web_1 |
  5639. web_1 | Syncing...
  5640. web_1 | Creating tables ...
  5641. web_1 | Installing custom SQL ...
  5642. web_1 | Installing indexes ...
  5643. web_1 | Installed 0 object(s) from 0 fixture(s)
  5644. web_1 |
  5645. web_1 | Synced:
  5646. web_1 | > django.contrib.auth
  5647. web_1 | > django.contrib.contenttypes
  5648. web_1 | > django.contrib.sessions
  5649. web_1 | > django.contrib.sites
  5650. web_1 | > django.contrib.messages
  5651. web_1 | > django.contrib.staticfiles
  5652. web_1 | > django.contrib.admin
  5653. web_1 | > south
  5654. web_1 | > crispy_forms
  5655. web_1 | > avatar
  5656. web_1 | > bootstrap3
  5657. web_1 | > users
  5658. web_1 | > allauth
  5659. web_1 | > allauth.account
  5660. web_1 | > django.contrib.humanize
  5661. web_1 | > debug_toolbar
  5662. web_1 |
  5663. web_1 | Not synced (use migrations):
  5664. web_1 | - allauth.socialaccount
  5665. web_1 | - django_extensions
  5666. web_1 | (use ./manage.py migrate to migrate these)
  5667. web_1 | Running migrations for socialaccount:
  5668. web_1 | - Nothing to migrate.
  5669. web_1 | - Loading initial data for socialaccount.
  5670. web_1 | Installed 0 object(s) from 0 fixture(s)
  5671. web_1 | Running migrations for django_extensions:
  5672. web_1 | - Nothing to migrate.
  5673. web_1 | - Loading initial data for django_extensions.
  5674. web_1 | Installed 0 object(s) from 0 fixture(s)
  5675. web_1 | ===================================
  5676. web_1 | Creating "root" User
  5677. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5678. web_1 | User "root" exists in API, trying to reactivate...
  5679. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5680. web_1 | ===================================
  5681. web_1 | ===================================
  5682. web_1 | Creating "admin" User
  5683. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5684. web_1 | User "admin" exists in API, trying to reactivate...
  5685. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5686. web_1 | ===================================
  5687. web_1 | Starting the server
  5688. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5689. web_1 |
  5690. web_1 | Fatal error: Unable to find local grunt.
  5691. web_1 |
  5692. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5693. web_1 | your project. For more information about installing and configuring grunt,
  5694. web_1 | please see the Getting Started guide:
  5695. web_1 |
  5696. web_1 | http://gruntjs.com/getting-started
  5697. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5698. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5699. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5700. web_1 |
  5701. web_1 | Host IP=172.19.0.1
  5702. web_1 |
  5703. web_1 | Syncing...
  5704. web_1 | Creating tables ...
  5705. web_1 | Installing custom SQL ...
  5706. web_1 | Installing indexes ...
  5707. web_1 | Installed 0 object(s) from 0 fixture(s)
  5708. web_1 |
  5709. web_1 | Synced:
  5710. web_1 | > django.contrib.auth
  5711. web_1 | > django.contrib.contenttypes
  5712. web_1 | > django.contrib.sessions
  5713. web_1 | > django.contrib.sites
  5714. web_1 | > django.contrib.messages
  5715. web_1 | > django.contrib.staticfiles
  5716. web_1 | > django.contrib.admin
  5717. web_1 | > south
  5718. web_1 | > crispy_forms
  5719. web_1 | > avatar
  5720. web_1 | > bootstrap3
  5721. web_1 | > users
  5722. web_1 | > allauth
  5723. web_1 | > allauth.account
  5724. web_1 | > django.contrib.humanize
  5725. web_1 | > debug_toolbar
  5726. web_1 |
  5727. web_1 | Not synced (use migrations):
  5728. web_1 | - allauth.socialaccount
  5729. web_1 | - django_extensions
  5730. web_1 | (use ./manage.py migrate to migrate these)
  5731. web_1 | Running migrations for socialaccount:
  5732. web_1 | - Nothing to migrate.
  5733. web_1 | - Loading initial data for socialaccount.
  5734. web_1 | Installed 0 object(s) from 0 fixture(s)
  5735. web_1 | Running migrations for django_extensions:
  5736. web_1 | - Nothing to migrate.
  5737. web_1 | - Loading initial data for django_extensions.
  5738. web_1 | Installed 0 object(s) from 0 fixture(s)
  5739. web_1 | ===================================
  5740. web_1 | Creating "root" User
  5741. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5742. web_1 | User "root" exists in API, trying to reactivate...
  5743. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5744. web_1 | ===================================
  5745. web_1 | ===================================
  5746. web_1 | Creating "admin" User
  5747. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5748. web_1 | User "admin" exists in API, trying to reactivate...
  5749. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5750. web_1 | ===================================
  5751. web_1 | Starting the server
  5752. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5753. web_1 |
  5754. web_1 | Fatal error: Unable to find local grunt.
  5755. web_1 |
  5756. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5757. web_1 | your project. For more information about installing and configuring grunt,
  5758. web_1 | please see the Getting Started guide:
  5759. web_1 |
  5760. web_1 | http://gruntjs.com/getting-started
  5761. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5762. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5763. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5764. web_1 |
  5765. web_1 | Host IP=172.19.0.1
  5766. web_1 |
  5767. web_1 | Syncing...
  5768. web_1 | Creating tables ...
  5769. web_1 | Installing custom SQL ...
  5770. web_1 | Installing indexes ...
  5771. web_1 | Installed 0 object(s) from 0 fixture(s)
  5772. web_1 |
  5773. web_1 | Synced:
  5774. web_1 | > django.contrib.auth
  5775. web_1 | > django.contrib.contenttypes
  5776. web_1 | > django.contrib.sessions
  5777. web_1 | > django.contrib.sites
  5778. web_1 | > django.contrib.messages
  5779. web_1 | > django.contrib.staticfiles
  5780. web_1 | > django.contrib.admin
  5781. web_1 | > south
  5782. web_1 | > crispy_forms
  5783. web_1 | > avatar
  5784. web_1 | > bootstrap3
  5785. web_1 | > users
  5786. web_1 | > allauth
  5787. web_1 | > allauth.account
  5788. web_1 | > django.contrib.humanize
  5789. web_1 | > debug_toolbar
  5790. web_1 |
  5791. web_1 | Not synced (use migrations):
  5792. web_1 | - allauth.socialaccount
  5793. web_1 | - django_extensions
  5794. web_1 | (use ./manage.py migrate to migrate these)
  5795. web_1 | Running migrations for socialaccount:
  5796. web_1 | - Nothing to migrate.
  5797. web_1 | - Loading initial data for socialaccount.
  5798. web_1 | Installed 0 object(s) from 0 fixture(s)
  5799. web_1 | Running migrations for django_extensions:
  5800. web_1 | - Nothing to migrate.
  5801. web_1 | - Loading initial data for django_extensions.
  5802. web_1 | Installed 0 object(s) from 0 fixture(s)
  5803. web_1 | ===================================
  5804. web_1 | Creating "root" User
  5805. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5806. web_1 | User "root" exists in API, trying to reactivate...
  5807. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5808. web_1 | ===================================
  5809. web_1 | ===================================
  5810. web_1 | Creating "admin" User
  5811. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5812. web_1 | User "admin" exists in API, trying to reactivate...
  5813. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5814. web_1 | ===================================
  5815. web_1 | Starting the server
  5816. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5817. web_1 |
  5818. web_1 | Fatal error: Unable to find local grunt.
  5819. web_1 |
  5820. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5821. web_1 | your project. For more information about installing and configuring grunt,
  5822. web_1 | please see the Getting Started guide:
  5823. web_1 |
  5824. web_1 | http://gruntjs.com/getting-started
  5825. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5826. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5827. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5828. web_1 |
  5829. web_1 | Host IP=172.19.0.1
  5830. web_1 |
  5831. web_1 | Syncing...
  5832. web_1 | Creating tables ...
  5833. web_1 | Installing custom SQL ...
  5834. web_1 | Installing indexes ...
  5835. web_1 | Installed 0 object(s) from 0 fixture(s)
  5836. web_1 |
  5837. web_1 | Synced:
  5838. web_1 | > django.contrib.auth
  5839. web_1 | > django.contrib.contenttypes
  5840. web_1 | > django.contrib.sessions
  5841. web_1 | > django.contrib.sites
  5842. web_1 | > django.contrib.messages
  5843. web_1 | > django.contrib.staticfiles
  5844. web_1 | > django.contrib.admin
  5845. web_1 | > south
  5846. web_1 | > crispy_forms
  5847. web_1 | > avatar
  5848. web_1 | > bootstrap3
  5849. web_1 | > users
  5850. web_1 | > allauth
  5851. web_1 | > allauth.account
  5852. web_1 | > django.contrib.humanize
  5853. web_1 | > debug_toolbar
  5854. web_1 |
  5855. web_1 | Not synced (use migrations):
  5856. web_1 | - allauth.socialaccount
  5857. web_1 | - django_extensions
  5858. web_1 | (use ./manage.py migrate to migrate these)
  5859. web_1 | Running migrations for socialaccount:
  5860. web_1 | - Nothing to migrate.
  5861. web_1 | - Loading initial data for socialaccount.
  5862. web_1 | Installed 0 object(s) from 0 fixture(s)
  5863. web_1 | Running migrations for django_extensions:
  5864. web_1 | - Nothing to migrate.
  5865. web_1 | - Loading initial data for django_extensions.
  5866. web_1 | Installed 0 object(s) from 0 fixture(s)
  5867. web_1 | ===================================
  5868. web_1 | Creating "root" User
  5869. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5870. web_1 | User "root" exists in API, trying to reactivate...
  5871. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5872. web_1 | ===================================
  5873. web_1 | ===================================
  5874. web_1 | Creating "admin" User
  5875. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5876. web_1 | User "admin" exists in API, trying to reactivate...
  5877. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5878. web_1 | ===================================
  5879. web_1 | Starting the server
  5880. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5881. web_1 |
  5882. web_1 | Fatal error: Unable to find local grunt.
  5883. web_1 |
  5884. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5885. web_1 | your project. For more information about installing and configuring grunt,
  5886. web_1 | please see the Getting Started guide:
  5887. web_1 |
  5888. web_1 | http://gruntjs.com/getting-started
  5889. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5890. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5891. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5892. web_1 |
  5893. web_1 | Host IP=172.19.0.1
  5894. web_1 |
  5895. web_1 | Syncing...
  5896. web_1 | Creating tables ...
  5897. web_1 | Installing custom SQL ...
  5898. web_1 | Installing indexes ...
  5899. web_1 | Installed 0 object(s) from 0 fixture(s)
  5900. web_1 |
  5901. web_1 | Synced:
  5902. web_1 | > django.contrib.auth
  5903. web_1 | > django.contrib.contenttypes
  5904. web_1 | > django.contrib.sessions
  5905. web_1 | > django.contrib.sites
  5906. web_1 | > django.contrib.messages
  5907. web_1 | > django.contrib.staticfiles
  5908. web_1 | > django.contrib.admin
  5909. web_1 | > south
  5910. web_1 | > crispy_forms
  5911. web_1 | > avatar
  5912. web_1 | > bootstrap3
  5913. web_1 | > users
  5914. web_1 | > allauth
  5915. web_1 | > allauth.account
  5916. web_1 | > django.contrib.humanize
  5917. web_1 | > debug_toolbar
  5918. web_1 |
  5919. web_1 | Not synced (use migrations):
  5920. web_1 | - allauth.socialaccount
  5921. web_1 | - django_extensions
  5922. web_1 | (use ./manage.py migrate to migrate these)
  5923. web_1 | Running migrations for socialaccount:
  5924. web_1 | - Nothing to migrate.
  5925. web_1 | - Loading initial data for socialaccount.
  5926. web_1 | Installed 0 object(s) from 0 fixture(s)
  5927. web_1 | Running migrations for django_extensions:
  5928. web_1 | - Nothing to migrate.
  5929. web_1 | - Loading initial data for django_extensions.
  5930. web_1 | Installed 0 object(s) from 0 fixture(s)
  5931. web_1 | ===================================
  5932. web_1 | Creating "root" User
  5933. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5934. web_1 | User "root" exists in API, trying to reactivate...
  5935. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5936. web_1 | ===================================
  5937. web_1 | ===================================
  5938. web_1 | Creating "admin" User
  5939. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5940. web_1 | User "admin" exists in API, trying to reactivate...
  5941. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5942. web_1 | ===================================
  5943. web_1 | Starting the server
  5944. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5945. web_1 |
  5946. web_1 | Fatal error: Unable to find local grunt.
  5947. web_1 |
  5948. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5949. web_1 | your project. For more information about installing and configuring grunt,
  5950. web_1 | please see the Getting Started guide:
  5951. web_1 |
  5952. web_1 | http://gruntjs.com/getting-started
  5953. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5954. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5955. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5956. web_1 |
  5957. web_1 | Host IP=172.19.0.1
  5958. web_1 |
  5959. web_1 | Syncing...
  5960. web_1 | Creating tables ...
  5961. web_1 | Installing custom SQL ...
  5962. web_1 | Installing indexes ...
  5963. web_1 | Installed 0 object(s) from 0 fixture(s)
  5964. web_1 |
  5965. web_1 | Synced:
  5966. web_1 | > django.contrib.auth
  5967. web_1 | > django.contrib.contenttypes
  5968. web_1 | > django.contrib.sessions
  5969. web_1 | > django.contrib.sites
  5970. web_1 | > django.contrib.messages
  5971. web_1 | > django.contrib.staticfiles
  5972. web_1 | > django.contrib.admin
  5973. web_1 | > south
  5974. web_1 | > crispy_forms
  5975. web_1 | > avatar
  5976. web_1 | > bootstrap3
  5977. web_1 | > users
  5978. web_1 | > allauth
  5979. web_1 | > allauth.account
  5980. web_1 | > django.contrib.humanize
  5981. web_1 | > debug_toolbar
  5982. web_1 |
  5983. web_1 | Not synced (use migrations):
  5984. web_1 | - allauth.socialaccount
  5985. web_1 | - django_extensions
  5986. web_1 | (use ./manage.py migrate to migrate these)
  5987. web_1 | Running migrations for socialaccount:
  5988. web_1 | - Nothing to migrate.
  5989. web_1 | - Loading initial data for socialaccount.
  5990. web_1 | Installed 0 object(s) from 0 fixture(s)
  5991. web_1 | Running migrations for django_extensions:
  5992. web_1 | - Nothing to migrate.
  5993. web_1 | - Loading initial data for django_extensions.
  5994. web_1 | Installed 0 object(s) from 0 fixture(s)
  5995. web_1 | ===================================
  5996. web_1 | Creating "root" User
  5997. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5998. web_1 | User "root" exists in API, trying to reactivate...
  5999. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6000. web_1 | ===================================
  6001. web_1 | ===================================
  6002. web_1 | Creating "admin" User
  6003. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6004. web_1 | User "admin" exists in API, trying to reactivate...
  6005. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6006. web_1 | ===================================
  6007. web_1 | Starting the server
  6008. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6009. web_1 |
  6010. web_1 | Fatal error: Unable to find local grunt.
  6011. web_1 |
  6012. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6013. web_1 | your project. For more information about installing and configuring grunt,
  6014. web_1 | please see the Getting Started guide:
  6015. web_1 |
  6016. web_1 | http://gruntjs.com/getting-started
  6017. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6018. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6019. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6020. web_1 |
  6021. web_1 | Host IP=172.19.0.1
  6022. web_1 |
  6023. web_1 | Syncing...
  6024. web_1 | Creating tables ...
  6025. web_1 | Installing custom SQL ...
  6026. web_1 | Installing indexes ...
  6027. web_1 | Installed 0 object(s) from 0 fixture(s)
  6028. web_1 |
  6029. web_1 | Synced:
  6030. web_1 | > django.contrib.auth
  6031. web_1 | > django.contrib.contenttypes
  6032. web_1 | > django.contrib.sessions
  6033. web_1 | > django.contrib.sites
  6034. web_1 | > django.contrib.messages
  6035. web_1 | > django.contrib.staticfiles
  6036. web_1 | > django.contrib.admin
  6037. web_1 | > south
  6038. web_1 | > crispy_forms
  6039. web_1 | > avatar
  6040. web_1 | > bootstrap3
  6041. web_1 | > users
  6042. web_1 | > allauth
  6043. web_1 | > allauth.account
  6044. web_1 | > django.contrib.humanize
  6045. web_1 | > debug_toolbar
  6046. web_1 |
  6047. web_1 | Not synced (use migrations):
  6048. web_1 | - allauth.socialaccount
  6049. web_1 | - django_extensions
  6050. web_1 | (use ./manage.py migrate to migrate these)
  6051. web_1 | Running migrations for socialaccount:
  6052. web_1 | - Nothing to migrate.
  6053. web_1 | - Loading initial data for socialaccount.
  6054. web_1 | Installed 0 object(s) from 0 fixture(s)
  6055. web_1 | Running migrations for django_extensions:
  6056. web_1 | - Nothing to migrate.
  6057. web_1 | - Loading initial data for django_extensions.
  6058. web_1 | Installed 0 object(s) from 0 fixture(s)
  6059. web_1 | ===================================
  6060. web_1 | Creating "root" User
  6061. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6062. web_1 | User "root" exists in API, trying to reactivate...
  6063. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6064. web_1 | ===================================
  6065. web_1 | ===================================
  6066. web_1 | Creating "admin" User
  6067. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6068. web_1 | User "admin" exists in API, trying to reactivate...
  6069. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6070. web_1 | ===================================
  6071. web_1 | Starting the server
  6072. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6073. web_1 |
  6074. web_1 | Fatal error: Unable to find local grunt.
  6075. web_1 |
  6076. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6077. web_1 | your project. For more information about installing and configuring grunt,
  6078. web_1 | please see the Getting Started guide:
  6079. web_1 |
  6080. web_1 | http://gruntjs.com/getting-started
  6081. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6082. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6083. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6084. web_1 |
  6085. web_1 | Host IP=172.19.0.1
  6086. web_1 |
  6087. web_1 | Syncing...
  6088. web_1 | Creating tables ...
  6089. web_1 | Installing custom SQL ...
  6090. web_1 | Installing indexes ...
  6091. web_1 | Installed 0 object(s) from 0 fixture(s)
  6092. web_1 |
  6093. web_1 | Synced:
  6094. web_1 | > django.contrib.auth
  6095. web_1 | > django.contrib.contenttypes
  6096. web_1 | > django.contrib.sessions
  6097. web_1 | > django.contrib.sites
  6098. web_1 | > django.contrib.messages
  6099. web_1 | > django.contrib.staticfiles
  6100. web_1 | > django.contrib.admin
  6101. web_1 | > south
  6102. web_1 | > crispy_forms
  6103. web_1 | > avatar
  6104. web_1 | > bootstrap3
  6105. web_1 | > users
  6106. web_1 | > allauth
  6107. web_1 | > allauth.account
  6108. web_1 | > django.contrib.humanize
  6109. web_1 | > debug_toolbar
  6110. web_1 |
  6111. web_1 | Not synced (use migrations):
  6112. web_1 | - allauth.socialaccount
  6113. web_1 | - django_extensions
  6114. web_1 | (use ./manage.py migrate to migrate these)
  6115. web_1 | Running migrations for socialaccount:
  6116. web_1 | - Nothing to migrate.
  6117. web_1 | - Loading initial data for socialaccount.
  6118. web_1 | Installed 0 object(s) from 0 fixture(s)
  6119. web_1 | Running migrations for django_extensions:
  6120. web_1 | - Nothing to migrate.
  6121. web_1 | - Loading initial data for django_extensions.
  6122. web_1 | Installed 0 object(s) from 0 fixture(s)
  6123. web_1 | ===================================
  6124. web_1 | Creating "root" User
  6125. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6126. web_1 | User "root" exists in API, trying to reactivate...
  6127. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6128. web_1 | ===================================
  6129. web_1 | ===================================
  6130. web_1 | Creating "admin" User
  6131. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6132. web_1 | User "admin" exists in API, trying to reactivate...
  6133. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6134. web_1 | ===================================
  6135. web_1 | Starting the server
  6136. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6137. web_1 |
  6138. web_1 | Fatal error: Unable to find local grunt.
  6139. web_1 |
  6140. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6141. web_1 | your project. For more information about installing and configuring grunt,
  6142. web_1 | please see the Getting Started guide:
  6143. web_1 |
  6144. web_1 | http://gruntjs.com/getting-started
  6145. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6146. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6147. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6148. web_1 |
  6149. web_1 | Host IP=172.19.0.1
  6150. web_1 |
  6151. web_1 | Syncing...
  6152. web_1 | Creating tables ...
  6153. web_1 | Installing custom SQL ...
  6154. web_1 | Installing indexes ...
  6155. web_1 | Installed 0 object(s) from 0 fixture(s)
  6156. web_1 |
  6157. web_1 | Synced:
  6158. web_1 | > django.contrib.auth
  6159. web_1 | > django.contrib.contenttypes
  6160. web_1 | > django.contrib.sessions
  6161. web_1 | > django.contrib.sites
  6162. web_1 | > django.contrib.messages
  6163. web_1 | > django.contrib.staticfiles
  6164. web_1 | > django.contrib.admin
  6165. web_1 | > south
  6166. web_1 | > crispy_forms
  6167. web_1 | > avatar
  6168. web_1 | > bootstrap3
  6169. web_1 | > users
  6170. web_1 | > allauth
  6171. web_1 | > allauth.account
  6172. web_1 | > django.contrib.humanize
  6173. web_1 | > debug_toolbar
  6174. web_1 |
  6175. web_1 | Not synced (use migrations):
  6176. web_1 | - allauth.socialaccount
  6177. web_1 | - django_extensions
  6178. web_1 | (use ./manage.py migrate to migrate these)
  6179. web_1 | Running migrations for socialaccount:
  6180. web_1 | - Nothing to migrate.
  6181. web_1 | - Loading initial data for socialaccount.
  6182. web_1 | Installed 0 object(s) from 0 fixture(s)
  6183. web_1 | Running migrations for django_extensions:
  6184. web_1 | - Nothing to migrate.
  6185. web_1 | - Loading initial data for django_extensions.
  6186. web_1 | Installed 0 object(s) from 0 fixture(s)
  6187. web_1 | ===================================
  6188. web_1 | Creating "root" User
  6189. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6190. web_1 | User "root" exists in API, trying to reactivate...
  6191. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6192. web_1 | ===================================
  6193. web_1 | ===================================
  6194. web_1 | Creating "admin" User
  6195. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6196. web_1 | User "admin" exists in API, trying to reactivate...
  6197. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6198. web_1 | ===================================
  6199. web_1 | Starting the server
  6200. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6201. web_1 |
  6202. web_1 | Fatal error: Unable to find local grunt.
  6203. web_1 |
  6204. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6205. web_1 | your project. For more information about installing and configuring grunt,
  6206. web_1 | please see the Getting Started guide:
  6207. web_1 |
  6208. web_1 | http://gruntjs.com/getting-started
  6209. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6210. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6211. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6212. web_1 |
  6213. web_1 | Host IP=172.19.0.1
  6214. web_1 |
  6215. web_1 | Syncing...
  6216. web_1 | Creating tables ...
  6217. web_1 | Installing custom SQL ...
  6218. web_1 | Installing indexes ...
  6219. web_1 | Installed 0 object(s) from 0 fixture(s)
  6220. web_1 |
  6221. web_1 | Synced:
  6222. web_1 | > django.contrib.auth
  6223. web_1 | > django.contrib.contenttypes
  6224. web_1 | > django.contrib.sessions
  6225. web_1 | > django.contrib.sites
  6226. web_1 | > django.contrib.messages
  6227. web_1 | > django.contrib.staticfiles
  6228. web_1 | > django.contrib.admin
  6229. web_1 | > south
  6230. web_1 | > crispy_forms
  6231. web_1 | > avatar
  6232. web_1 | > bootstrap3
  6233. web_1 | > users
  6234. web_1 | > allauth
  6235. web_1 | > allauth.account
  6236. web_1 | > django.contrib.humanize
  6237. web_1 | > debug_toolbar
  6238. web_1 |
  6239. web_1 | Not synced (use migrations):
  6240. web_1 | - allauth.socialaccount
  6241. web_1 | - django_extensions
  6242. web_1 | (use ./manage.py migrate to migrate these)
  6243. web_1 | Running migrations for socialaccount:
  6244. web_1 | - Nothing to migrate.
  6245. web_1 | - Loading initial data for socialaccount.
  6246. web_1 | Installed 0 object(s) from 0 fixture(s)
  6247. web_1 | Running migrations for django_extensions:
  6248. web_1 | - Nothing to migrate.
  6249. web_1 | - Loading initial data for django_extensions.
  6250. web_1 | Installed 0 object(s) from 0 fixture(s)
  6251. web_1 | ===================================
  6252. web_1 | Creating "root" User
  6253. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6254. web_1 | User "root" exists in API, trying to reactivate...
  6255. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6256. web_1 | ===================================
  6257. web_1 | ===================================
  6258. web_1 | Creating "admin" User
  6259. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6260. web_1 | User "admin" exists in API, trying to reactivate...
  6261. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6262. web_1 | ===================================
  6263. web_1 | Starting the server
  6264. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6265. web_1 |
  6266. web_1 | Fatal error: Unable to find local grunt.
  6267. web_1 |
  6268. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6269. web_1 | your project. For more information about installing and configuring grunt,
  6270. web_1 | please see the Getting Started guide:
  6271. web_1 |
  6272. web_1 | http://gruntjs.com/getting-started
  6273. db_web_1 | LOG: incomplete startup packet
  6274. oclweb_web_1 exited with code 99
  6275. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6276. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6277. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  6278. web_1 |
  6279. web_1 | Host IP=172.19.0.1
  6280. web_1 |
  6281. web_1 | Syncing...
  6282. web_1 | Creating tables ...
  6283. web_1 | Creating table auth_permission
  6284. web_1 | Creating table auth_group_permissions
  6285. web_1 | Creating table auth_group
  6286. web_1 | Creating table django_content_type
  6287. web_1 | Creating table django_session
  6288. web_1 | Creating table django_site
  6289. web_1 | Creating table django_admin_log
  6290. web_1 | Creating table south_migrationhistory
  6291. web_1 | Creating table avatar_avatar
  6292. web_1 | Creating table users_user_groups
  6293. web_1 | Creating table users_user_user_permissions
  6294. web_1 | Creating table users_user
  6295. web_1 | Creating table account_emailaddress
  6296. web_1 | Creating table account_emailconfirmation
  6297. web_1 | Installing custom SQL ...
  6298. web_1 | Installing indexes ...
  6299. web_1 | Installed 0 object(s) from 0 fixture(s)
  6300. web_1 |
  6301. web_1 | Synced:
  6302. web_1 | > django.contrib.auth
  6303. web_1 | > django.contrib.contenttypes
  6304. web_1 | > django.contrib.sessions
  6305. web_1 | > django.contrib.sites
  6306. web_1 | > django.contrib.messages
  6307. web_1 | > django.contrib.staticfiles
  6308. web_1 | > django.contrib.admin
  6309. web_1 | > south
  6310. web_1 | > crispy_forms
  6311. web_1 | > avatar
  6312. web_1 | > bootstrap3
  6313. web_1 | > users
  6314. web_1 | > allauth
  6315. web_1 | > allauth.account
  6316. web_1 | > django.contrib.humanize
  6317. web_1 | > debug_toolbar
  6318. web_1 |
  6319. web_1 | Not synced (use migrations):
  6320. web_1 | - allauth.socialaccount
  6321. web_1 | - django_extensions
  6322. web_1 | (use ./manage.py migrate to migrate these)
  6323. web_1 | Running migrations for socialaccount:
  6324. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  6325. web_1 | > socialaccount:0001_initial
  6326. web_1 | > socialaccount:0002_genericmodels
  6327. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  6328. web_1 | > socialaccount:0004_add_sites
  6329. web_1 | > socialaccount:0005_set_sites
  6330. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  6331. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  6332. web_1 | > socialaccount:0008_client_id
  6333. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  6334. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  6335. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  6336. web_1 | - Loading initial data for socialaccount.
  6337. web_1 | Installed 0 object(s) from 0 fixture(s)
  6338. web_1 | Running migrations for django_extensions:
  6339. web_1 | - Migrating forwards to 0001_empty.
  6340. web_1 | > django_extensions:0001_empty
  6341. web_1 | - Loading initial data for django_extensions.
  6342. web_1 | Installed 0 object(s) from 0 fixture(s)
  6343. web_1 | ===================================
  6344. web_1 | Creating "root" User
  6345. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6346. web_1 | User "root" exists in API, trying to reactivate...
  6347. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6348. web_1 | ===================================
  6349. web_1 | ===================================
  6350. web_1 | Creating "admin" User
  6351. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6352. web_1 | User "admin" synced to API
  6353. web_1 | ===================================
  6354. web_1 | Starting the server
  6355. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6356. web_1 |
  6357. web_1 | Fatal error: Unable to find local grunt.
  6358. web_1 |
  6359. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6360. web_1 | your project. For more information about installing and configuring grunt,
  6361. web_1 | please see the Getting Started guide:
  6362. web_1 |
  6363. web_1 | http://gruntjs.com/getting-started
  6364. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6365. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6366. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6367. web_1 |
  6368. web_1 | Host IP=172.19.0.1
  6369. web_1 |
  6370. web_1 | Syncing...
  6371. web_1 | Creating tables ...
  6372. web_1 | Installing custom SQL ...
  6373. web_1 | Installing indexes ...
  6374. web_1 | Installed 0 object(s) from 0 fixture(s)
  6375. web_1 |
  6376. web_1 | Synced:
  6377. web_1 | > django.contrib.auth
  6378. web_1 | > django.contrib.contenttypes
  6379. web_1 | > django.contrib.sessions
  6380. web_1 | > django.contrib.sites
  6381. web_1 | > django.contrib.messages
  6382. web_1 | > django.contrib.staticfiles
  6383. web_1 | > django.contrib.admin
  6384. web_1 | > south
  6385. web_1 | > crispy_forms
  6386. web_1 | > avatar
  6387. web_1 | > bootstrap3
  6388. web_1 | > users
  6389. web_1 | > allauth
  6390. web_1 | > allauth.account
  6391. web_1 | > django.contrib.humanize
  6392. web_1 | > debug_toolbar
  6393. web_1 |
  6394. web_1 | Not synced (use migrations):
  6395. web_1 | - allauth.socialaccount
  6396. web_1 | - django_extensions
  6397. web_1 | (use ./manage.py migrate to migrate these)
  6398. web_1 | Running migrations for socialaccount:
  6399. web_1 | - Nothing to migrate.
  6400. web_1 | - Loading initial data for socialaccount.
  6401. web_1 | Installed 0 object(s) from 0 fixture(s)
  6402. web_1 | Running migrations for django_extensions:
  6403. web_1 | - Nothing to migrate.
  6404. web_1 | - Loading initial data for django_extensions.
  6405. web_1 | Installed 0 object(s) from 0 fixture(s)
  6406. web_1 | ===================================
  6407. web_1 | Creating "root" User
  6408. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6409. web_1 | User "root" exists in API, trying to reactivate...
  6410. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6411. web_1 | ===================================
  6412. web_1 | ===================================
  6413. web_1 | Creating "admin" User
  6414. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6415. web_1 | User "admin" exists in API, trying to reactivate...
  6416. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6417. web_1 | ===================================
  6418. web_1 | Starting the server
  6419. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6420. web_1 |
  6421. web_1 | Fatal error: Unable to find local grunt.
  6422. web_1 |
  6423. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6424. web_1 | your project. For more information about installing and configuring grunt,
  6425. web_1 | please see the Getting Started guide:
  6426. web_1 |
  6427. web_1 | http://gruntjs.com/getting-started
  6428. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6429. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6430. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6431. web_1 |
  6432. web_1 | Host IP=172.19.0.1
  6433. web_1 |
  6434. web_1 | Syncing...
  6435. web_1 | Creating tables ...
  6436. web_1 | Installing custom SQL ...
  6437. web_1 | Installing indexes ...
  6438. web_1 | Installed 0 object(s) from 0 fixture(s)
  6439. web_1 |
  6440. web_1 | Synced:
  6441. web_1 | > django.contrib.auth
  6442. web_1 | > django.contrib.contenttypes
  6443. web_1 | > django.contrib.sessions
  6444. web_1 | > django.contrib.sites
  6445. web_1 | > django.contrib.messages
  6446. web_1 | > django.contrib.staticfiles
  6447. web_1 | > django.contrib.admin
  6448. web_1 | > south
  6449. web_1 | > crispy_forms
  6450. web_1 | > avatar
  6451. web_1 | > bootstrap3
  6452. web_1 | > users
  6453. web_1 | > allauth
  6454. web_1 | > allauth.account
  6455. web_1 | > django.contrib.humanize
  6456. web_1 | > debug_toolbar
  6457. web_1 |
  6458. web_1 | Not synced (use migrations):
  6459. web_1 | - allauth.socialaccount
  6460. web_1 | - django_extensions
  6461. web_1 | (use ./manage.py migrate to migrate these)
  6462. web_1 | Running migrations for socialaccount:
  6463. web_1 | - Nothing to migrate.
  6464. web_1 | - Loading initial data for socialaccount.
  6465. web_1 | Installed 0 object(s) from 0 fixture(s)
  6466. web_1 | Running migrations for django_extensions:
  6467. web_1 | - Nothing to migrate.
  6468. web_1 | - Loading initial data for django_extensions.
  6469. web_1 | Installed 0 object(s) from 0 fixture(s)
  6470. web_1 | ===================================
  6471. web_1 | Creating "root" User
  6472. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6473. web_1 | User "root" exists in API, trying to reactivate...
  6474. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6475. web_1 | ===================================
  6476. web_1 | ===================================
  6477. web_1 | Creating "admin" User
  6478. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6479. web_1 | User "admin" exists in API, trying to reactivate...
  6480. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6481. web_1 | ===================================
  6482. web_1 | Starting the server
  6483. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6484. web_1 |
  6485. web_1 | Fatal error: Unable to find local grunt.
  6486. web_1 |
  6487. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6488. web_1 | your project. For more information about installing and configuring grunt,
  6489. web_1 | please see the Getting Started guide:
  6490. web_1 |
  6491. web_1 | http://gruntjs.com/getting-started
  6492. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6493. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6494. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6495. web_1 |
  6496. web_1 | Host IP=172.19.0.1
  6497. web_1 |
  6498. web_1 | Syncing...
  6499. web_1 | Creating tables ...
  6500. web_1 | Installing custom SQL ...
  6501. web_1 | Installing indexes ...
  6502. web_1 | Installed 0 object(s) from 0 fixture(s)
  6503. web_1 |
  6504. web_1 | Synced:
  6505. web_1 | > django.contrib.auth
  6506. web_1 | > django.contrib.contenttypes
  6507. web_1 | > django.contrib.sessions
  6508. web_1 | > django.contrib.sites
  6509. web_1 | > django.contrib.messages
  6510. web_1 | > django.contrib.staticfiles
  6511. web_1 | > django.contrib.admin
  6512. web_1 | > south
  6513. web_1 | > crispy_forms
  6514. web_1 | > avatar
  6515. web_1 | > bootstrap3
  6516. web_1 | > users
  6517. web_1 | > allauth
  6518. web_1 | > allauth.account
  6519. web_1 | > django.contrib.humanize
  6520. web_1 | > debug_toolbar
  6521. web_1 |
  6522. web_1 | Not synced (use migrations):
  6523. web_1 | - allauth.socialaccount
  6524. web_1 | - django_extensions
  6525. web_1 | (use ./manage.py migrate to migrate these)
  6526. web_1 | Running migrations for socialaccount:
  6527. web_1 | - Nothing to migrate.
  6528. web_1 | - Loading initial data for socialaccount.
  6529. web_1 | Installed 0 object(s) from 0 fixture(s)
  6530. web_1 | Running migrations for django_extensions:
  6531. web_1 | - Nothing to migrate.
  6532. web_1 | - Loading initial data for django_extensions.
  6533. web_1 | Installed 0 object(s) from 0 fixture(s)
  6534. web_1 | ===================================
  6535. web_1 | Creating "root" User
  6536. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6537. web_1 | User "root" exists in API, trying to reactivate...
  6538. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6539. web_1 | ===================================
  6540. web_1 | ===================================
  6541. web_1 | Creating "admin" User
  6542. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6543. web_1 | User "admin" exists in API, trying to reactivate...
  6544. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6545. web_1 | ===================================
  6546. web_1 | Starting the server
  6547. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6548. web_1 |
  6549. web_1 | Fatal error: Unable to find local grunt.
  6550. web_1 |
  6551. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6552. web_1 | your project. For more information about installing and configuring grunt,
  6553. web_1 | please see the Getting Started guide:
  6554. web_1 |
  6555. web_1 | http://gruntjs.com/getting-started
  6556. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6557. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6558. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6559. web_1 |
  6560. web_1 | Host IP=172.19.0.1
  6561. web_1 |
  6562. web_1 | Syncing...
  6563. web_1 | Creating tables ...
  6564. web_1 | Installing custom SQL ...
  6565. web_1 | Installing indexes ...
  6566. web_1 | Installed 0 object(s) from 0 fixture(s)
  6567. web_1 |
  6568. web_1 | Synced:
  6569. web_1 | > django.contrib.auth
  6570. web_1 | > django.contrib.contenttypes
  6571. web_1 | > django.contrib.sessions
  6572. web_1 | > django.contrib.sites
  6573. web_1 | > django.contrib.messages
  6574. web_1 | > django.contrib.staticfiles
  6575. web_1 | > django.contrib.admin
  6576. web_1 | > south
  6577. web_1 | > crispy_forms
  6578. web_1 | > avatar
  6579. web_1 | > bootstrap3
  6580. web_1 | > users
  6581. web_1 | > allauth
  6582. web_1 | > allauth.account
  6583. web_1 | > django.contrib.humanize
  6584. web_1 | > debug_toolbar
  6585. db_web_1 | LOG: incomplete startup packet
  6586. web_1 |
  6587. web_1 | Not synced (use migrations):
  6588. web_1 | - allauth.socialaccount
  6589. web_1 | - django_extensions
  6590. web_1 | (use ./manage.py migrate to migrate these)
  6591. web_1 | Running migrations for socialaccount:
  6592. web_1 | - Nothing to migrate.
  6593. web_1 | - Loading initial data for socialaccount.
  6594. web_1 | Installed 0 object(s) from 0 fixture(s)
  6595. web_1 | Running migrations for django_extensions:
  6596. web_1 | - Nothing to migrate.
  6597. web_1 | - Loading initial data for django_extensions.
  6598. web_1 | Installed 0 object(s) from 0 fixture(s)
  6599. web_1 | ===================================
  6600. web_1 | Creating "root" User
  6601. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6602. web_1 | User "root" exists in API, trying to reactivate...
  6603. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6604. web_1 | ===================================
  6605. web_1 | ===================================
  6606. web_1 | Creating "admin" User
  6607. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6608. web_1 | User "admin" exists in API, trying to reactivate...
  6609. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6610. web_1 | ===================================
  6611. web_1 | Starting the server
  6612. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6613. web_1 |
  6614. web_1 | Fatal error: Unable to find local grunt.
  6615. web_1 |
  6616. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6617. web_1 | your project. For more information about installing and configuring grunt,
  6618. web_1 | please see the Getting Started guide:
  6619. web_1 |
  6620. web_1 | http://gruntjs.com/getting-started
  6621. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6622. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6623. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6624. web_1 |
  6625. web_1 | Host IP=172.19.0.1
  6626. web_1 |
  6627. web_1 | Syncing...
  6628. web_1 | Creating tables ...
  6629. web_1 | Installing custom SQL ...
  6630. web_1 | Installing indexes ...
  6631. web_1 | Installed 0 object(s) from 0 fixture(s)
  6632. web_1 |
  6633. web_1 | Synced:
  6634. web_1 | > django.contrib.auth
  6635. web_1 | > django.contrib.contenttypes
  6636. web_1 | > django.contrib.sessions
  6637. web_1 | > django.contrib.sites
  6638. web_1 | > django.contrib.messages
  6639. web_1 | > django.contrib.staticfiles
  6640. web_1 | > django.contrib.admin
  6641. web_1 | > south
  6642. web_1 | > crispy_forms
  6643. web_1 | > avatar
  6644. web_1 | > bootstrap3
  6645. web_1 | > users
  6646. web_1 | > allauth
  6647. web_1 | > allauth.account
  6648. web_1 | > django.contrib.humanize
  6649. web_1 | > debug_toolbar
  6650. web_1 |
  6651. web_1 | Not synced (use migrations):
  6652. web_1 | - allauth.socialaccount
  6653. web_1 | - django_extensions
  6654. web_1 | (use ./manage.py migrate to migrate these)
  6655. web_1 | Running migrations for socialaccount:
  6656. web_1 | - Nothing to migrate.
  6657. web_1 | - Loading initial data for socialaccount.
  6658. web_1 | Installed 0 object(s) from 0 fixture(s)
  6659. web_1 | Running migrations for django_extensions:
  6660. web_1 | - Nothing to migrate.
  6661. web_1 | - Loading initial data for django_extensions.
  6662. web_1 | Installed 0 object(s) from 0 fixture(s)
  6663. web_1 | ===================================
  6664. web_1 | Creating "root" User
  6665. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6666. web_1 | User "root" exists in API, trying to reactivate...
  6667. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6668. web_1 | ===================================
  6669. web_1 | ===================================
  6670. web_1 | Creating "admin" User
  6671. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6672. web_1 | User "admin" exists in API, trying to reactivate...
  6673. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6674. web_1 | ===================================
  6675. web_1 | Starting the server
  6676. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6677. web_1 |
  6678. web_1 | Fatal error: Unable to find local grunt.
  6679. web_1 |
  6680. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6681. web_1 | your project. For more information about installing and configuring grunt,
  6682. web_1 | please see the Getting Started guide:
  6683. web_1 |
  6684. web_1 | http://gruntjs.com/getting-started
  6685. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6686. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6687. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6688. web_1 |
  6689. web_1 | Host IP=172.19.0.1
  6690. web_1 |
  6691. web_1 | Syncing...
  6692. web_1 | Creating tables ...
  6693. web_1 | Installing custom SQL ...
  6694. web_1 | Installing indexes ...
  6695. web_1 | Installed 0 object(s) from 0 fixture(s)
  6696. web_1 |
  6697. web_1 | Synced:
  6698. web_1 | > django.contrib.auth
  6699. web_1 | > django.contrib.contenttypes
  6700. web_1 | > django.contrib.sessions
  6701. web_1 | > django.contrib.sites
  6702. web_1 | > django.contrib.messages
  6703. web_1 | > django.contrib.staticfiles
  6704. web_1 | > django.contrib.admin
  6705. web_1 | > south
  6706. web_1 | > crispy_forms
  6707. web_1 | > avatar
  6708. web_1 | > bootstrap3
  6709. web_1 | > users
  6710. web_1 | > allauth
  6711. web_1 | > allauth.account
  6712. web_1 | > django.contrib.humanize
  6713. web_1 | > debug_toolbar
  6714. web_1 |
  6715. web_1 | Not synced (use migrations):
  6716. web_1 | - allauth.socialaccount
  6717. web_1 | - django_extensions
  6718. web_1 | (use ./manage.py migrate to migrate these)
  6719. web_1 | Running migrations for socialaccount:
  6720. web_1 | - Nothing to migrate.
  6721. web_1 | - Loading initial data for socialaccount.
  6722. web_1 | Installed 0 object(s) from 0 fixture(s)
  6723. web_1 | Running migrations for django_extensions:
  6724. web_1 | - Nothing to migrate.
  6725. web_1 | - Loading initial data for django_extensions.
  6726. web_1 | Installed 0 object(s) from 0 fixture(s)
  6727. web_1 | ===================================
  6728. web_1 | Creating "root" User
  6729. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6730. web_1 | User "root" exists in API, trying to reactivate...
  6731. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6732. web_1 | ===================================
  6733. web_1 | ===================================
  6734. web_1 | Creating "admin" User
  6735. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6736. web_1 | User "admin" exists in API, trying to reactivate...
  6737. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6738. web_1 | ===================================
  6739. web_1 | Starting the server
  6740. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6741. web_1 |
  6742. web_1 | Fatal error: Unable to find local grunt.
  6743. web_1 |
  6744. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6745. web_1 | your project. For more information about installing and configuring grunt,
  6746. web_1 | please see the Getting Started guide:
  6747. web_1 |
  6748. web_1 | http://gruntjs.com/getting-started
  6749. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6750. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6751. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6752. web_1 |
  6753. web_1 | Host IP=172.19.0.1
  6754. web_1 |
  6755. web_1 | Syncing...
  6756. web_1 | Creating tables ...
  6757. web_1 | Installing custom SQL ...
  6758. web_1 | Installing indexes ...
  6759. web_1 | Installed 0 object(s) from 0 fixture(s)
  6760. web_1 |
  6761. web_1 | Synced:
  6762. web_1 | > django.contrib.auth
  6763. web_1 | > django.contrib.contenttypes
  6764. web_1 | > django.contrib.sessions
  6765. web_1 | > django.contrib.sites
  6766. web_1 | > django.contrib.messages
  6767. web_1 | > django.contrib.staticfiles
  6768. web_1 | > django.contrib.admin
  6769. web_1 | > south
  6770. web_1 | > crispy_forms
  6771. web_1 | > avatar
  6772. web_1 | > bootstrap3
  6773. web_1 | > users
  6774. web_1 | > allauth
  6775. web_1 | > allauth.account
  6776. web_1 | > django.contrib.humanize
  6777. web_1 | > debug_toolbar
  6778. web_1 |
  6779. web_1 | Not synced (use migrations):
  6780. web_1 | - allauth.socialaccount
  6781. web_1 | - django_extensions
  6782. web_1 | (use ./manage.py migrate to migrate these)
  6783. web_1 | Running migrations for socialaccount:
  6784. web_1 | - Nothing to migrate.
  6785. web_1 | - Loading initial data for socialaccount.
  6786. web_1 | Installed 0 object(s) from 0 fixture(s)
  6787. web_1 | Running migrations for django_extensions:
  6788. web_1 | - Nothing to migrate.
  6789. web_1 | - Loading initial data for django_extensions.
  6790. web_1 | Installed 0 object(s) from 0 fixture(s)
  6791. web_1 | ===================================
  6792. web_1 | Creating "root" User
  6793. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6794. web_1 | User "root" exists in API, trying to reactivate...
  6795. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6796. web_1 | ===================================
  6797. web_1 | ===================================
  6798. web_1 | Creating "admin" User
  6799. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6800. web_1 | User "admin" exists in API, trying to reactivate...
  6801. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6802. web_1 | ===================================
  6803. web_1 | Starting the server
  6804. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6805. web_1 |
  6806. web_1 | Fatal error: Unable to find local grunt.
  6807. web_1 |
  6808. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6809. web_1 | your project. For more information about installing and configuring grunt,
  6810. web_1 | please see the Getting Started guide:
  6811. web_1 |
  6812. web_1 | http://gruntjs.com/getting-started
  6813. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6814. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6815. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6816. web_1 |
  6817. web_1 | Host IP=172.19.0.1
  6818. web_1 |
  6819. web_1 | Syncing...
  6820. web_1 | Creating tables ...
  6821. web_1 | Installing custom SQL ...
  6822. web_1 | Installing indexes ...
  6823. web_1 | Installed 0 object(s) from 0 fixture(s)
  6824. web_1 |
  6825. web_1 | Synced:
  6826. web_1 | > django.contrib.auth
  6827. web_1 | > django.contrib.contenttypes
  6828. web_1 | > django.contrib.sessions
  6829. web_1 | > django.contrib.sites
  6830. web_1 | > django.contrib.messages
  6831. web_1 | > django.contrib.staticfiles
  6832. web_1 | > django.contrib.admin
  6833. web_1 | > south
  6834. web_1 | > crispy_forms
  6835. web_1 | > avatar
  6836. web_1 | > bootstrap3
  6837. web_1 | > users
  6838. web_1 | > allauth
  6839. web_1 | > allauth.account
  6840. web_1 | > django.contrib.humanize
  6841. web_1 | > debug_toolbar
  6842. web_1 |
  6843. web_1 | Not synced (use migrations):
  6844. web_1 | - allauth.socialaccount
  6845. web_1 | - django_extensions
  6846. web_1 | (use ./manage.py migrate to migrate these)
  6847. web_1 | Running migrations for socialaccount:
  6848. web_1 | - Nothing to migrate.
  6849. web_1 | - Loading initial data for socialaccount.
  6850. web_1 | Installed 0 object(s) from 0 fixture(s)
  6851. web_1 | Running migrations for django_extensions:
  6852. web_1 | - Nothing to migrate.
  6853. web_1 | - Loading initial data for django_extensions.
  6854. web_1 | Installed 0 object(s) from 0 fixture(s)
  6855. web_1 | ===================================
  6856. web_1 | Creating "root" User
  6857. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6858. web_1 | User "root" exists in API, trying to reactivate...
  6859. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6860. web_1 | ===================================
  6861. web_1 | ===================================
  6862. web_1 | Creating "admin" User
  6863. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6864. web_1 | User "admin" exists in API, trying to reactivate...
  6865. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6866. web_1 | ===================================
  6867. web_1 | Starting the server
  6868. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6869. web_1 |
  6870. web_1 | Fatal error: Unable to find local grunt.
  6871. web_1 |
  6872. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6873. web_1 | your project. For more information about installing and configuring grunt,
  6874. web_1 | please see the Getting Started guide:
  6875. web_1 |
  6876. web_1 | http://gruntjs.com/getting-started
  6877. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6878. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6879. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6880. web_1 |
  6881. web_1 | Host IP=172.19.0.1
  6882. web_1 |
  6883. web_1 | Syncing...
  6884. web_1 | Creating tables ...
  6885. web_1 | Installing custom SQL ...
  6886. web_1 | Installing indexes ...
  6887. web_1 | Installed 0 object(s) from 0 fixture(s)
  6888. web_1 |
  6889. web_1 | Synced:
  6890. web_1 | > django.contrib.auth
  6891. web_1 | > django.contrib.contenttypes
  6892. web_1 | > django.contrib.sessions
  6893. web_1 | > django.contrib.sites
  6894. web_1 | > django.contrib.messages
  6895. web_1 | > django.contrib.staticfiles
  6896. web_1 | > django.contrib.admin
  6897. web_1 | > south
  6898. web_1 | > crispy_forms
  6899. web_1 | > avatar
  6900. web_1 | > bootstrap3
  6901. web_1 | > users
  6902. web_1 | > allauth
  6903. web_1 | > allauth.account
  6904. web_1 | > django.contrib.humanize
  6905. web_1 | > debug_toolbar
  6906. web_1 |
  6907. web_1 | Not synced (use migrations):
  6908. web_1 | - allauth.socialaccount
  6909. web_1 | - django_extensions
  6910. web_1 | (use ./manage.py migrate to migrate these)
  6911. web_1 | Running migrations for socialaccount:
  6912. web_1 | - Nothing to migrate.
  6913. web_1 | - Loading initial data for socialaccount.
  6914. web_1 | Installed 0 object(s) from 0 fixture(s)
  6915. web_1 | Running migrations for django_extensions:
  6916. web_1 | - Nothing to migrate.
  6917. web_1 | - Loading initial data for django_extensions.
  6918. web_1 | Installed 0 object(s) from 0 fixture(s)
  6919. web_1 | ===================================
  6920. web_1 | Creating "root" User
  6921. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6922. web_1 | User "root" exists in API, trying to reactivate...
  6923. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6924. web_1 | ===================================
  6925. web_1 | ===================================
  6926. web_1 | Creating "admin" User
  6927. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6928. web_1 | User "admin" exists in API, trying to reactivate...
  6929. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6930. web_1 | ===================================
  6931. web_1 | Starting the server
  6932. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6933. web_1 |
  6934. web_1 | Fatal error: Unable to find local grunt.
  6935. web_1 |
  6936. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6937. web_1 | your project. For more information about installing and configuring grunt,
  6938. web_1 | please see the Getting Started guide:
  6939. web_1 |
  6940. web_1 | http://gruntjs.com/getting-started
  6941. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6942. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6943. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6944. web_1 |
  6945. web_1 | Host IP=172.19.0.1
  6946. web_1 |
  6947. web_1 | Syncing...
  6948. web_1 | Creating tables ...
  6949. web_1 | Installing custom SQL ...
  6950. web_1 | Installing indexes ...
  6951. web_1 | Installed 0 object(s) from 0 fixture(s)
  6952. web_1 |
  6953. web_1 | Synced:
  6954. web_1 | > django.contrib.auth
  6955. web_1 | > django.contrib.contenttypes
  6956. web_1 | > django.contrib.sessions
  6957. web_1 | > django.contrib.sites
  6958. web_1 | > django.contrib.messages
  6959. web_1 | > django.contrib.staticfiles
  6960. web_1 | > django.contrib.admin
  6961. web_1 | > south
  6962. web_1 | > crispy_forms
  6963. web_1 | > avatar
  6964. web_1 | > bootstrap3
  6965. web_1 | > users
  6966. web_1 | > allauth
  6967. web_1 | > allauth.account
  6968. web_1 | > django.contrib.humanize
  6969. web_1 | > debug_toolbar
  6970. web_1 |
  6971. web_1 | Not synced (use migrations):
  6972. web_1 | - allauth.socialaccount
  6973. web_1 | - django_extensions
  6974. web_1 | (use ./manage.py migrate to migrate these)
  6975. web_1 | Running migrations for socialaccount:
  6976. web_1 | - Nothing to migrate.
  6977. web_1 | - Loading initial data for socialaccount.
  6978. web_1 | Installed 0 object(s) from 0 fixture(s)
  6979. web_1 | Running migrations for django_extensions:
  6980. web_1 | - Nothing to migrate.
  6981. web_1 | - Loading initial data for django_extensions.
  6982. web_1 | Installed 0 object(s) from 0 fixture(s)
  6983. web_1 | ===================================
  6984. web_1 | Creating "root" User
  6985. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6986. web_1 | User "root" exists in API, trying to reactivate...
  6987. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6988. web_1 | ===================================
  6989. web_1 | ===================================
  6990. web_1 | Creating "admin" User
  6991. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6992. web_1 | User "admin" exists in API, trying to reactivate...
  6993. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6994. web_1 | ===================================
  6995. web_1 | Starting the server
  6996. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6997. web_1 |
  6998. web_1 | Fatal error: Unable to find local grunt.
  6999. web_1 |
  7000. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7001. web_1 | your project. For more information about installing and configuring grunt,
  7002. web_1 | please see the Getting Started guide:
  7003. web_1 |
  7004. web_1 | http://gruntjs.com/getting-started
  7005. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7006. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7007. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7008. web_1 |
  7009. web_1 | Host IP=172.19.0.1
  7010. web_1 |
  7011. web_1 | Syncing...
  7012. web_1 | Creating tables ...
  7013. web_1 | Installing custom SQL ...
  7014. web_1 | Installing indexes ...
  7015. web_1 | Installed 0 object(s) from 0 fixture(s)
  7016. web_1 |
  7017. web_1 | Synced:
  7018. web_1 | > django.contrib.auth
  7019. web_1 | > django.contrib.contenttypes
  7020. web_1 | > django.contrib.sessions
  7021. web_1 | > django.contrib.sites
  7022. web_1 | > django.contrib.messages
  7023. web_1 | > django.contrib.staticfiles
  7024. web_1 | > django.contrib.admin
  7025. web_1 | > south
  7026. web_1 | > crispy_forms
  7027. web_1 | > avatar
  7028. web_1 | > bootstrap3
  7029. web_1 | > users
  7030. web_1 | > allauth
  7031. web_1 | > allauth.account
  7032. web_1 | > django.contrib.humanize
  7033. web_1 | > debug_toolbar
  7034. web_1 |
  7035. web_1 | Not synced (use migrations):
  7036. web_1 | - allauth.socialaccount
  7037. web_1 | - django_extensions
  7038. web_1 | (use ./manage.py migrate to migrate these)
  7039. web_1 | Running migrations for socialaccount:
  7040. web_1 | - Nothing to migrate.
  7041. web_1 | - Loading initial data for socialaccount.
  7042. web_1 | Installed 0 object(s) from 0 fixture(s)
  7043. web_1 | Running migrations for django_extensions:
  7044. web_1 | - Nothing to migrate.
  7045. web_1 | - Loading initial data for django_extensions.
  7046. web_1 | Installed 0 object(s) from 0 fixture(s)
  7047. web_1 | ===================================
  7048. web_1 | Creating "root" User
  7049. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7050. web_1 | User "root" exists in API, trying to reactivate...
  7051. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7052. web_1 | ===================================
  7053. web_1 | ===================================
  7054. web_1 | Creating "admin" User
  7055. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7056. web_1 | User "admin" exists in API, trying to reactivate...
  7057. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7058. web_1 | ===================================
  7059. web_1 | Starting the server
  7060. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7061. web_1 |
  7062. web_1 | Fatal error: Unable to find local grunt.
  7063. web_1 |
  7064. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7065. web_1 | your project. For more information about installing and configuring grunt,
  7066. web_1 | please see the Getting Started guide:
  7067. web_1 |
  7068. web_1 | http://gruntjs.com/getting-started
  7069. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7070. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7071. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7072. web_1 |
  7073. web_1 | Host IP=172.19.0.1
  7074. web_1 |
  7075. web_1 | Syncing...
  7076. web_1 | Creating tables ...
  7077. web_1 | Installing custom SQL ...
  7078. web_1 | Installing indexes ...
  7079. web_1 | Installed 0 object(s) from 0 fixture(s)
  7080. web_1 |
  7081. web_1 | Synced:
  7082. web_1 | > django.contrib.auth
  7083. web_1 | > django.contrib.contenttypes
  7084. web_1 | > django.contrib.sessions
  7085. web_1 | > django.contrib.sites
  7086. web_1 | > django.contrib.messages
  7087. web_1 | > django.contrib.staticfiles
  7088. web_1 | > django.contrib.admin
  7089. web_1 | > south
  7090. web_1 | > crispy_forms
  7091. web_1 | > avatar
  7092. web_1 | > bootstrap3
  7093. web_1 | > users
  7094. web_1 | > allauth
  7095. web_1 | > allauth.account
  7096. web_1 | > django.contrib.humanize
  7097. web_1 | > debug_toolbar
  7098. web_1 |
  7099. web_1 | Not synced (use migrations):
  7100. web_1 | - allauth.socialaccount
  7101. web_1 | - django_extensions
  7102. web_1 | (use ./manage.py migrate to migrate these)
  7103. web_1 | Running migrations for socialaccount:
  7104. web_1 | - Nothing to migrate.
  7105. web_1 | - Loading initial data for socialaccount.
  7106. web_1 | Installed 0 object(s) from 0 fixture(s)
  7107. web_1 | Running migrations for django_extensions:
  7108. web_1 | - Nothing to migrate.
  7109. web_1 | - Loading initial data for django_extensions.
  7110. web_1 | Installed 0 object(s) from 0 fixture(s)
  7111. web_1 | ===================================
  7112. web_1 | Creating "root" User
  7113. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7114. web_1 | User "root" exists in API, trying to reactivate...
  7115. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7116. web_1 | ===================================
  7117. web_1 | ===================================
  7118. web_1 | Creating "admin" User
  7119. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7120. web_1 | User "admin" exists in API, trying to reactivate...
  7121. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7122. web_1 | ===================================
  7123. web_1 | Starting the server
  7124. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7125. web_1 |
  7126. web_1 | Fatal error: Unable to find local grunt.
  7127. web_1 |
  7128. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7129. web_1 | your project. For more information about installing and configuring grunt,
  7130. web_1 | please see the Getting Started guide:
  7131. web_1 |
  7132. web_1 | http://gruntjs.com/getting-started
  7133. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7134. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7135. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7136. web_1 |
  7137. web_1 | Host IP=172.19.0.1
  7138. web_1 |
  7139. web_1 | Syncing...
  7140. web_1 | Creating tables ...
  7141. web_1 | Installing custom SQL ...
  7142. web_1 | Installing indexes ...
  7143. web_1 | Installed 0 object(s) from 0 fixture(s)
  7144. web_1 |
  7145. web_1 | Synced:
  7146. web_1 | > django.contrib.auth
  7147. web_1 | > django.contrib.contenttypes
  7148. web_1 | > django.contrib.sessions
  7149. web_1 | > django.contrib.sites
  7150. web_1 | > django.contrib.messages
  7151. web_1 | > django.contrib.staticfiles
  7152. web_1 | > django.contrib.admin
  7153. web_1 | > south
  7154. web_1 | > crispy_forms
  7155. web_1 | > avatar
  7156. web_1 | > bootstrap3
  7157. web_1 | > users
  7158. web_1 | > allauth
  7159. web_1 | > allauth.account
  7160. web_1 | > django.contrib.humanize
  7161. web_1 | > debug_toolbar
  7162. web_1 |
  7163. web_1 | Not synced (use migrations):
  7164. web_1 | - allauth.socialaccount
  7165. web_1 | - django_extensions
  7166. web_1 | (use ./manage.py migrate to migrate these)
  7167. web_1 | Running migrations for socialaccount:
  7168. web_1 | - Nothing to migrate.
  7169. web_1 | - Loading initial data for socialaccount.
  7170. web_1 | Installed 0 object(s) from 0 fixture(s)
  7171. web_1 | Running migrations for django_extensions:
  7172. web_1 | - Nothing to migrate.
  7173. web_1 | - Loading initial data for django_extensions.
  7174. web_1 | Installed 0 object(s) from 0 fixture(s)
  7175. web_1 | ===================================
  7176. web_1 | Creating "root" User
  7177. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7178. web_1 | User "root" exists in API, trying to reactivate...
  7179. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7180. web_1 | ===================================
  7181. web_1 | ===================================
  7182. web_1 | Creating "admin" User
  7183. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7184. web_1 | User "admin" exists in API, trying to reactivate...
  7185. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7186. web_1 | ===================================
  7187. web_1 | Starting the server
  7188. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7189. web_1 |
  7190. web_1 | Fatal error: Unable to find local grunt.
  7191. web_1 |
  7192. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7193. web_1 | your project. For more information about installing and configuring grunt,
  7194. web_1 | please see the Getting Started guide:
  7195. web_1 |
  7196. web_1 | http://gruntjs.com/getting-started
  7197. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7198. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7199. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7200. web_1 |
  7201. web_1 | Host IP=172.19.0.1
  7202. web_1 |
  7203. web_1 | Syncing...
  7204. web_1 | Creating tables ...
  7205. web_1 | Installing custom SQL ...
  7206. web_1 | Installing indexes ...
  7207. web_1 | Installed 0 object(s) from 0 fixture(s)
  7208. web_1 |
  7209. web_1 | Synced:
  7210. web_1 | > django.contrib.auth
  7211. web_1 | > django.contrib.contenttypes
  7212. web_1 | > django.contrib.sessions
  7213. web_1 | > django.contrib.sites
  7214. web_1 | > django.contrib.messages
  7215. web_1 | > django.contrib.staticfiles
  7216. web_1 | > django.contrib.admin
  7217. web_1 | > south
  7218. web_1 | > crispy_forms
  7219. web_1 | > avatar
  7220. web_1 | > bootstrap3
  7221. web_1 | > users
  7222. web_1 | > allauth
  7223. web_1 | > allauth.account
  7224. web_1 | > django.contrib.humanize
  7225. web_1 | > debug_toolbar
  7226. web_1 |
  7227. web_1 | Not synced (use migrations):
  7228. web_1 | - allauth.socialaccount
  7229. web_1 | - django_extensions
  7230. web_1 | (use ./manage.py migrate to migrate these)
  7231. web_1 | Running migrations for socialaccount:
  7232. web_1 | - Nothing to migrate.
  7233. web_1 | - Loading initial data for socialaccount.
  7234. web_1 | Installed 0 object(s) from 0 fixture(s)
  7235. web_1 | Running migrations for django_extensions:
  7236. web_1 | - Nothing to migrate.
  7237. web_1 | - Loading initial data for django_extensions.
  7238. web_1 | Installed 0 object(s) from 0 fixture(s)
  7239. web_1 | ===================================
  7240. web_1 | Creating "root" User
  7241. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7242. web_1 | User "root" exists in API, trying to reactivate...
  7243. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7244. web_1 | ===================================
  7245. web_1 | ===================================
  7246. web_1 | Creating "admin" User
  7247. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7248. web_1 | User "admin" exists in API, trying to reactivate...
  7249. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7250. web_1 | ===================================
  7251. web_1 | Starting the server
  7252. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7253. web_1 |
  7254. web_1 | Fatal error: Unable to find local grunt.
  7255. web_1 |
  7256. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7257. web_1 | your project. For more information about installing and configuring grunt,
  7258. web_1 | please see the Getting Started guide:
  7259. web_1 |
  7260. web_1 | http://gruntjs.com/getting-started
  7261. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7262. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7263. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7264. web_1 |
  7265. web_1 | Host IP=172.19.0.1
  7266. web_1 |
  7267. web_1 | Syncing...
  7268. web_1 | Creating tables ...
  7269. web_1 | Installing custom SQL ...
  7270. web_1 | Installing indexes ...
  7271. web_1 | Installed 0 object(s) from 0 fixture(s)
  7272. web_1 |
  7273. web_1 | Synced:
  7274. web_1 | > django.contrib.auth
  7275. web_1 | > django.contrib.contenttypes
  7276. web_1 | > django.contrib.sessions
  7277. web_1 | > django.contrib.sites
  7278. web_1 | > django.contrib.messages
  7279. web_1 | > django.contrib.staticfiles
  7280. web_1 | > django.contrib.admin
  7281. web_1 | > south
  7282. web_1 | > crispy_forms
  7283. web_1 | > avatar
  7284. web_1 | > bootstrap3
  7285. web_1 | > users
  7286. web_1 | > allauth
  7287. web_1 | > allauth.account
  7288. web_1 | > django.contrib.humanize
  7289. web_1 | > debug_toolbar
  7290. web_1 |
  7291. web_1 | Not synced (use migrations):
  7292. web_1 | - allauth.socialaccount
  7293. web_1 | - django_extensions
  7294. web_1 | (use ./manage.py migrate to migrate these)
  7295. web_1 | Running migrations for socialaccount:
  7296. web_1 | - Nothing to migrate.
  7297. web_1 | - Loading initial data for socialaccount.
  7298. web_1 | Installed 0 object(s) from 0 fixture(s)
  7299. web_1 | Running migrations for django_extensions:
  7300. web_1 | - Nothing to migrate.
  7301. web_1 | - Loading initial data for django_extensions.
  7302. web_1 | Installed 0 object(s) from 0 fixture(s)
  7303. web_1 | ===================================
  7304. web_1 | Creating "root" User
  7305. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7306. web_1 | User "root" exists in API, trying to reactivate...
  7307. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7308. web_1 | ===================================
  7309. web_1 | ===================================
  7310. web_1 | Creating "admin" User
  7311. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7312. web_1 | User "admin" exists in API, trying to reactivate...
  7313. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7314. web_1 | ===================================
  7315. web_1 | Starting the server
  7316. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7317. web_1 |
  7318. web_1 | Fatal error: Unable to find local grunt.
  7319. web_1 |
  7320. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7321. web_1 | your project. For more information about installing and configuring grunt,
  7322. web_1 | please see the Getting Started guide:
  7323. web_1 |
  7324. web_1 | http://gruntjs.com/getting-started
  7325. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7326. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7327. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7328. web_1 |
  7329. web_1 | Host IP=172.19.0.1
  7330. web_1 |
  7331. web_1 | Syncing...
  7332. web_1 | Creating tables ...
  7333. web_1 | Installing custom SQL ...
  7334. web_1 | Installing indexes ...
  7335. web_1 | Installed 0 object(s) from 0 fixture(s)
  7336. web_1 |
  7337. web_1 | Synced:
  7338. web_1 | > django.contrib.auth
  7339. web_1 | > django.contrib.contenttypes
  7340. web_1 | > django.contrib.sessions
  7341. web_1 | > django.contrib.sites
  7342. web_1 | > django.contrib.messages
  7343. web_1 | > django.contrib.staticfiles
  7344. web_1 | > django.contrib.admin
  7345. web_1 | > south
  7346. web_1 | > crispy_forms
  7347. web_1 | > avatar
  7348. web_1 | > bootstrap3
  7349. web_1 | > users
  7350. web_1 | > allauth
  7351. web_1 | > allauth.account
  7352. web_1 | > django.contrib.humanize
  7353. web_1 | > debug_toolbar
  7354. web_1 |
  7355. web_1 | Not synced (use migrations):
  7356. web_1 | - allauth.socialaccount
  7357. web_1 | - django_extensions
  7358. web_1 | (use ./manage.py migrate to migrate these)
  7359. web_1 | Running migrations for socialaccount:
  7360. web_1 | - Nothing to migrate.
  7361. web_1 | - Loading initial data for socialaccount.
  7362. web_1 | Installed 0 object(s) from 0 fixture(s)
  7363. web_1 | Running migrations for django_extensions:
  7364. web_1 | - Nothing to migrate.
  7365. web_1 | - Loading initial data for django_extensions.
  7366. web_1 | Installed 0 object(s) from 0 fixture(s)
  7367. web_1 | ===================================
  7368. web_1 | Creating "root" User
  7369. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7370. web_1 | User "root" exists in API, trying to reactivate...
  7371. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7372. web_1 | ===================================
  7373. web_1 | ===================================
  7374. web_1 | Creating "admin" User
  7375. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7376. web_1 | User "admin" exists in API, trying to reactivate...
  7377. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7378. web_1 | ===================================
  7379. web_1 | Starting the server
  7380. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7381. web_1 |
  7382. web_1 | Fatal error: Unable to find local grunt.
  7383. web_1 |
  7384. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7385. web_1 | your project. For more information about installing and configuring grunt,
  7386. web_1 | please see the Getting Started guide:
  7387. web_1 |
  7388. web_1 | http://gruntjs.com/getting-started
  7389. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7390. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7391. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7392. web_1 |
  7393. web_1 | Host IP=172.19.0.1
  7394. web_1 |
  7395. web_1 | Syncing...
  7396. web_1 | Creating tables ...
  7397. web_1 | Installing custom SQL ...
  7398. web_1 | Installing indexes ...
  7399. web_1 | Installed 0 object(s) from 0 fixture(s)
  7400. web_1 |
  7401. web_1 | Synced:
  7402. web_1 | > django.contrib.auth
  7403. web_1 | > django.contrib.contenttypes
  7404. web_1 | > django.contrib.sessions
  7405. web_1 | > django.contrib.sites
  7406. web_1 | > django.contrib.messages
  7407. web_1 | > django.contrib.staticfiles
  7408. web_1 | > django.contrib.admin
  7409. web_1 | > south
  7410. web_1 | > crispy_forms
  7411. web_1 | > avatar
  7412. web_1 | > bootstrap3
  7413. web_1 | > users
  7414. web_1 | > allauth
  7415. web_1 | > allauth.account
  7416. web_1 | > django.contrib.humanize
  7417. web_1 | > debug_toolbar
  7418. web_1 |
  7419. web_1 | Not synced (use migrations):
  7420. web_1 | - allauth.socialaccount
  7421. web_1 | - django_extensions
  7422. web_1 | (use ./manage.py migrate to migrate these)
  7423. web_1 | Running migrations for socialaccount:
  7424. web_1 | - Nothing to migrate.
  7425. web_1 | - Loading initial data for socialaccount.
  7426. web_1 | Installed 0 object(s) from 0 fixture(s)
  7427. web_1 | Running migrations for django_extensions:
  7428. web_1 | - Nothing to migrate.
  7429. web_1 | - Loading initial data for django_extensions.
  7430. web_1 | Installed 0 object(s) from 0 fixture(s)
  7431. web_1 | ===================================
  7432. web_1 | Creating "root" User
  7433. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7434. web_1 | User "root" exists in API, trying to reactivate...
  7435. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7436. web_1 | ===================================
  7437. web_1 | ===================================
  7438. web_1 | Creating "admin" User
  7439. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7440. web_1 | User "admin" exists in API, trying to reactivate...
  7441. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7442. web_1 | ===================================
  7443. web_1 | Starting the server
  7444. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7445. web_1 |
  7446. web_1 | Fatal error: Unable to find local grunt.
  7447. web_1 |
  7448. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7449. web_1 | your project. For more information about installing and configuring grunt,
  7450. web_1 | please see the Getting Started guide:
  7451. web_1 |
  7452. web_1 | http://gruntjs.com/getting-started
  7453. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7454. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7455. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7456. web_1 |
  7457. web_1 | Host IP=172.19.0.1
  7458. web_1 |
  7459. web_1 | Syncing...
  7460. web_1 | Creating tables ...
  7461. web_1 | Installing custom SQL ...
  7462. web_1 | Installing indexes ...
  7463. web_1 | Installed 0 object(s) from 0 fixture(s)
  7464. web_1 |
  7465. web_1 | Synced:
  7466. web_1 | > django.contrib.auth
  7467. web_1 | > django.contrib.contenttypes
  7468. web_1 | > django.contrib.sessions
  7469. web_1 | > django.contrib.sites
  7470. web_1 | > django.contrib.messages
  7471. web_1 | > django.contrib.staticfiles
  7472. web_1 | > django.contrib.admin
  7473. web_1 | > south
  7474. web_1 | > crispy_forms
  7475. web_1 | > avatar
  7476. web_1 | > bootstrap3
  7477. web_1 | > users
  7478. web_1 | > allauth
  7479. web_1 | > allauth.account
  7480. web_1 | > django.contrib.humanize
  7481. web_1 | > debug_toolbar
  7482. web_1 |
  7483. web_1 | Not synced (use migrations):
  7484. web_1 | - allauth.socialaccount
  7485. web_1 | - django_extensions
  7486. web_1 | (use ./manage.py migrate to migrate these)
  7487. web_1 | Running migrations for socialaccount:
  7488. web_1 | - Nothing to migrate.
  7489. web_1 | - Loading initial data for socialaccount.
  7490. web_1 | Installed 0 object(s) from 0 fixture(s)
  7491. web_1 | Running migrations for django_extensions:
  7492. web_1 | - Nothing to migrate.
  7493. web_1 | - Loading initial data for django_extensions.
  7494. web_1 | Installed 0 object(s) from 0 fixture(s)
  7495. web_1 | ===================================
  7496. web_1 | Creating "root" User
  7497. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7498. web_1 | User "root" exists in API, trying to reactivate...
  7499. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7500. web_1 | ===================================
  7501. web_1 | ===================================
  7502. web_1 | Creating "admin" User
  7503. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7504. web_1 | User "admin" exists in API, trying to reactivate...
  7505. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7506. web_1 | ===================================
  7507. web_1 | Starting the server
  7508. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7509. web_1 |
  7510. web_1 | Fatal error: Unable to find local grunt.
  7511. web_1 |
  7512. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7513. web_1 | your project. For more information about installing and configuring grunt,
  7514. web_1 | please see the Getting Started guide:
  7515. web_1 |
  7516. web_1 | http://gruntjs.com/getting-started
  7517. db_web_1 | LOG: incomplete startup packet
  7518. oclweb_web_1 exited with code 99
  7519. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7520. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7521. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  7522. web_1 |
  7523. web_1 | Host IP=172.19.0.1
  7524. web_1 |
  7525. web_1 | Syncing...
  7526. web_1 | Creating tables ...
  7527. web_1 | Creating table auth_permission
  7528. web_1 | Creating table auth_group_permissions
  7529. web_1 | Creating table auth_group
  7530. web_1 | Creating table django_content_type
  7531. web_1 | Creating table django_session
  7532. web_1 | Creating table django_site
  7533. web_1 | Creating table django_admin_log
  7534. web_1 | Creating table south_migrationhistory
  7535. web_1 | Creating table avatar_avatar
  7536. web_1 | Creating table users_user_groups
  7537. web_1 | Creating table users_user_user_permissions
  7538. web_1 | Creating table users_user
  7539. web_1 | Creating table account_emailaddress
  7540. web_1 | Creating table account_emailconfirmation
  7541. web_1 | Installing custom SQL ...
  7542. web_1 | Installing indexes ...
  7543. web_1 | Installed 0 object(s) from 0 fixture(s)
  7544. web_1 |
  7545. web_1 | Synced:
  7546. web_1 | > django.contrib.auth
  7547. web_1 | > django.contrib.contenttypes
  7548. web_1 | > django.contrib.sessions
  7549. web_1 | > django.contrib.sites
  7550. web_1 | > django.contrib.messages
  7551. web_1 | > django.contrib.staticfiles
  7552. web_1 | > django.contrib.admin
  7553. web_1 | > south
  7554. web_1 | > crispy_forms
  7555. web_1 | > avatar
  7556. web_1 | > bootstrap3
  7557. web_1 | > users
  7558. web_1 | > allauth
  7559. web_1 | > allauth.account
  7560. web_1 | > django.contrib.humanize
  7561. web_1 | > debug_toolbar
  7562. web_1 |
  7563. web_1 | Not synced (use migrations):
  7564. web_1 | - allauth.socialaccount
  7565. web_1 | - django_extensions
  7566. web_1 | (use ./manage.py migrate to migrate these)
  7567. web_1 | Running migrations for socialaccount:
  7568. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  7569. web_1 | > socialaccount:0001_initial
  7570. web_1 | > socialaccount:0002_genericmodels
  7571. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  7572. web_1 | > socialaccount:0004_add_sites
  7573. web_1 | > socialaccount:0005_set_sites
  7574. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  7575. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  7576. web_1 | > socialaccount:0008_client_id
  7577. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  7578. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  7579. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  7580. web_1 | - Loading initial data for socialaccount.
  7581. web_1 | Installed 0 object(s) from 0 fixture(s)
  7582. web_1 | Running migrations for django_extensions:
  7583. web_1 | - Migrating forwards to 0001_empty.
  7584. web_1 | > django_extensions:0001_empty
  7585. web_1 | - Loading initial data for django_extensions.
  7586. web_1 | Installed 0 object(s) from 0 fixture(s)
  7587. web_1 | ===================================
  7588. web_1 | Creating "root" User
  7589. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7590. web_1 | User "root" exists in API, trying to reactivate...
  7591. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7592. web_1 | ===================================
  7593. web_1 | ===================================
  7594. web_1 | Creating "admin" User
  7595. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7596. web_1 | User "admin" synced to API
  7597. web_1 | ===================================
  7598. web_1 | Starting the server
  7599. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7600. web_1 |
  7601. web_1 | Fatal error: Unable to find local grunt.
  7602. web_1 |
  7603. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7604. web_1 | your project. For more information about installing and configuring grunt,
  7605. web_1 | please see the Getting Started guide:
  7606. web_1 |
  7607. web_1 | http://gruntjs.com/getting-started
  7608. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7609. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7610. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7611. web_1 |
  7612. web_1 | Host IP=172.19.0.1
  7613. web_1 |
  7614. web_1 | Syncing...
  7615. web_1 | Creating tables ...
  7616. web_1 | Installing custom SQL ...
  7617. web_1 | Installing indexes ...
  7618. web_1 | Installed 0 object(s) from 0 fixture(s)
  7619. web_1 |
  7620. web_1 | Synced:
  7621. web_1 | > django.contrib.auth
  7622. web_1 | > django.contrib.contenttypes
  7623. web_1 | > django.contrib.sessions
  7624. web_1 | > django.contrib.sites
  7625. web_1 | > django.contrib.messages
  7626. web_1 | > django.contrib.staticfiles
  7627. web_1 | > django.contrib.admin
  7628. web_1 | > south
  7629. web_1 | > crispy_forms
  7630. web_1 | > avatar
  7631. web_1 | > bootstrap3
  7632. web_1 | > users
  7633. web_1 | > allauth
  7634. web_1 | > allauth.account
  7635. web_1 | > django.contrib.humanize
  7636. web_1 | > debug_toolbar
  7637. web_1 |
  7638. web_1 | Not synced (use migrations):
  7639. web_1 | - allauth.socialaccount
  7640. web_1 | - django_extensions
  7641. web_1 | (use ./manage.py migrate to migrate these)
  7642. web_1 | Running migrations for socialaccount:
  7643. web_1 | - Nothing to migrate.
  7644. web_1 | - Loading initial data for socialaccount.
  7645. web_1 | Installed 0 object(s) from 0 fixture(s)
  7646. web_1 | Running migrations for django_extensions:
  7647. web_1 | - Nothing to migrate.
  7648. web_1 | - Loading initial data for django_extensions.
  7649. web_1 | Installed 0 object(s) from 0 fixture(s)
  7650. web_1 | ===================================
  7651. web_1 | Creating "root" User
  7652. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7653. web_1 | User "root" exists in API, trying to reactivate...
  7654. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7655. web_1 | ===================================
  7656. web_1 | ===================================
  7657. web_1 | Creating "admin" User
  7658. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7659. web_1 | User "admin" exists in API, trying to reactivate...
  7660. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7661. web_1 | ===================================
  7662. web_1 | Starting the server
  7663. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7664. web_1 |
  7665. web_1 | Fatal error: Unable to find local grunt.
  7666. web_1 |
  7667. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7668. web_1 | your project. For more information about installing and configuring grunt,
  7669. web_1 | please see the Getting Started guide:
  7670. web_1 |
  7671. web_1 | http://gruntjs.com/getting-started
  7672. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7673. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7674. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7675. web_1 |
  7676. web_1 | Host IP=172.19.0.1
  7677. web_1 |
  7678. web_1 | Syncing...
  7679. web_1 | Creating tables ...
  7680. web_1 | Installing custom SQL ...
  7681. web_1 | Installing indexes ...
  7682. web_1 | Installed 0 object(s) from 0 fixture(s)
  7683. web_1 |
  7684. web_1 | Synced:
  7685. web_1 | > django.contrib.auth
  7686. web_1 | > django.contrib.contenttypes
  7687. web_1 | > django.contrib.sessions
  7688. web_1 | > django.contrib.sites
  7689. web_1 | > django.contrib.messages
  7690. web_1 | > django.contrib.staticfiles
  7691. web_1 | > django.contrib.admin
  7692. web_1 | > south
  7693. web_1 | > crispy_forms
  7694. web_1 | > avatar
  7695. web_1 | > bootstrap3
  7696. web_1 | > users
  7697. web_1 | > allauth
  7698. web_1 | > allauth.account
  7699. web_1 | > django.contrib.humanize
  7700. web_1 | > debug_toolbar
  7701. web_1 |
  7702. web_1 | Not synced (use migrations):
  7703. web_1 | - allauth.socialaccount
  7704. web_1 | - django_extensions
  7705. web_1 | (use ./manage.py migrate to migrate these)
  7706. web_1 | Running migrations for socialaccount:
  7707. web_1 | - Nothing to migrate.
  7708. web_1 | - Loading initial data for socialaccount.
  7709. web_1 | Installed 0 object(s) from 0 fixture(s)
  7710. web_1 | Running migrations for django_extensions:
  7711. web_1 | - Nothing to migrate.
  7712. web_1 | - Loading initial data for django_extensions.
  7713. web_1 | Installed 0 object(s) from 0 fixture(s)
  7714. web_1 | ===================================
  7715. web_1 | Creating "root" User
  7716. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7717. web_1 | User "root" exists in API, trying to reactivate...
  7718. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7719. web_1 | ===================================
  7720. web_1 | ===================================
  7721. web_1 | Creating "admin" User
  7722. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7723. web_1 | User "admin" exists in API, trying to reactivate...
  7724. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7725. web_1 | ===================================
  7726. web_1 | Starting the server
  7727. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7728. web_1 |
  7729. web_1 | Fatal error: Unable to find local grunt.
  7730. web_1 |
  7731. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7732. web_1 | your project. For more information about installing and configuring grunt,
  7733. web_1 | please see the Getting Started guide:
  7734. web_1 |
  7735. web_1 | http://gruntjs.com/getting-started
  7736. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7737. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7738. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7739. web_1 |
  7740. web_1 | Host IP=172.19.0.1
  7741. web_1 |
  7742. web_1 | Syncing...
  7743. web_1 | Creating tables ...
  7744. web_1 | Installing custom SQL ...
  7745. web_1 | Installing indexes ...
  7746. web_1 | Installed 0 object(s) from 0 fixture(s)
  7747. web_1 |
  7748. web_1 | Synced:
  7749. web_1 | > django.contrib.auth
  7750. web_1 | > django.contrib.contenttypes
  7751. web_1 | > django.contrib.sessions
  7752. web_1 | > django.contrib.sites
  7753. web_1 | > django.contrib.messages
  7754. web_1 | > django.contrib.staticfiles
  7755. web_1 | > django.contrib.admin
  7756. web_1 | > south
  7757. web_1 | > crispy_forms
  7758. web_1 | > avatar
  7759. web_1 | > bootstrap3
  7760. web_1 | > users
  7761. web_1 | > allauth
  7762. web_1 | > allauth.account
  7763. web_1 | > django.contrib.humanize
  7764. web_1 | > debug_toolbar
  7765. web_1 |
  7766. web_1 | Not synced (use migrations):
  7767. web_1 | - allauth.socialaccount
  7768. web_1 | - django_extensions
  7769. web_1 | (use ./manage.py migrate to migrate these)
  7770. web_1 | Running migrations for socialaccount:
  7771. web_1 | - Nothing to migrate.
  7772. web_1 | - Loading initial data for socialaccount.
  7773. web_1 | Installed 0 object(s) from 0 fixture(s)
  7774. web_1 | Running migrations for django_extensions:
  7775. web_1 | - Nothing to migrate.
  7776. web_1 | - Loading initial data for django_extensions.
  7777. web_1 | Installed 0 object(s) from 0 fixture(s)
  7778. web_1 | ===================================
  7779. web_1 | Creating "root" User
  7780. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7781. web_1 | User "root" exists in API, trying to reactivate...
  7782. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7783. web_1 | ===================================
  7784. web_1 | ===================================
  7785. web_1 | Creating "admin" User
  7786. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7787. web_1 | User "admin" exists in API, trying to reactivate...
  7788. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7789. web_1 | ===================================
  7790. web_1 | Starting the server
  7791. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7792. web_1 |
  7793. web_1 | Fatal error: Unable to find local grunt.
  7794. web_1 |
  7795. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7796. web_1 | your project. For more information about installing and configuring grunt,
  7797. web_1 | please see the Getting Started guide:
  7798. web_1 |
  7799. web_1 | http://gruntjs.com/getting-started
  7800. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7801. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7802. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7803. web_1 |
  7804. web_1 | Host IP=172.19.0.1
  7805. web_1 |
  7806. web_1 | Syncing...
  7807. web_1 | Creating tables ...
  7808. web_1 | Installing custom SQL ...
  7809. web_1 | Installing indexes ...
  7810. web_1 | Installed 0 object(s) from 0 fixture(s)
  7811. web_1 |
  7812. web_1 | Synced:
  7813. web_1 | > django.contrib.auth
  7814. web_1 | > django.contrib.contenttypes
  7815. web_1 | > django.contrib.sessions
  7816. web_1 | > django.contrib.sites
  7817. web_1 | > django.contrib.messages
  7818. web_1 | > django.contrib.staticfiles
  7819. web_1 | > django.contrib.admin
  7820. web_1 | > south
  7821. web_1 | > crispy_forms
  7822. web_1 | > avatar
  7823. web_1 | > bootstrap3
  7824. web_1 | > users
  7825. web_1 | > allauth
  7826. web_1 | > allauth.account
  7827. web_1 | > django.contrib.humanize
  7828. web_1 | > debug_toolbar
  7829. web_1 |
  7830. web_1 | Not synced (use migrations):
  7831. web_1 | - allauth.socialaccount
  7832. web_1 | - django_extensions
  7833. web_1 | (use ./manage.py migrate to migrate these)
  7834. web_1 | Running migrations for socialaccount:
  7835. web_1 | - Nothing to migrate.
  7836. web_1 | - Loading initial data for socialaccount.
  7837. web_1 | Installed 0 object(s) from 0 fixture(s)
  7838. web_1 | Running migrations for django_extensions:
  7839. web_1 | - Nothing to migrate.
  7840. web_1 | - Loading initial data for django_extensions.
  7841. web_1 | Installed 0 object(s) from 0 fixture(s)
  7842. web_1 | ===================================
  7843. web_1 | Creating "root" User
  7844. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7845. web_1 | User "root" exists in API, trying to reactivate...
  7846. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7847. web_1 | ===================================
  7848. web_1 | ===================================
  7849. web_1 | Creating "admin" User
  7850. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7851. web_1 | User "admin" exists in API, trying to reactivate...
  7852. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7853. web_1 | ===================================
  7854. web_1 | Starting the server
  7855. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7856. web_1 |
  7857. web_1 | Fatal error: Unable to find local grunt.
  7858. web_1 |
  7859. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7860. db_web_1 | LOG: incomplete startup packet
  7861. web_1 | your project. For more information about installing and configuring grunt,
  7862. web_1 | please see the Getting Started guide:
  7863. web_1 |
  7864. web_1 | http://gruntjs.com/getting-started
  7865. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7866. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7867. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7868. web_1 |
  7869. web_1 | Host IP=172.19.0.1
  7870. web_1 |
  7871. web_1 | Syncing...
  7872. web_1 | Creating tables ...
  7873. web_1 | Installing custom SQL ...
  7874. web_1 | Installing indexes ...
  7875. web_1 | Installed 0 object(s) from 0 fixture(s)
  7876. web_1 |
  7877. web_1 | Synced:
  7878. web_1 | > django.contrib.auth
  7879. web_1 | > django.contrib.contenttypes
  7880. web_1 | > django.contrib.sessions
  7881. web_1 | > django.contrib.sites
  7882. web_1 | > django.contrib.messages
  7883. web_1 | > django.contrib.staticfiles
  7884. web_1 | > django.contrib.admin
  7885. web_1 | > south
  7886. web_1 | > crispy_forms
  7887. web_1 | > avatar
  7888. web_1 | > bootstrap3
  7889. web_1 | > users
  7890. web_1 | > allauth
  7891. web_1 | > allauth.account
  7892. web_1 | > django.contrib.humanize
  7893. web_1 | > debug_toolbar
  7894. web_1 |
  7895. web_1 | Not synced (use migrations):
  7896. web_1 | - allauth.socialaccount
  7897. web_1 | - django_extensions
  7898. web_1 | (use ./manage.py migrate to migrate these)
  7899. web_1 | Running migrations for socialaccount:
  7900. web_1 | - Nothing to migrate.
  7901. web_1 | - Loading initial data for socialaccount.
  7902. web_1 | Installed 0 object(s) from 0 fixture(s)
  7903. web_1 | Running migrations for django_extensions:
  7904. web_1 | - Nothing to migrate.
  7905. web_1 | - Loading initial data for django_extensions.
  7906. web_1 | Installed 0 object(s) from 0 fixture(s)
  7907. web_1 | ===================================
  7908. web_1 | Creating "root" User
  7909. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7910. web_1 | User "root" exists in API, trying to reactivate...
  7911. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7912. web_1 | ===================================
  7913. web_1 | ===================================
  7914. web_1 | Creating "admin" User
  7915. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7916. web_1 | User "admin" exists in API, trying to reactivate...
  7917. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7918. web_1 | ===================================
  7919. web_1 | Starting the server
  7920. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7921. web_1 |
  7922. web_1 | Fatal error: Unable to find local grunt.
  7923. web_1 |
  7924. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7925. web_1 | your project. For more information about installing and configuring grunt,
  7926. web_1 | please see the Getting Started guide:
  7927. web_1 |
  7928. web_1 | http://gruntjs.com/getting-started
  7929. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7930. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7931. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7932. web_1 |
  7933. web_1 | Host IP=172.19.0.1
  7934. web_1 |
  7935. web_1 | Syncing...
  7936. web_1 | Creating tables ...
  7937. web_1 | Installing custom SQL ...
  7938. web_1 | Installing indexes ...
  7939. web_1 | Installed 0 object(s) from 0 fixture(s)
  7940. web_1 |
  7941. web_1 | Synced:
  7942. web_1 | > django.contrib.auth
  7943. web_1 | > django.contrib.contenttypes
  7944. web_1 | > django.contrib.sessions
  7945. web_1 | > django.contrib.sites
  7946. web_1 | > django.contrib.messages
  7947. web_1 | > django.contrib.staticfiles
  7948. web_1 | > django.contrib.admin
  7949. web_1 | > south
  7950. web_1 | > crispy_forms
  7951. web_1 | > avatar
  7952. web_1 | > bootstrap3
  7953. web_1 | > users
  7954. web_1 | > allauth
  7955. web_1 | > allauth.account
  7956. web_1 | > django.contrib.humanize
  7957. web_1 | > debug_toolbar
  7958. web_1 |
  7959. web_1 | Not synced (use migrations):
  7960. web_1 | - allauth.socialaccount
  7961. web_1 | - django_extensions
  7962. web_1 | (use ./manage.py migrate to migrate these)
  7963. web_1 | Running migrations for socialaccount:
  7964. web_1 | - Nothing to migrate.
  7965. web_1 | - Loading initial data for socialaccount.
  7966. web_1 | Installed 0 object(s) from 0 fixture(s)
  7967. web_1 | Running migrations for django_extensions:
  7968. web_1 | - Nothing to migrate.
  7969. web_1 | - Loading initial data for django_extensions.
  7970. web_1 | Installed 0 object(s) from 0 fixture(s)
  7971. web_1 | ===================================
  7972. web_1 | Creating "root" User
  7973. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7974. web_1 | User "root" exists in API, trying to reactivate...
  7975. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7976. web_1 | ===================================
  7977. web_1 | ===================================
  7978. web_1 | Creating "admin" User
  7979. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7980. web_1 | User "admin" exists in API, trying to reactivate...
  7981. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7982. web_1 | ===================================
  7983. web_1 | Starting the server
  7984. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7985. web_1 |
  7986. web_1 | Fatal error: Unable to find local grunt.
  7987. web_1 |
  7988. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7989. web_1 | your project. For more information about installing and configuring grunt,
  7990. web_1 | please see the Getting Started guide:
  7991. web_1 |
  7992. web_1 | http://gruntjs.com/getting-started
  7993. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7994. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7995. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7996. web_1 |
  7997. web_1 | Host IP=172.19.0.1
  7998. web_1 |
  7999. web_1 | Syncing...
  8000. web_1 | Creating tables ...
  8001. web_1 | Installing custom SQL ...
  8002. web_1 | Installing indexes ...
  8003. web_1 | Installed 0 object(s) from 0 fixture(s)
  8004. web_1 |
  8005. web_1 | Synced:
  8006. web_1 | > django.contrib.auth
  8007. web_1 | > django.contrib.contenttypes
  8008. web_1 | > django.contrib.sessions
  8009. web_1 | > django.contrib.sites
  8010. web_1 | > django.contrib.messages
  8011. web_1 | > django.contrib.staticfiles
  8012. web_1 | > django.contrib.admin
  8013. web_1 | > south
  8014. web_1 | > crispy_forms
  8015. web_1 | > avatar
  8016. web_1 | > bootstrap3
  8017. web_1 | > users
  8018. web_1 | > allauth
  8019. web_1 | > allauth.account
  8020. web_1 | > django.contrib.humanize
  8021. web_1 | > debug_toolbar
  8022. web_1 |
  8023. web_1 | Not synced (use migrations):
  8024. web_1 | - allauth.socialaccount
  8025. web_1 | - django_extensions
  8026. web_1 | (use ./manage.py migrate to migrate these)
  8027. web_1 | Running migrations for socialaccount:
  8028. web_1 | - Nothing to migrate.
  8029. web_1 | - Loading initial data for socialaccount.
  8030. web_1 | Installed 0 object(s) from 0 fixture(s)
  8031. web_1 | Running migrations for django_extensions:
  8032. web_1 | - Nothing to migrate.
  8033. web_1 | - Loading initial data for django_extensions.
  8034. web_1 | Installed 0 object(s) from 0 fixture(s)
  8035. web_1 | ===================================
  8036. web_1 | Creating "root" User
  8037. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8038. web_1 | User "root" exists in API, trying to reactivate...
  8039. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8040. web_1 | ===================================
  8041. web_1 | ===================================
  8042. web_1 | Creating "admin" User
  8043. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8044. web_1 | User "admin" exists in API, trying to reactivate...
  8045. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8046. web_1 | ===================================
  8047. web_1 | Starting the server
  8048. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8049. web_1 |
  8050. web_1 | Fatal error: Unable to find local grunt.
  8051. web_1 |
  8052. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8053. web_1 | your project. For more information about installing and configuring grunt,
  8054. web_1 | please see the Getting Started guide:
  8055. web_1 |
  8056. web_1 | http://gruntjs.com/getting-started
  8057. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8058. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8059. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8060. web_1 |
  8061. web_1 | Host IP=172.19.0.1
  8062. web_1 |
  8063. web_1 | Syncing...
  8064. web_1 | Creating tables ...
  8065. web_1 | Installing custom SQL ...
  8066. web_1 | Installing indexes ...
  8067. web_1 | Installed 0 object(s) from 0 fixture(s)
  8068. web_1 |
  8069. web_1 | Synced:
  8070. web_1 | > django.contrib.auth
  8071. web_1 | > django.contrib.contenttypes
  8072. web_1 | > django.contrib.sessions
  8073. web_1 | > django.contrib.sites
  8074. web_1 | > django.contrib.messages
  8075. web_1 | > django.contrib.staticfiles
  8076. web_1 | > django.contrib.admin
  8077. web_1 | > south
  8078. web_1 | > crispy_forms
  8079. web_1 | > avatar
  8080. web_1 | > bootstrap3
  8081. web_1 | > users
  8082. web_1 | > allauth
  8083. web_1 | > allauth.account
  8084. web_1 | > django.contrib.humanize
  8085. web_1 | > debug_toolbar
  8086. web_1 |
  8087. web_1 | Not synced (use migrations):
  8088. web_1 | - allauth.socialaccount
  8089. web_1 | - django_extensions
  8090. web_1 | (use ./manage.py migrate to migrate these)
  8091. web_1 | Running migrations for socialaccount:
  8092. web_1 | - Nothing to migrate.
  8093. web_1 | - Loading initial data for socialaccount.
  8094. web_1 | Installed 0 object(s) from 0 fixture(s)
  8095. web_1 | Running migrations for django_extensions:
  8096. web_1 | - Nothing to migrate.
  8097. web_1 | - Loading initial data for django_extensions.
  8098. web_1 | Installed 0 object(s) from 0 fixture(s)
  8099. web_1 | ===================================
  8100. web_1 | Creating "root" User
  8101. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8102. web_1 | User "root" exists in API, trying to reactivate...
  8103. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8104. web_1 | ===================================
  8105. web_1 | ===================================
  8106. web_1 | Creating "admin" User
  8107. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8108. web_1 | User "admin" exists in API, trying to reactivate...
  8109. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8110. web_1 | ===================================
  8111. web_1 | Starting the server
  8112. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8113. web_1 |
  8114. web_1 | Fatal error: Unable to find local grunt.
  8115. web_1 |
  8116. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8117. web_1 | your project. For more information about installing and configuring grunt,
  8118. web_1 | please see the Getting Started guide:
  8119. web_1 |
  8120. web_1 | http://gruntjs.com/getting-started
  8121. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8122. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8123. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8124. web_1 |
  8125. web_1 | Host IP=172.19.0.1
  8126. web_1 |
  8127. web_1 | Syncing...
  8128. web_1 | Creating tables ...
  8129. web_1 | Installing custom SQL ...
  8130. web_1 | Installing indexes ...
  8131. web_1 | Installed 0 object(s) from 0 fixture(s)
  8132. web_1 |
  8133. web_1 | Synced:
  8134. web_1 | > django.contrib.auth
  8135. web_1 | > django.contrib.contenttypes
  8136. web_1 | > django.contrib.sessions
  8137. web_1 | > django.contrib.sites
  8138. web_1 | > django.contrib.messages
  8139. web_1 | > django.contrib.staticfiles
  8140. web_1 | > django.contrib.admin
  8141. web_1 | > south
  8142. web_1 | > crispy_forms
  8143. web_1 | > avatar
  8144. web_1 | > bootstrap3
  8145. web_1 | > users
  8146. web_1 | > allauth
  8147. web_1 | > allauth.account
  8148. web_1 | > django.contrib.humanize
  8149. web_1 | > debug_toolbar
  8150. web_1 |
  8151. web_1 | Not synced (use migrations):
  8152. web_1 | - allauth.socialaccount
  8153. web_1 | - django_extensions
  8154. web_1 | (use ./manage.py migrate to migrate these)
  8155. web_1 | Running migrations for socialaccount:
  8156. web_1 | - Nothing to migrate.
  8157. web_1 | - Loading initial data for socialaccount.
  8158. web_1 | Installed 0 object(s) from 0 fixture(s)
  8159. web_1 | Running migrations for django_extensions:
  8160. web_1 | - Nothing to migrate.
  8161. web_1 | - Loading initial data for django_extensions.
  8162. web_1 | Installed 0 object(s) from 0 fixture(s)
  8163. web_1 | ===================================
  8164. web_1 | Creating "root" User
  8165. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8166. web_1 | User "root" exists in API, trying to reactivate...
  8167. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8168. web_1 | ===================================
  8169. web_1 | ===================================
  8170. web_1 | Creating "admin" User
  8171. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8172. web_1 | User "admin" exists in API, trying to reactivate...
  8173. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8174. web_1 | ===================================
  8175. web_1 | Starting the server
  8176. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8177. web_1 |
  8178. web_1 | Fatal error: Unable to find local grunt.
  8179. web_1 |
  8180. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8181. web_1 | your project. For more information about installing and configuring grunt,
  8182. web_1 | please see the Getting Started guide:
  8183. web_1 |
  8184. web_1 | http://gruntjs.com/getting-started
  8185. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8186. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8187. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8188. web_1 |
  8189. web_1 | Host IP=172.19.0.1
  8190. web_1 |
  8191. web_1 | Syncing...
  8192. web_1 | Creating tables ...
  8193. web_1 | Installing custom SQL ...
  8194. web_1 | Installing indexes ...
  8195. web_1 | Installed 0 object(s) from 0 fixture(s)
  8196. web_1 |
  8197. web_1 | Synced:
  8198. web_1 | > django.contrib.auth
  8199. web_1 | > django.contrib.contenttypes
  8200. web_1 | > django.contrib.sessions
  8201. web_1 | > django.contrib.sites
  8202. web_1 | > django.contrib.messages
  8203. web_1 | > django.contrib.staticfiles
  8204. web_1 | > django.contrib.admin
  8205. web_1 | > south
  8206. web_1 | > crispy_forms
  8207. web_1 | > avatar
  8208. web_1 | > bootstrap3
  8209. web_1 | > users
  8210. web_1 | > allauth
  8211. web_1 | > allauth.account
  8212. web_1 | > django.contrib.humanize
  8213. web_1 | > debug_toolbar
  8214. web_1 |
  8215. web_1 | Not synced (use migrations):
  8216. web_1 | - allauth.socialaccount
  8217. web_1 | - django_extensions
  8218. web_1 | (use ./manage.py migrate to migrate these)
  8219. web_1 | Running migrations for socialaccount:
  8220. web_1 | - Nothing to migrate.
  8221. web_1 | - Loading initial data for socialaccount.
  8222. web_1 | Installed 0 object(s) from 0 fixture(s)
  8223. web_1 | Running migrations for django_extensions:
  8224. web_1 | - Nothing to migrate.
  8225. web_1 | - Loading initial data for django_extensions.
  8226. web_1 | Installed 0 object(s) from 0 fixture(s)
  8227. web_1 | ===================================
  8228. web_1 | Creating "root" User
  8229. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8230. web_1 | User "root" exists in API, trying to reactivate...
  8231. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8232. web_1 | ===================================
  8233. web_1 | ===================================
  8234. web_1 | Creating "admin" User
  8235. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8236. web_1 | User "admin" exists in API, trying to reactivate...
  8237. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8238. web_1 | ===================================
  8239. web_1 | Starting the server
  8240. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8241. web_1 |
  8242. web_1 | Fatal error: Unable to find local grunt.
  8243. web_1 |
  8244. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8245. web_1 | your project. For more information about installing and configuring grunt,
  8246. web_1 | please see the Getting Started guide:
  8247. web_1 |
  8248. web_1 | http://gruntjs.com/getting-started
  8249. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8250. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8251. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8252. web_1 |
  8253. web_1 | Host IP=172.19.0.1
  8254. web_1 |
  8255. web_1 | Syncing...
  8256. web_1 | Creating tables ...
  8257. web_1 | Installing custom SQL ...
  8258. web_1 | Installing indexes ...
  8259. web_1 | Installed 0 object(s) from 0 fixture(s)
  8260. web_1 |
  8261. web_1 | Synced:
  8262. web_1 | > django.contrib.auth
  8263. web_1 | > django.contrib.contenttypes
  8264. web_1 | > django.contrib.sessions
  8265. web_1 | > django.contrib.sites
  8266. web_1 | > django.contrib.messages
  8267. web_1 | > django.contrib.staticfiles
  8268. web_1 | > django.contrib.admin
  8269. web_1 | > south
  8270. web_1 | > crispy_forms
  8271. web_1 | > avatar
  8272. web_1 | > bootstrap3
  8273. web_1 | > users
  8274. web_1 | > allauth
  8275. web_1 | > allauth.account
  8276. web_1 | > django.contrib.humanize
  8277. web_1 | > debug_toolbar
  8278. web_1 |
  8279. web_1 | Not synced (use migrations):
  8280. web_1 | - allauth.socialaccount
  8281. web_1 | - django_extensions
  8282. web_1 | (use ./manage.py migrate to migrate these)
  8283. web_1 | Running migrations for socialaccount:
  8284. web_1 | - Nothing to migrate.
  8285. web_1 | - Loading initial data for socialaccount.
  8286. web_1 | Installed 0 object(s) from 0 fixture(s)
  8287. web_1 | Running migrations for django_extensions:
  8288. web_1 | - Nothing to migrate.
  8289. web_1 | - Loading initial data for django_extensions.
  8290. web_1 | Installed 0 object(s) from 0 fixture(s)
  8291. web_1 | ===================================
  8292. web_1 | Creating "root" User
  8293. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8294. web_1 | User "root" exists in API, trying to reactivate...
  8295. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8296. web_1 | ===================================
  8297. web_1 | ===================================
  8298. web_1 | Creating "admin" User
  8299. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8300. web_1 | User "admin" exists in API, trying to reactivate...
  8301. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8302. web_1 | ===================================
  8303. web_1 | Starting the server
  8304. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8305. web_1 |
  8306. web_1 | Fatal error: Unable to find local grunt.
  8307. web_1 |
  8308. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8309. web_1 | your project. For more information about installing and configuring grunt,
  8310. web_1 | please see the Getting Started guide:
  8311. web_1 |
  8312. web_1 | http://gruntjs.com/getting-started
  8313. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8314. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8315. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8316. web_1 |
  8317. web_1 | Host IP=172.19.0.1
  8318. web_1 |
  8319. web_1 | Syncing...
  8320. web_1 | Creating tables ...
  8321. web_1 | Installing custom SQL ...
  8322. web_1 | Installing indexes ...
  8323. web_1 | Installed 0 object(s) from 0 fixture(s)
  8324. web_1 |
  8325. web_1 | Synced:
  8326. web_1 | > django.contrib.auth
  8327. web_1 | > django.contrib.contenttypes
  8328. web_1 | > django.contrib.sessions
  8329. web_1 | > django.contrib.sites
  8330. web_1 | > django.contrib.messages
  8331. web_1 | > django.contrib.staticfiles
  8332. web_1 | > django.contrib.admin
  8333. web_1 | > south
  8334. web_1 | > crispy_forms
  8335. web_1 | > avatar
  8336. web_1 | > bootstrap3
  8337. web_1 | > users
  8338. web_1 | > allauth
  8339. web_1 | > allauth.account
  8340. web_1 | > django.contrib.humanize
  8341. web_1 | > debug_toolbar
  8342. web_1 |
  8343. web_1 | Not synced (use migrations):
  8344. web_1 | - allauth.socialaccount
  8345. web_1 | - django_extensions
  8346. web_1 | (use ./manage.py migrate to migrate these)
  8347. web_1 | Running migrations for socialaccount:
  8348. web_1 | - Nothing to migrate.
  8349. web_1 | - Loading initial data for socialaccount.
  8350. web_1 | Installed 0 object(s) from 0 fixture(s)
  8351. web_1 | Running migrations for django_extensions:
  8352. web_1 | - Nothing to migrate.
  8353. web_1 | - Loading initial data for django_extensions.
  8354. web_1 | Installed 0 object(s) from 0 fixture(s)
  8355. web_1 | ===================================
  8356. web_1 | Creating "root" User
  8357. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8358. web_1 | User "root" exists in API, trying to reactivate...
  8359. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8360. web_1 | ===================================
  8361. web_1 | ===================================
  8362. web_1 | Creating "admin" User
  8363. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8364. web_1 | User "admin" exists in API, trying to reactivate...
  8365. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8366. web_1 | ===================================
  8367. web_1 | Starting the server
  8368. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8369. web_1 |
  8370. web_1 | Fatal error: Unable to find local grunt.
  8371. web_1 |
  8372. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8373. web_1 | your project. For more information about installing and configuring grunt,
  8374. web_1 | please see the Getting Started guide:
  8375. web_1 |
  8376. web_1 | http://gruntjs.com/getting-started
  8377. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8378. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8379. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8380. web_1 |
  8381. web_1 | Host IP=172.19.0.1
  8382. web_1 |
  8383. web_1 | Syncing...
  8384. web_1 | Creating tables ...
  8385. web_1 | Installing custom SQL ...
  8386. web_1 | Installing indexes ...
  8387. web_1 | Installed 0 object(s) from 0 fixture(s)
  8388. web_1 |
  8389. web_1 | Synced:
  8390. web_1 | > django.contrib.auth
  8391. web_1 | > django.contrib.contenttypes
  8392. web_1 | > django.contrib.sessions
  8393. web_1 | > django.contrib.sites
  8394. web_1 | > django.contrib.messages
  8395. web_1 | > django.contrib.staticfiles
  8396. web_1 | > django.contrib.admin
  8397. web_1 | > south
  8398. web_1 | > crispy_forms
  8399. web_1 | > avatar
  8400. web_1 | > bootstrap3
  8401. web_1 | > users
  8402. web_1 | > allauth
  8403. web_1 | > allauth.account
  8404. web_1 | > django.contrib.humanize
  8405. web_1 | > debug_toolbar
  8406. web_1 |
  8407. web_1 | Not synced (use migrations):
  8408. web_1 | - allauth.socialaccount
  8409. web_1 | - django_extensions
  8410. web_1 | (use ./manage.py migrate to migrate these)
  8411. web_1 | Running migrations for socialaccount:
  8412. web_1 | - Nothing to migrate.
  8413. web_1 | - Loading initial data for socialaccount.
  8414. web_1 | Installed 0 object(s) from 0 fixture(s)
  8415. web_1 | Running migrations for django_extensions:
  8416. web_1 | - Nothing to migrate.
  8417. web_1 | - Loading initial data for django_extensions.
  8418. web_1 | Installed 0 object(s) from 0 fixture(s)
  8419. web_1 | ===================================
  8420. web_1 | Creating "root" User
  8421. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8422. web_1 | User "root" exists in API, trying to reactivate...
  8423. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8424. web_1 | ===================================
  8425. web_1 | ===================================
  8426. web_1 | Creating "admin" User
  8427. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8428. web_1 | User "admin" exists in API, trying to reactivate...
  8429. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8430. web_1 | ===================================
  8431. web_1 | Starting the server
  8432. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8433. web_1 |
  8434. web_1 | Fatal error: Unable to find local grunt.
  8435. web_1 |
  8436. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8437. web_1 | your project. For more information about installing and configuring grunt,
  8438. web_1 | please see the Getting Started guide:
  8439. web_1 |
  8440. web_1 | http://gruntjs.com/getting-started
  8441. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8442. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8443. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8444. web_1 |
  8445. web_1 | Host IP=172.19.0.1
  8446. web_1 |
  8447. web_1 | Syncing...
  8448. web_1 | Creating tables ...
  8449. web_1 | Installing custom SQL ...
  8450. web_1 | Installing indexes ...
  8451. web_1 | Installed 0 object(s) from 0 fixture(s)
  8452. web_1 |
  8453. web_1 | Synced:
  8454. web_1 | > django.contrib.auth
  8455. web_1 | > django.contrib.contenttypes
  8456. web_1 | > django.contrib.sessions
  8457. web_1 | > django.contrib.sites
  8458. web_1 | > django.contrib.messages
  8459. web_1 | > django.contrib.staticfiles
  8460. web_1 | > django.contrib.admin
  8461. web_1 | > south
  8462. web_1 | > crispy_forms
  8463. web_1 | > avatar
  8464. web_1 | > bootstrap3
  8465. web_1 | > users
  8466. web_1 | > allauth
  8467. web_1 | > allauth.account
  8468. web_1 | > django.contrib.humanize
  8469. web_1 | > debug_toolbar
  8470. web_1 |
  8471. web_1 | Not synced (use migrations):
  8472. web_1 | - allauth.socialaccount
  8473. web_1 | - django_extensions
  8474. web_1 | (use ./manage.py migrate to migrate these)
  8475. web_1 | Running migrations for socialaccount:
  8476. web_1 | - Nothing to migrate.
  8477. web_1 | - Loading initial data for socialaccount.
  8478. web_1 | Installed 0 object(s) from 0 fixture(s)
  8479. web_1 | Running migrations for django_extensions:
  8480. web_1 | - Nothing to migrate.
  8481. web_1 | - Loading initial data for django_extensions.
  8482. web_1 | Installed 0 object(s) from 0 fixture(s)
  8483. web_1 | ===================================
  8484. web_1 | Creating "root" User
  8485. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8486. web_1 | User "root" exists in API, trying to reactivate...
  8487. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8488. web_1 | ===================================
  8489. web_1 | ===================================
  8490. web_1 | Creating "admin" User
  8491. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8492. web_1 | User "admin" exists in API, trying to reactivate...
  8493. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8494. web_1 | ===================================
  8495. web_1 | Starting the server
  8496. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8497. web_1 |
  8498. web_1 | Fatal error: Unable to find local grunt.
  8499. web_1 |
  8500. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8501. web_1 | your project. For more information about installing and configuring grunt,
  8502. web_1 | please see the Getting Started guide:
  8503. web_1 |
  8504. web_1 | http://gruntjs.com/getting-started
  8505. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8506. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8507. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8508. web_1 |
  8509. web_1 | Host IP=172.19.0.1
  8510. web_1 |
  8511. web_1 | Syncing...
  8512. web_1 | Creating tables ...
  8513. web_1 | Installing custom SQL ...
  8514. web_1 | Installing indexes ...
  8515. web_1 | Installed 0 object(s) from 0 fixture(s)
  8516. web_1 |
  8517. web_1 | Synced:
  8518. web_1 | > django.contrib.auth
  8519. web_1 | > django.contrib.contenttypes
  8520. web_1 | > django.contrib.sessions
  8521. web_1 | > django.contrib.sites
  8522. web_1 | > django.contrib.messages
  8523. web_1 | > django.contrib.staticfiles
  8524. web_1 | > django.contrib.admin
  8525. web_1 | > south
  8526. web_1 | > crispy_forms
  8527. web_1 | > avatar
  8528. web_1 | > bootstrap3
  8529. web_1 | > users
  8530. web_1 | > allauth
  8531. web_1 | > allauth.account
  8532. web_1 | > django.contrib.humanize
  8533. web_1 | > debug_toolbar
  8534. web_1 |
  8535. web_1 | Not synced (use migrations):
  8536. web_1 | - allauth.socialaccount
  8537. web_1 | - django_extensions
  8538. web_1 | (use ./manage.py migrate to migrate these)
  8539. web_1 | Running migrations for socialaccount:
  8540. web_1 | - Nothing to migrate.
  8541. web_1 | - Loading initial data for socialaccount.
  8542. web_1 | Installed 0 object(s) from 0 fixture(s)
  8543. web_1 | Running migrations for django_extensions:
  8544. web_1 | - Nothing to migrate.
  8545. web_1 | - Loading initial data for django_extensions.
  8546. web_1 | Installed 0 object(s) from 0 fixture(s)
  8547. web_1 | ===================================
  8548. web_1 | Creating "root" User
  8549. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8550. web_1 | User "root" exists in API, trying to reactivate...
  8551. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8552. web_1 | ===================================
  8553. web_1 | ===================================
  8554. web_1 | Creating "admin" User
  8555. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8556. web_1 | User "admin" exists in API, trying to reactivate...
  8557. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8558. web_1 | ===================================
  8559. web_1 | Starting the server
  8560. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8561. web_1 |
  8562. web_1 | Fatal error: Unable to find local grunt.
  8563. web_1 |
  8564. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8565. web_1 | your project. For more information about installing and configuring grunt,
  8566. web_1 | please see the Getting Started guide:
  8567. web_1 |
  8568. web_1 | http://gruntjs.com/getting-started
  8569. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8570. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8571. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8572. web_1 |
  8573. web_1 | Host IP=172.19.0.1
  8574. web_1 |
  8575. web_1 | Syncing...
  8576. web_1 | Creating tables ...
  8577. web_1 | Installing custom SQL ...
  8578. web_1 | Installing indexes ...
  8579. web_1 | Installed 0 object(s) from 0 fixture(s)
  8580. web_1 |
  8581. web_1 | Synced:
  8582. web_1 | > django.contrib.auth
  8583. web_1 | > django.contrib.contenttypes
  8584. web_1 | > django.contrib.sessions
  8585. web_1 | > django.contrib.sites
  8586. web_1 | > django.contrib.messages
  8587. web_1 | > django.contrib.staticfiles
  8588. web_1 | > django.contrib.admin
  8589. web_1 | > south
  8590. web_1 | > crispy_forms
  8591. web_1 | > avatar
  8592. web_1 | > bootstrap3
  8593. web_1 | > users
  8594. web_1 | > allauth
  8595. web_1 | > allauth.account
  8596. web_1 | > django.contrib.humanize
  8597. web_1 | > debug_toolbar
  8598. web_1 |
  8599. web_1 | Not synced (use migrations):
  8600. web_1 | - allauth.socialaccount
  8601. web_1 | - django_extensions
  8602. web_1 | (use ./manage.py migrate to migrate these)
  8603. web_1 | Running migrations for socialaccount:
  8604. web_1 | - Nothing to migrate.
  8605. web_1 | - Loading initial data for socialaccount.
  8606. web_1 | Installed 0 object(s) from 0 fixture(s)
  8607. web_1 | Running migrations for django_extensions:
  8608. web_1 | - Nothing to migrate.
  8609. web_1 | - Loading initial data for django_extensions.
  8610. web_1 | Installed 0 object(s) from 0 fixture(s)
  8611. web_1 | ===================================
  8612. web_1 | Creating "root" User
  8613. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8614. web_1 | User "root" exists in API, trying to reactivate...
  8615. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8616. web_1 | ===================================
  8617. web_1 | ===================================
  8618. web_1 | Creating "admin" User
  8619. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8620. web_1 | User "admin" exists in API, trying to reactivate...
  8621. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8622. web_1 | ===================================
  8623. web_1 | Starting the server
  8624. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8625. web_1 |
  8626. web_1 | Fatal error: Unable to find local grunt.
  8627. web_1 |
  8628. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8629. web_1 | your project. For more information about installing and configuring grunt,
  8630. web_1 | please see the Getting Started guide:
  8631. web_1 |
  8632. web_1 | http://gruntjs.com/getting-started
  8633. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8634. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8635. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8636. web_1 |
  8637. web_1 | Host IP=172.19.0.1
  8638. web_1 |
  8639. web_1 | Syncing...
  8640. web_1 | Creating tables ...
  8641. web_1 | Installing custom SQL ...
  8642. web_1 | Installing indexes ...
  8643. web_1 | Installed 0 object(s) from 0 fixture(s)
  8644. web_1 |
  8645. web_1 | Synced:
  8646. web_1 | > django.contrib.auth
  8647. web_1 | > django.contrib.contenttypes
  8648. web_1 | > django.contrib.sessions
  8649. web_1 | > django.contrib.sites
  8650. web_1 | > django.contrib.messages
  8651. web_1 | > django.contrib.staticfiles
  8652. web_1 | > django.contrib.admin
  8653. web_1 | > south
  8654. web_1 | > crispy_forms
  8655. web_1 | > avatar
  8656. web_1 | > bootstrap3
  8657. web_1 | > users
  8658. web_1 | > allauth
  8659. web_1 | > allauth.account
  8660. web_1 | > django.contrib.humanize
  8661. web_1 | > debug_toolbar
  8662. web_1 |
  8663. web_1 | Not synced (use migrations):
  8664. web_1 | - allauth.socialaccount
  8665. web_1 | - django_extensions
  8666. web_1 | (use ./manage.py migrate to migrate these)
  8667. web_1 | Running migrations for socialaccount:
  8668. web_1 | - Nothing to migrate.
  8669. web_1 | - Loading initial data for socialaccount.
  8670. web_1 | Installed 0 object(s) from 0 fixture(s)
  8671. web_1 | Running migrations for django_extensions:
  8672. web_1 | - Nothing to migrate.
  8673. web_1 | - Loading initial data for django_extensions.
  8674. web_1 | Installed 0 object(s) from 0 fixture(s)
  8675. web_1 | ===================================
  8676. web_1 | Creating "root" User
  8677. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8678. web_1 | User "root" exists in API, trying to reactivate...
  8679. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8680. web_1 | ===================================
  8681. web_1 | ===================================
  8682. web_1 | Creating "admin" User
  8683. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8684. web_1 | User "admin" exists in API, trying to reactivate...
  8685. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8686. web_1 | ===================================
  8687. web_1 | Starting the server
  8688. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8689. web_1 |
  8690. web_1 | Fatal error: Unable to find local grunt.
  8691. web_1 |
  8692. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8693. web_1 | your project. For more information about installing and configuring grunt,
  8694. web_1 | please see the Getting Started guide:
  8695. web_1 |
  8696. web_1 | http://gruntjs.com/getting-started
  8697. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8698. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8699. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8700. web_1 |
  8701. web_1 | Host IP=172.19.0.1
  8702. web_1 |
  8703. web_1 | Syncing...
  8704. web_1 | Creating tables ...
  8705. web_1 | Installing custom SQL ...
  8706. web_1 | Installing indexes ...
  8707. web_1 | Installed 0 object(s) from 0 fixture(s)
  8708. web_1 |
  8709. web_1 | Synced:
  8710. web_1 | > django.contrib.auth
  8711. web_1 | > django.contrib.contenttypes
  8712. web_1 | > django.contrib.sessions
  8713. web_1 | > django.contrib.sites
  8714. web_1 | > django.contrib.messages
  8715. web_1 | > django.contrib.staticfiles
  8716. web_1 | > django.contrib.admin
  8717. web_1 | > south
  8718. web_1 | > crispy_forms
  8719. web_1 | > avatar
  8720. web_1 | > bootstrap3
  8721. web_1 | > users
  8722. web_1 | > allauth
  8723. web_1 | > allauth.account
  8724. web_1 | > django.contrib.humanize
  8725. web_1 | > debug_toolbar
  8726. web_1 |
  8727. web_1 | Not synced (use migrations):
  8728. web_1 | - allauth.socialaccount
  8729. web_1 | - django_extensions
  8730. web_1 | (use ./manage.py migrate to migrate these)
  8731. web_1 | Running migrations for socialaccount:
  8732. web_1 | - Nothing to migrate.
  8733. web_1 | - Loading initial data for socialaccount.
  8734. web_1 | Installed 0 object(s) from 0 fixture(s)
  8735. web_1 | Running migrations for django_extensions:
  8736. web_1 | - Nothing to migrate.
  8737. web_1 | - Loading initial data for django_extensions.
  8738. web_1 | Installed 0 object(s) from 0 fixture(s)
  8739. web_1 | ===================================
  8740. web_1 | Creating "root" User
  8741. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8742. web_1 | User "root" exists in API, trying to reactivate...
  8743. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8744. web_1 | ===================================
  8745. web_1 | ===================================
  8746. web_1 | Creating "admin" User
  8747. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8748. web_1 | User "admin" exists in API, trying to reactivate...
  8749. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8750. web_1 | ===================================
  8751. web_1 | Starting the server
  8752. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8753. web_1 |
  8754. web_1 | Fatal error: Unable to find local grunt.
  8755. web_1 |
  8756. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8757. web_1 | your project. For more information about installing and configuring grunt,
  8758. web_1 | please see the Getting Started guide:
  8759. web_1 |
  8760. web_1 | http://gruntjs.com/getting-started
  8761. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8762. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8763. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8764. web_1 |
  8765. web_1 | Host IP=172.19.0.1
  8766. web_1 |
  8767. web_1 | Syncing...
  8768. web_1 | Creating tables ...
  8769. web_1 | Installing custom SQL ...
  8770. web_1 | Installing indexes ...
  8771. web_1 | Installed 0 object(s) from 0 fixture(s)
  8772. web_1 |
  8773. web_1 | Synced:
  8774. web_1 | > django.contrib.auth
  8775. web_1 | > django.contrib.contenttypes
  8776. web_1 | > django.contrib.sessions
  8777. web_1 | > django.contrib.sites
  8778. web_1 | > django.contrib.messages
  8779. web_1 | > django.contrib.staticfiles
  8780. web_1 | > django.contrib.admin
  8781. web_1 | > south
  8782. web_1 | > crispy_forms
  8783. web_1 | > avatar
  8784. web_1 | > bootstrap3
  8785. web_1 | > users
  8786. web_1 | > allauth
  8787. web_1 | > allauth.account
  8788. web_1 | > django.contrib.humanize
  8789. web_1 | > debug_toolbar
  8790. web_1 |
  8791. web_1 | Not synced (use migrations):
  8792. web_1 | - allauth.socialaccount
  8793. web_1 | - django_extensions
  8794. web_1 | (use ./manage.py migrate to migrate these)
  8795. web_1 | Running migrations for socialaccount:
  8796. web_1 | - Nothing to migrate.
  8797. web_1 | - Loading initial data for socialaccount.
  8798. web_1 | Installed 0 object(s) from 0 fixture(s)
  8799. web_1 | Running migrations for django_extensions:
  8800. web_1 | - Nothing to migrate.
  8801. web_1 | - Loading initial data for django_extensions.
  8802. web_1 | Installed 0 object(s) from 0 fixture(s)
  8803. web_1 | ===================================
  8804. web_1 | Creating "root" User
  8805. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8806. web_1 | User "root" exists in API, trying to reactivate...
  8807. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8808. web_1 | ===================================
  8809. web_1 | ===================================
  8810. web_1 | Creating "admin" User
  8811. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8812. web_1 | User "admin" exists in API, trying to reactivate...
  8813. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8814. web_1 | ===================================
  8815. web_1 | Starting the server
  8816. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8817. web_1 |
  8818. web_1 | Fatal error: Unable to find local grunt.
  8819. web_1 |
  8820. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8821. web_1 | your project. For more information about installing and configuring grunt,
  8822. web_1 | please see the Getting Started guide:
  8823. web_1 |
  8824. web_1 | http://gruntjs.com/getting-started
  8825. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8826. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8827. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8828. web_1 |
  8829. web_1 | Host IP=172.19.0.1
  8830. web_1 |
  8831. web_1 | Syncing...
  8832. web_1 | Creating tables ...
  8833. web_1 | Installing custom SQL ...
  8834. web_1 | Installing indexes ...
  8835. web_1 | Installed 0 object(s) from 0 fixture(s)
  8836. web_1 |
  8837. web_1 | Synced:
  8838. web_1 | > django.contrib.auth
  8839. web_1 | > django.contrib.contenttypes
  8840. web_1 | > django.contrib.sessions
  8841. web_1 | > django.contrib.sites
  8842. web_1 | > django.contrib.messages
  8843. web_1 | > django.contrib.staticfiles
  8844. web_1 | > django.contrib.admin
  8845. web_1 | > south
  8846. web_1 | > crispy_forms
  8847. web_1 | > avatar
  8848. web_1 | > bootstrap3
  8849. web_1 | > users
  8850. web_1 | > allauth
  8851. web_1 | > allauth.account
  8852. web_1 | > django.contrib.humanize
  8853. web_1 | > debug_toolbar
  8854. web_1 |
  8855. web_1 | Not synced (use migrations):
  8856. web_1 | - allauth.socialaccount
  8857. web_1 | - django_extensions
  8858. web_1 | (use ./manage.py migrate to migrate these)
  8859. web_1 | Running migrations for socialaccount:
  8860. web_1 | - Nothing to migrate.
  8861. web_1 | - Loading initial data for socialaccount.
  8862. web_1 | Installed 0 object(s) from 0 fixture(s)
  8863. web_1 | Running migrations for django_extensions:
  8864. web_1 | - Nothing to migrate.
  8865. web_1 | - Loading initial data for django_extensions.
  8866. web_1 | Installed 0 object(s) from 0 fixture(s)
  8867. web_1 | ===================================
  8868. web_1 | Creating "root" User
  8869. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8870. web_1 | User "root" exists in API, trying to reactivate...
  8871. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8872. web_1 | ===================================
  8873. web_1 | ===================================
  8874. web_1 | Creating "admin" User
  8875. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8876. web_1 | User "admin" exists in API, trying to reactivate...
  8877. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8878. web_1 | ===================================
  8879. web_1 | Starting the server
  8880. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8881. web_1 |
  8882. web_1 | Fatal error: Unable to find local grunt.
  8883. web_1 |
  8884. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8885. web_1 | your project. For more information about installing and configuring grunt,
  8886. web_1 | please see the Getting Started guide:
  8887. web_1 |
  8888. web_1 | http://gruntjs.com/getting-started
  8889. db_web_1 | LOG: incomplete startup packet
  8890. oclweb_web_1 exited with code 99
  8891. ^CGracefully stopping... (press Ctrl+C again to force)
  8892. Killing oclweb_web_1 ... done
  8893. Killing oclweb_db_web_1 ... done
  8894. $ docker-compose down -v
  8895. Removing oclweb_web_1 ... done
  8896. Removing oclweb_db_web_1 ... done
  8897. Removing oclweb_web_dependencies_1 ... done
  8898. Removing network oclweb_default
  8899. Removing volume oclweb_db_web_data
  8900. $
Advertisement
Add Comment
Please, Sign In to add comment