Advertisement
burke

Untitled

Sep 8th, 2017
563
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 ocl_web@0.1.0 No description
  712. npm WARN package.json ocl_web@0.1.0 No repository field.
  713. npm WARN package.json ocl_web@0.1.0 No README data
  714. npm WARN package.json ocl_web@0.1.0 No license field.
  715. npm WARN deprecated phantomjs@2.1.7: Package renamed to phantomjs-prebuilt. Please update 'phantomjs' package references to 'phantomjs-prebuilt'
  716. npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  717. npm WARN deprecated node-uuid@1.4.8: Use uuid module instead
  718. npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
  719. npm WARN deprecated graceful-fs@1.2.3: 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 minimatch@0.3.0: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
  721. npm WARN engine webdriver-manager@10.3.0: wanted: {"node":">=4","npm":">=3"} (current: {"node":"4.8.4","npm":"2.15.11"})
  722.  
  723. > phantomjs@2.1.7 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. connect-livereload@0.3.2 node_modules/connect-livereload
  738.  
  739. grunt-bg-shell@2.3.3 node_modules/grunt-bg-shell
  740.  
  741. chance@1.0.11 node_modules/chance
  742.  
  743. grunt-contrib-compass@0.7.2 node_modules/grunt-contrib-compass
  744. ├── dargs@0.1.0
  745. ├── async@0.2.10
  746. └── tmp@0.0.23
  747.  
  748. time-grunt@0.2.10 node_modules/time-grunt
  749. ├── date-time@0.1.1
  750. ├── hooker@0.2.3
  751. ├── text-table@0.2.0
  752. └── chalk@0.4.0 (has-color@0.1.7, ansi-styles@1.0.0, strip-ansi@0.1.1)
  753.  
  754. jasmine-spec-reporter@2.7.0 node_modules/jasmine-spec-reporter
  755. └── colors@1.1.2
  756.  
  757. grunt-cli@1.2.0 node_modules/grunt-cli
  758. ├── grunt-known-options@1.1.0
  759. ├── nopt@3.0.6 (abbrev@1.1.0)
  760. ├── resolve@1.1.7
  761. └── findup-sync@0.3.0 (glob@5.0.15)
  762.  
  763. load-grunt-tasks@0.4.0 node_modules/load-grunt-tasks
  764. ├── multimatch@0.1.0 (lodash@2.4.2, minimatch@0.2.14)
  765. └── findup-sync@0.1.3 (lodash@2.4.2, glob@3.2.11)
  766.  
  767. grunt@0.4.5 node_modules/grunt
  768. ├── eventemitter2@0.4.14
  769. ├── dateformat@1.0.2-1.2.3
  770. ├── which@1.0.9
  771. ├── getobject@0.1.0
  772. ├── async@0.1.22
  773. ├── colors@0.6.2
  774. ├── lodash@0.9.2
  775. ├── hooker@0.2.3
  776. ├── rimraf@2.2.8
  777. ├── grunt-legacy-util@0.2.0
  778. ├── exit@0.1.2
  779. ├── nopt@1.0.10 (abbrev@1.1.0)
  780. ├── coffee-script@1.3.3
  781. ├── iconv-lite@0.2.11
  782. ├── underscore.string@2.2.1
  783. ├── minimatch@0.2.14 (sigmund@1.0.1, lru-cache@2.7.3)
  784. ├── glob@3.1.21 (inherits@1.0.2, graceful-fs@1.2.3)
  785. ├── grunt-legacy-log@0.1.3 (grunt-legacy-log-utils@0.1.1, lodash@2.4.2, underscore.string@2.3.3)
  786. ├── findup-sync@0.1.3 (lodash@2.4.2, glob@3.2.11)
  787. └── js-yaml@2.0.5 (esprima@1.0.4, argparse@0.1.16)
  788.  
  789. grunt-contrib-watch@0.5.3 node_modules/grunt-contrib-watch
  790. ├── tiny-lr@0.0.4 (debug@0.7.4, qs@0.5.6, faye-websocket@0.4.4, noptify@0.0.3)
  791. └── gaze@0.4.3 (globule@0.1.0)
  792.  
  793. protractor@4.0.14 node_modules/protractor
  794. ├── @types/q@0.0.32
  795. ├── @types/jasmine@2.5.54
  796. ├── jasminewd2@0.0.10
  797. ├── @types/node@6.0.88
  798. ├── q@1.4.1
  799. ├── @types/selenium-webdriver@2.53.37
  800. ├── adm-zip@0.4.7
  801. ├── chalk@1.1.3 (escape-string-regexp@1.0.5, ansi-styles@2.2.1, supports-color@2.0.0, has-ansi@2.0.0, strip-ansi@3.0.1)
  802. ├── glob@7.1.2 (path-is-absolute@1.0.1, inherits@2.0.3, fs.realpath@1.0.0, inflight@1.0.6, once@1.4.0, minimatch@3.0.4)
  803. ├── source-map-support@0.4.17 (source-map@0.5.7)
  804. ├── optimist@0.6.1 (wordwrap@0.0.3, minimist@0.0.10)
  805. ├── jasmine@2.4.1 (exit@0.1.2, jasmine-core@2.4.1, glob@3.2.11)
  806. ├── saucelabs@1.3.0 (https-proxy-agent@1.0.0)
  807. ├── selenium-webdriver@2.53.3 (rimraf@2.6.1, tmp@0.0.24, adm-zip@0.4.4, ws@1.1.4, xml2js@0.4.4)
  808. └── webdriver-manager@10.3.0 (ini@1.3.4, rimraf@2.6.1, semver@5.4.1, minimist@1.2.0, del@2.2.2, request@2.81.0)
  809.  
  810. phantomjs@2.1.7 node_modules/phantomjs
  811. ├── progress@1.1.8
  812. ├── kew@0.7.0
  813. ├── which@1.2.14 (isexe@2.0.0)
  814. ├── request-progress@2.0.1 (throttleit@1.0.0)
  815. ├── hasha@2.2.0 (is-stream@1.1.0, pinkie-promise@2.0.1)
  816. ├── extract-zip@1.5.0 (debug@0.7.4, yauzl@2.4.1, mkdirp@0.5.0, concat-stream@1.5.0)
  817. ├── fs-extra@0.26.7 (path-is-absolute@1.0.1, jsonfile@2.4.0, graceful-fs@4.1.11, klaw@1.3.1, rimraf@2.6.1)
  818. └── request@2.67.0 (tunnel-agent@0.4.3, aws-sign2@0.6.0, forever-agent@0.6.1, oauth-sign@0.8.2, caseless@0.11.0, is-typedarray@1.0.0, stringstream@0.0.5, isstream@0.1.2, json-stringify-safe@5.0.1, extend@3.0.1, tough-cookie@2.2.2, qs@5.2.1, node-uuid@1.4.8, combined-stream@1.0.5, mime-types@2.1.17, bl@1.0.3, hawk@3.1.3, http-signature@1.1.1, har-validator@2.0.6, form-data@1.0.1)
  819. ---> a0b4f7430f19
  820. Removing intermediate container 685a0c284fc7
  821. Step 19/19 : RUN npm install -g grunt-cli
  822. ---> Running in 86cdc067dd32
  823. /usr/bin/grunt -> /usr/lib/node_modules/grunt-cli/bin/grunt
  824. grunt-cli@1.2.0 /usr/lib/node_modules/grunt-cli
  825. ├── grunt-known-options@1.1.0
  826. ├── nopt@3.0.6 (abbrev@1.1.0)
  827. ├── resolve@1.1.7
  828. └── findup-sync@0.3.0 (glob@5.0.15)
  829. ---> 3283480d0dbd
  830. Removing intermediate container 86cdc067dd32
  831. Successfully built 3283480d0dbd
  832. Successfully tagged openconceptlab/oclweb-dependencies:dev
  833. 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`.
  834. Creating oclweb_web_dependencies_1 ...
  835. Creating oclweb_db_web_1 ...
  836. Creating oclweb_web_dependencies_1
  837. Creating oclweb_db_web_1 ... done
  838. Creating oclweb_web_1 ...
  839. Creating oclweb_web_1 ... done
  840. Attaching to oclweb_web_dependencies_1, oclweb_db_web_1, oclweb_web_1
  841. db_web_1 | The files belonging to this database system will be owned by user "postgres".
  842. db_web_1 | This user must also own the server process.
  843. db_web_1 |
  844. db_web_1 | The database cluster will be initialized with locale "en_US.utf8".
  845. db_web_1 | The default database encoding has accordingly been set to "UTF8".
  846. db_web_1 | The default text search configuration will be set to "english".
  847. db_web_1 |
  848. db_web_1 | Data page checksums are disabled.
  849. db_web_1 |
  850. db_web_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
  851. db_web_1 | creating subdirectories ... ok
  852. db_web_1 | selecting default max_connections ... 100
  853. db_web_1 | selecting default shared_buffers ... 128MB
  854. db_web_1 | selecting dynamic shared memory implementation ... posix
  855. db_web_1 | creating configuration files ... ok
  856. db_web_1 | running bootstrap script ... ok
  857. db_web_1 | performing post-bootstrap initialization ... ok
  858. db_web_1 | syncing data to disk ... ok
  859. db_web_1 |
  860. db_web_1 | Success. You can now start the database server using:
  861. db_web_1 |
  862. db_web_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
  863. db_web_1 |
  864. oclweb_web_dependencies_1 exited with code 0
  865. db_web_1 |
  866. db_web_1 | WARNING: enabling "trust" authentication for local connections
  867. db_web_1 | You can change this by editing pg_hba.conf or using the option -A, or
  868. db_web_1 | --auth-local and --auth-host, the next time you run initdb.
  869. db_web_1 | waiting for server to start....LOG: could not bind IPv6 socket: Cannot assign requested address
  870. db_web_1 | HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
  871. db_web_1 | LOG: database system was shut down at 2017-09-08 14:40:22 UTC
  872. db_web_1 | LOG: MultiXact member wraparound protections are now enabled
  873. db_web_1 | LOG: database system is ready to accept connections
  874. db_web_1 | LOG: autovacuum launcher started
  875. web_1 | Starting OpenBSD Secure Shell server: sshd.
  876. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  877. db_web_1 | done
  878. db_web_1 | server started
  879. db_web_1 | CREATE DATABASE
  880. db_web_1 |
  881. db_web_1 | CREATE ROLE
  882. db_web_1 |
  883. db_web_1 |
  884. db_web_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  885. db_web_1 |
  886. db_web_1 | LOG: received fast shutdown request
  887. db_web_1 | waiting for server to shut down...LOG: aborting any active transactions
  888. db_web_1 | .LOG: autovacuum launcher shutting down
  889. db_web_1 | LOG: shutting down
  890. db_web_1 | LOG: database system is shut down
  891. db_web_1 | done
  892. db_web_1 | server stopped
  893. db_web_1 |
  894. db_web_1 | PostgreSQL init process complete; ready for start up.
  895. db_web_1 |
  896. db_web_1 | LOG: database system was shut down at 2017-09-08 14:40:23 UTC
  897. db_web_1 | LOG: MultiXact member wraparound protections are now enabled
  898. db_web_1 | LOG: database system is ready to accept connections
  899. db_web_1 | LOG: autovacuum launcher started
  900. db_web_1 | LOG: incomplete startup packet
  901. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  902. web_1 |
  903. web_1 | Host IP=172.19.0.1
  904. web_1 |
  905. web_1 | Syncing...
  906. web_1 | Creating tables ...
  907. web_1 | Creating table auth_permission
  908. web_1 | Creating table auth_group_permissions
  909. web_1 | Creating table auth_group
  910. web_1 | Creating table django_content_type
  911. web_1 | Creating table django_session
  912. web_1 | Creating table django_site
  913. web_1 | Creating table django_admin_log
  914. web_1 | Creating table south_migrationhistory
  915. web_1 | Creating table avatar_avatar
  916. web_1 | Creating table users_user_groups
  917. web_1 | Creating table users_user_user_permissions
  918. web_1 | Creating table users_user
  919. web_1 | Creating table account_emailaddress
  920. web_1 | Creating table account_emailconfirmation
  921. web_1 | Installing custom SQL ...
  922. web_1 | Installing indexes ...
  923. web_1 | Installed 0 object(s) from 0 fixture(s)
  924. web_1 |
  925. web_1 | Synced:
  926. web_1 | > django.contrib.auth
  927. web_1 | > django.contrib.contenttypes
  928. web_1 | > django.contrib.sessions
  929. web_1 | > django.contrib.sites
  930. web_1 | > django.contrib.messages
  931. web_1 | > django.contrib.staticfiles
  932. web_1 | > django.contrib.admin
  933. web_1 | > south
  934. web_1 | > crispy_forms
  935. web_1 | > avatar
  936. web_1 | > bootstrap3
  937. web_1 | > users
  938. web_1 | > allauth
  939. web_1 | > allauth.account
  940. web_1 | > django.contrib.humanize
  941. web_1 | > debug_toolbar
  942. web_1 |
  943. web_1 | Not synced (use migrations):
  944. web_1 | - allauth.socialaccount
  945. web_1 | - django_extensions
  946. web_1 | (use ./manage.py migrate to migrate these)
  947. web_1 | Running migrations for socialaccount:
  948. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  949. web_1 | > socialaccount:0001_initial
  950. web_1 | > socialaccount:0002_genericmodels
  951. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  952. web_1 | > socialaccount:0004_add_sites
  953. web_1 | > socialaccount:0005_set_sites
  954. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  955. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  956. web_1 | > socialaccount:0008_client_id
  957. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  958. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  959. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  960. web_1 | - Loading initial data for socialaccount.
  961. web_1 | Installed 0 object(s) from 0 fixture(s)
  962. web_1 | Running migrations for django_extensions:
  963. web_1 | - Migrating forwards to 0001_empty.
  964. web_1 | > django_extensions:0001_empty
  965. web_1 | - Loading initial data for django_extensions.
  966. web_1 | Installed 0 object(s) from 0 fixture(s)
  967. web_1 | ===================================
  968. web_1 | Creating "root" User
  969. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  970. web_1 | User "root" exists in API, trying to reactivate...
  971. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  972. web_1 | ===================================
  973. web_1 | ===================================
  974. web_1 | Creating "admin" User
  975. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  976. web_1 | User "admin" synced to API
  977. web_1 | ===================================
  978. web_1 | Starting the server
  979. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  980. web_1 |
  981. web_1 | Fatal error: Unable to find local grunt.
  982. web_1 |
  983. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  984. web_1 | your project. For more information about installing and configuring grunt,
  985. web_1 | please see the Getting Started guide:
  986. web_1 |
  987. web_1 | http://gruntjs.com/getting-started
  988. db_web_1 | LOG: incomplete startup packet
  989. oclweb_web_1 exited with code 99
  990. web_1 | Starting OpenBSD Secure Shell server: sshd.
  991. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  992. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  993. web_1 |
  994. web_1 | Host IP=172.19.0.1
  995. web_1 |
  996. web_1 | Syncing...
  997. web_1 | Creating tables ...
  998. web_1 | Creating table auth_permission
  999. web_1 | Creating table auth_group_permissions
  1000. web_1 | Creating table auth_group
  1001. web_1 | Creating table django_content_type
  1002. web_1 | Creating table django_session
  1003. web_1 | Creating table django_site
  1004. web_1 | Creating table django_admin_log
  1005. web_1 | Creating table south_migrationhistory
  1006. web_1 | Creating table avatar_avatar
  1007. web_1 | Creating table users_user_groups
  1008. web_1 | Creating table users_user_user_permissions
  1009. web_1 | Creating table users_user
  1010. web_1 | Creating table account_emailaddress
  1011. web_1 | Creating table account_emailconfirmation
  1012. web_1 | Installing custom SQL ...
  1013. web_1 | Installing indexes ...
  1014. web_1 | Installed 0 object(s) from 0 fixture(s)
  1015. web_1 |
  1016. web_1 | Synced:
  1017. web_1 | > django.contrib.auth
  1018. web_1 | > django.contrib.contenttypes
  1019. web_1 | > django.contrib.sessions
  1020. web_1 | > django.contrib.sites
  1021. web_1 | > django.contrib.messages
  1022. web_1 | > django.contrib.staticfiles
  1023. web_1 | > django.contrib.admin
  1024. web_1 | > south
  1025. web_1 | > crispy_forms
  1026. web_1 | > avatar
  1027. web_1 | > bootstrap3
  1028. web_1 | > users
  1029. web_1 | > allauth
  1030. web_1 | > allauth.account
  1031. web_1 | > django.contrib.humanize
  1032. web_1 | > debug_toolbar
  1033. web_1 |
  1034. web_1 | Not synced (use migrations):
  1035. web_1 | - allauth.socialaccount
  1036. web_1 | - django_extensions
  1037. web_1 | (use ./manage.py migrate to migrate these)
  1038. web_1 | Running migrations for socialaccount:
  1039. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  1040. web_1 | > socialaccount:0001_initial
  1041. web_1 | > socialaccount:0002_genericmodels
  1042. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  1043. web_1 | > socialaccount:0004_add_sites
  1044. web_1 | > socialaccount:0005_set_sites
  1045. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  1046. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  1047. web_1 | > socialaccount:0008_client_id
  1048. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  1049. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  1050. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  1051. web_1 | - Loading initial data for socialaccount.
  1052. web_1 | Installed 0 object(s) from 0 fixture(s)
  1053. web_1 | Running migrations for django_extensions:
  1054. web_1 | - Migrating forwards to 0001_empty.
  1055. web_1 | > django_extensions:0001_empty
  1056. web_1 | - Loading initial data for django_extensions.
  1057. web_1 | Installed 0 object(s) from 0 fixture(s)
  1058. web_1 | ===================================
  1059. web_1 | Creating "root" User
  1060. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1061. web_1 | User "root" exists in API, trying to reactivate...
  1062. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1063. web_1 | ===================================
  1064. web_1 | ===================================
  1065. web_1 | Creating "admin" User
  1066. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1067. web_1 | User "admin" synced to API
  1068. web_1 | ===================================
  1069. web_1 | Starting the server
  1070. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1071. web_1 |
  1072. web_1 | Fatal error: Unable to find local grunt.
  1073. web_1 |
  1074. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1075. web_1 | your project. For more information about installing and configuring grunt,
  1076. web_1 | please see the Getting Started guide:
  1077. web_1 |
  1078. web_1 | http://gruntjs.com/getting-started
  1079. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1080. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1081. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1082. web_1 |
  1083. web_1 | Host IP=172.19.0.1
  1084. web_1 |
  1085. web_1 | Syncing...
  1086. web_1 | Creating tables ...
  1087. web_1 | Installing custom SQL ...
  1088. web_1 | Installing indexes ...
  1089. web_1 | Installed 0 object(s) from 0 fixture(s)
  1090. web_1 |
  1091. web_1 | Synced:
  1092. web_1 | > django.contrib.auth
  1093. web_1 | > django.contrib.contenttypes
  1094. web_1 | > django.contrib.sessions
  1095. web_1 | > django.contrib.sites
  1096. web_1 | > django.contrib.messages
  1097. web_1 | > django.contrib.staticfiles
  1098. web_1 | > django.contrib.admin
  1099. web_1 | > south
  1100. web_1 | > crispy_forms
  1101. web_1 | > avatar
  1102. web_1 | > bootstrap3
  1103. web_1 | > users
  1104. web_1 | > allauth
  1105. web_1 | > allauth.account
  1106. web_1 | > django.contrib.humanize
  1107. web_1 | > debug_toolbar
  1108. web_1 |
  1109. web_1 | Not synced (use migrations):
  1110. web_1 | - allauth.socialaccount
  1111. web_1 | - django_extensions
  1112. web_1 | (use ./manage.py migrate to migrate these)
  1113. web_1 | Running migrations for socialaccount:
  1114. web_1 | - Nothing to migrate.
  1115. web_1 | - Loading initial data for socialaccount.
  1116. web_1 | Installed 0 object(s) from 0 fixture(s)
  1117. web_1 | Running migrations for django_extensions:
  1118. web_1 | - Nothing to migrate.
  1119. web_1 | - Loading initial data for django_extensions.
  1120. web_1 | Installed 0 object(s) from 0 fixture(s)
  1121. web_1 | ===================================
  1122. web_1 | Creating "root" User
  1123. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1124. web_1 | User "root" exists in API, trying to reactivate...
  1125. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1126. web_1 | ===================================
  1127. web_1 | ===================================
  1128. web_1 | Creating "admin" User
  1129. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1130. web_1 | User "admin" exists in API, trying to reactivate...
  1131. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1132. web_1 | ===================================
  1133. web_1 | Starting the server
  1134. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1135. web_1 |
  1136. web_1 | Fatal error: Unable to find local grunt.
  1137. web_1 |
  1138. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1139. web_1 | your project. For more information about installing and configuring grunt,
  1140. web_1 | please see the Getting Started guide:
  1141. web_1 |
  1142. web_1 | http://gruntjs.com/getting-started
  1143. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1144. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1145. db_web_1 | LOG: incomplete startup packet
  1146. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1147. web_1 |
  1148. web_1 | Host IP=172.19.0.1
  1149. web_1 |
  1150. web_1 | Syncing...
  1151. web_1 | Creating tables ...
  1152. web_1 | Installing custom SQL ...
  1153. web_1 | Installing indexes ...
  1154. web_1 | Installed 0 object(s) from 0 fixture(s)
  1155. web_1 |
  1156. web_1 | Synced:
  1157. web_1 | > django.contrib.auth
  1158. web_1 | > django.contrib.contenttypes
  1159. web_1 | > django.contrib.sessions
  1160. web_1 | > django.contrib.sites
  1161. web_1 | > django.contrib.messages
  1162. web_1 | > django.contrib.staticfiles
  1163. web_1 | > django.contrib.admin
  1164. web_1 | > south
  1165. web_1 | > crispy_forms
  1166. web_1 | > avatar
  1167. web_1 | > bootstrap3
  1168. web_1 | > users
  1169. web_1 | > allauth
  1170. web_1 | > allauth.account
  1171. web_1 | > django.contrib.humanize
  1172. web_1 | > debug_toolbar
  1173. web_1 |
  1174. web_1 | Not synced (use migrations):
  1175. web_1 | - allauth.socialaccount
  1176. web_1 | - django_extensions
  1177. web_1 | (use ./manage.py migrate to migrate these)
  1178. web_1 | Running migrations for socialaccount:
  1179. web_1 | - Nothing to migrate.
  1180. web_1 | - Loading initial data for socialaccount.
  1181. web_1 | Installed 0 object(s) from 0 fixture(s)
  1182. web_1 | Running migrations for django_extensions:
  1183. web_1 | - Nothing to migrate.
  1184. web_1 | - Loading initial data for django_extensions.
  1185. web_1 | Installed 0 object(s) from 0 fixture(s)
  1186. web_1 | ===================================
  1187. web_1 | Creating "root" User
  1188. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1189. web_1 | User "root" exists in API, trying to reactivate...
  1190. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1191. web_1 | ===================================
  1192. web_1 | ===================================
  1193. web_1 | Creating "admin" User
  1194. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1195. web_1 | User "admin" exists in API, trying to reactivate...
  1196. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1197. web_1 | ===================================
  1198. web_1 | Starting the server
  1199. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1200. web_1 |
  1201. web_1 | Fatal error: Unable to find local grunt.
  1202. web_1 |
  1203. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1204. web_1 | your project. For more information about installing and configuring grunt,
  1205. web_1 | please see the Getting Started guide:
  1206. web_1 |
  1207. web_1 | http://gruntjs.com/getting-started
  1208. db_web_1 | LOG: incomplete startup packet
  1209. oclweb_web_1 exited with code 99
  1210. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1211. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1212. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  1213. web_1 |
  1214. web_1 | Host IP=172.19.0.1
  1215. web_1 |
  1216. web_1 | Syncing...
  1217. web_1 | Creating tables ...
  1218. web_1 | Creating table auth_permission
  1219. web_1 | Creating table auth_group_permissions
  1220. web_1 | Creating table auth_group
  1221. web_1 | Creating table django_content_type
  1222. web_1 | Creating table django_session
  1223. web_1 | Creating table django_site
  1224. web_1 | Creating table django_admin_log
  1225. web_1 | Creating table south_migrationhistory
  1226. web_1 | Creating table avatar_avatar
  1227. web_1 | Creating table users_user_groups
  1228. web_1 | Creating table users_user_user_permissions
  1229. web_1 | Creating table users_user
  1230. web_1 | Creating table account_emailaddress
  1231. web_1 | Creating table account_emailconfirmation
  1232. web_1 | Installing custom SQL ...
  1233. web_1 | Installing indexes ...
  1234. web_1 | Installed 0 object(s) from 0 fixture(s)
  1235. web_1 |
  1236. web_1 | Synced:
  1237. web_1 | > django.contrib.auth
  1238. web_1 | > django.contrib.contenttypes
  1239. web_1 | > django.contrib.sessions
  1240. web_1 | > django.contrib.sites
  1241. web_1 | > django.contrib.messages
  1242. web_1 | > django.contrib.staticfiles
  1243. web_1 | > django.contrib.admin
  1244. web_1 | > south
  1245. web_1 | > crispy_forms
  1246. web_1 | > avatar
  1247. web_1 | > bootstrap3
  1248. web_1 | > users
  1249. web_1 | > allauth
  1250. web_1 | > allauth.account
  1251. web_1 | > django.contrib.humanize
  1252. web_1 | > debug_toolbar
  1253. web_1 |
  1254. web_1 | Not synced (use migrations):
  1255. web_1 | - allauth.socialaccount
  1256. web_1 | - django_extensions
  1257. web_1 | (use ./manage.py migrate to migrate these)
  1258. web_1 | Running migrations for socialaccount:
  1259. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  1260. web_1 | > socialaccount:0001_initial
  1261. web_1 | > socialaccount:0002_genericmodels
  1262. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  1263. web_1 | > socialaccount:0004_add_sites
  1264. web_1 | > socialaccount:0005_set_sites
  1265. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  1266. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  1267. web_1 | > socialaccount:0008_client_id
  1268. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  1269. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  1270. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  1271. web_1 | - Loading initial data for socialaccount.
  1272. web_1 | Installed 0 object(s) from 0 fixture(s)
  1273. web_1 | Running migrations for django_extensions:
  1274. web_1 | - Migrating forwards to 0001_empty.
  1275. web_1 | > django_extensions:0001_empty
  1276. web_1 | - Loading initial data for django_extensions.
  1277. web_1 | Installed 0 object(s) from 0 fixture(s)
  1278. web_1 | ===================================
  1279. web_1 | Creating "root" User
  1280. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1281. web_1 | User "root" exists in API, trying to reactivate...
  1282. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1283. web_1 | ===================================
  1284. web_1 | ===================================
  1285. web_1 | Creating "admin" User
  1286. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1287. web_1 | User "admin" synced to API
  1288. web_1 | ===================================
  1289. web_1 | Starting the server
  1290. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1291. web_1 |
  1292. web_1 | Fatal error: Unable to find local grunt.
  1293. web_1 |
  1294. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1295. web_1 | your project. For more information about installing and configuring grunt,
  1296. web_1 | please see the Getting Started guide:
  1297. web_1 |
  1298. web_1 | http://gruntjs.com/getting-started
  1299. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1300. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1301. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1302. web_1 |
  1303. web_1 | Host IP=172.19.0.1
  1304. web_1 |
  1305. web_1 | Syncing...
  1306. web_1 | Creating tables ...
  1307. web_1 | Installing custom SQL ...
  1308. web_1 | Installing indexes ...
  1309. web_1 | Installed 0 object(s) from 0 fixture(s)
  1310. web_1 |
  1311. web_1 | Synced:
  1312. web_1 | > django.contrib.auth
  1313. web_1 | > django.contrib.contenttypes
  1314. web_1 | > django.contrib.sessions
  1315. web_1 | > django.contrib.sites
  1316. web_1 | > django.contrib.messages
  1317. web_1 | > django.contrib.staticfiles
  1318. web_1 | > django.contrib.admin
  1319. web_1 | > south
  1320. web_1 | > crispy_forms
  1321. web_1 | > avatar
  1322. web_1 | > bootstrap3
  1323. web_1 | > users
  1324. web_1 | > allauth
  1325. web_1 | > allauth.account
  1326. web_1 | > django.contrib.humanize
  1327. web_1 | > debug_toolbar
  1328. web_1 |
  1329. web_1 | Not synced (use migrations):
  1330. web_1 | - allauth.socialaccount
  1331. web_1 | - django_extensions
  1332. web_1 | (use ./manage.py migrate to migrate these)
  1333. web_1 | Running migrations for socialaccount:
  1334. web_1 | - Nothing to migrate.
  1335. web_1 | - Loading initial data for socialaccount.
  1336. web_1 | Installed 0 object(s) from 0 fixture(s)
  1337. web_1 | Running migrations for django_extensions:
  1338. web_1 | - Nothing to migrate.
  1339. web_1 | - Loading initial data for django_extensions.
  1340. web_1 | Installed 0 object(s) from 0 fixture(s)
  1341. web_1 | ===================================
  1342. web_1 | Creating "root" User
  1343. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1344. web_1 | User "root" exists in API, trying to reactivate...
  1345. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1346. web_1 | ===================================
  1347. web_1 | ===================================
  1348. web_1 | Creating "admin" User
  1349. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1350. web_1 | User "admin" exists in API, trying to reactivate...
  1351. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1352. web_1 | ===================================
  1353. web_1 | Starting the server
  1354. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1355. web_1 |
  1356. web_1 | Fatal error: Unable to find local grunt.
  1357. web_1 |
  1358. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1359. web_1 | your project. For more information about installing and configuring grunt,
  1360. web_1 | please see the Getting Started guide:
  1361. web_1 |
  1362. web_1 | http://gruntjs.com/getting-started
  1363. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1364. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1365. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1366. web_1 |
  1367. web_1 | Host IP=172.19.0.1
  1368. web_1 |
  1369. web_1 | Syncing...
  1370. web_1 | Creating tables ...
  1371. web_1 | Installing custom SQL ...
  1372. web_1 | Installing indexes ...
  1373. web_1 | Installed 0 object(s) from 0 fixture(s)
  1374. web_1 |
  1375. web_1 | Synced:
  1376. web_1 | > django.contrib.auth
  1377. web_1 | > django.contrib.contenttypes
  1378. web_1 | > django.contrib.sessions
  1379. web_1 | > django.contrib.sites
  1380. web_1 | > django.contrib.messages
  1381. web_1 | > django.contrib.staticfiles
  1382. web_1 | > django.contrib.admin
  1383. web_1 | > south
  1384. web_1 | > crispy_forms
  1385. web_1 | > avatar
  1386. web_1 | > bootstrap3
  1387. web_1 | > users
  1388. web_1 | > allauth
  1389. web_1 | > allauth.account
  1390. web_1 | > django.contrib.humanize
  1391. web_1 | > debug_toolbar
  1392. web_1 |
  1393. web_1 | Not synced (use migrations):
  1394. web_1 | - allauth.socialaccount
  1395. web_1 | - django_extensions
  1396. web_1 | (use ./manage.py migrate to migrate these)
  1397. web_1 | Running migrations for socialaccount:
  1398. web_1 | - Nothing to migrate.
  1399. web_1 | - Loading initial data for socialaccount.
  1400. web_1 | Installed 0 object(s) from 0 fixture(s)
  1401. web_1 | Running migrations for django_extensions:
  1402. web_1 | - Nothing to migrate.
  1403. web_1 | - Loading initial data for django_extensions.
  1404. web_1 | Installed 0 object(s) from 0 fixture(s)
  1405. web_1 | ===================================
  1406. web_1 | Creating "root" User
  1407. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1408. web_1 | User "root" exists in API, trying to reactivate...
  1409. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1410. web_1 | ===================================
  1411. web_1 | ===================================
  1412. web_1 | Creating "admin" User
  1413. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1414. web_1 | User "admin" exists in API, trying to reactivate...
  1415. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1416. web_1 | ===================================
  1417. web_1 | Starting the server
  1418. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1419. web_1 |
  1420. web_1 | Fatal error: Unable to find local grunt.
  1421. web_1 |
  1422. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1423. web_1 | your project. For more information about installing and configuring grunt,
  1424. web_1 | please see the Getting Started guide:
  1425. web_1 |
  1426. web_1 | http://gruntjs.com/getting-started
  1427. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1428. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1429. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1430. web_1 |
  1431. web_1 | Host IP=172.19.0.1
  1432. web_1 |
  1433. web_1 | Syncing...
  1434. web_1 | Creating tables ...
  1435. web_1 | Installing custom SQL ...
  1436. web_1 | Installing indexes ...
  1437. web_1 | Installed 0 object(s) from 0 fixture(s)
  1438. web_1 |
  1439. web_1 | Synced:
  1440. web_1 | > django.contrib.auth
  1441. web_1 | > django.contrib.contenttypes
  1442. web_1 | > django.contrib.sessions
  1443. web_1 | > django.contrib.sites
  1444. web_1 | > django.contrib.messages
  1445. web_1 | > django.contrib.staticfiles
  1446. web_1 | > django.contrib.admin
  1447. web_1 | > south
  1448. web_1 | > crispy_forms
  1449. web_1 | > avatar
  1450. web_1 | > bootstrap3
  1451. web_1 | > users
  1452. web_1 | > allauth
  1453. web_1 | > allauth.account
  1454. web_1 | > django.contrib.humanize
  1455. web_1 | > debug_toolbar
  1456. web_1 |
  1457. web_1 | Not synced (use migrations):
  1458. web_1 | - allauth.socialaccount
  1459. web_1 | - django_extensions
  1460. web_1 | (use ./manage.py migrate to migrate these)
  1461. web_1 | Running migrations for socialaccount:
  1462. web_1 | - Nothing to migrate.
  1463. web_1 | - Loading initial data for socialaccount.
  1464. web_1 | Installed 0 object(s) from 0 fixture(s)
  1465. web_1 | Running migrations for django_extensions:
  1466. web_1 | - Nothing to migrate.
  1467. web_1 | - Loading initial data for django_extensions.
  1468. web_1 | Installed 0 object(s) from 0 fixture(s)
  1469. web_1 | ===================================
  1470. web_1 | Creating "root" User
  1471. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1472. web_1 | User "root" exists in API, trying to reactivate...
  1473. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1474. web_1 | ===================================
  1475. web_1 | ===================================
  1476. web_1 | Creating "admin" User
  1477. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1478. web_1 | User "admin" exists in API, trying to reactivate...
  1479. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1480. web_1 | ===================================
  1481. web_1 | Starting the server
  1482. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1483. web_1 |
  1484. web_1 | Fatal error: Unable to find local grunt.
  1485. web_1 |
  1486. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1487. web_1 | your project. For more information about installing and configuring grunt,
  1488. web_1 | please see the Getting Started guide:
  1489. web_1 |
  1490. web_1 | http://gruntjs.com/getting-started
  1491. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1492. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1493. db_web_1 | LOG: incomplete startup packet
  1494. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1495. web_1 |
  1496. web_1 | Host IP=172.19.0.1
  1497. web_1 |
  1498. web_1 | Syncing...
  1499. web_1 | Creating tables ...
  1500. web_1 | Installing custom SQL ...
  1501. web_1 | Installing indexes ...
  1502. web_1 | Installed 0 object(s) from 0 fixture(s)
  1503. web_1 |
  1504. web_1 | Synced:
  1505. web_1 | > django.contrib.auth
  1506. web_1 | > django.contrib.contenttypes
  1507. web_1 | > django.contrib.sessions
  1508. web_1 | > django.contrib.sites
  1509. web_1 | > django.contrib.messages
  1510. web_1 | > django.contrib.staticfiles
  1511. web_1 | > django.contrib.admin
  1512. web_1 | > south
  1513. web_1 | > crispy_forms
  1514. web_1 | > avatar
  1515. web_1 | > bootstrap3
  1516. web_1 | > users
  1517. web_1 | > allauth
  1518. web_1 | > allauth.account
  1519. web_1 | > django.contrib.humanize
  1520. web_1 | > debug_toolbar
  1521. web_1 |
  1522. web_1 | Not synced (use migrations):
  1523. web_1 | - allauth.socialaccount
  1524. web_1 | - django_extensions
  1525. web_1 | (use ./manage.py migrate to migrate these)
  1526. web_1 | Running migrations for socialaccount:
  1527. web_1 | - Nothing to migrate.
  1528. web_1 | - Loading initial data for socialaccount.
  1529. web_1 | Installed 0 object(s) from 0 fixture(s)
  1530. web_1 | Running migrations for django_extensions:
  1531. web_1 | - Nothing to migrate.
  1532. web_1 | - Loading initial data for django_extensions.
  1533. web_1 | Installed 0 object(s) from 0 fixture(s)
  1534. web_1 | ===================================
  1535. web_1 | Creating "root" User
  1536. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1537. web_1 | User "root" exists in API, trying to reactivate...
  1538. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1539. web_1 | ===================================
  1540. web_1 | ===================================
  1541. web_1 | Creating "admin" User
  1542. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1543. web_1 | User "admin" exists in API, trying to reactivate...
  1544. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1545. web_1 | ===================================
  1546. web_1 | Starting the server
  1547. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1548. web_1 |
  1549. web_1 | Fatal error: Unable to find local grunt.
  1550. web_1 |
  1551. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1552. web_1 | your project. For more information about installing and configuring grunt,
  1553. web_1 | please see the Getting Started guide:
  1554. web_1 |
  1555. web_1 | http://gruntjs.com/getting-started
  1556. db_web_1 | LOG: incomplete startup packet
  1557. oclweb_web_1 exited with code 99
  1558. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1559. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1560. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  1561. web_1 |
  1562. web_1 | Host IP=172.19.0.1
  1563. web_1 |
  1564. web_1 | Syncing...
  1565. web_1 | Creating tables ...
  1566. web_1 | Creating table auth_permission
  1567. web_1 | Creating table auth_group_permissions
  1568. web_1 | Creating table auth_group
  1569. web_1 | Creating table django_content_type
  1570. web_1 | Creating table django_session
  1571. web_1 | Creating table django_site
  1572. web_1 | Creating table django_admin_log
  1573. web_1 | Creating table south_migrationhistory
  1574. web_1 | Creating table avatar_avatar
  1575. web_1 | Creating table users_user_groups
  1576. web_1 | Creating table users_user_user_permissions
  1577. web_1 | Creating table users_user
  1578. web_1 | Creating table account_emailaddress
  1579. web_1 | Creating table account_emailconfirmation
  1580. web_1 | Installing custom SQL ...
  1581. web_1 | Installing indexes ...
  1582. web_1 | Installed 0 object(s) from 0 fixture(s)
  1583. web_1 |
  1584. web_1 | Synced:
  1585. web_1 | > django.contrib.auth
  1586. web_1 | > django.contrib.contenttypes
  1587. web_1 | > django.contrib.sessions
  1588. web_1 | > django.contrib.sites
  1589. web_1 | > django.contrib.messages
  1590. web_1 | > django.contrib.staticfiles
  1591. web_1 | > django.contrib.admin
  1592. web_1 | > south
  1593. web_1 | > crispy_forms
  1594. web_1 | > avatar
  1595. web_1 | > bootstrap3
  1596. web_1 | > users
  1597. web_1 | > allauth
  1598. web_1 | > allauth.account
  1599. web_1 | > django.contrib.humanize
  1600. web_1 | > debug_toolbar
  1601. web_1 |
  1602. web_1 | Not synced (use migrations):
  1603. web_1 | - allauth.socialaccount
  1604. web_1 | - django_extensions
  1605. web_1 | (use ./manage.py migrate to migrate these)
  1606. web_1 | Running migrations for socialaccount:
  1607. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  1608. web_1 | > socialaccount:0001_initial
  1609. web_1 | > socialaccount:0002_genericmodels
  1610. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  1611. web_1 | > socialaccount:0004_add_sites
  1612. web_1 | > socialaccount:0005_set_sites
  1613. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  1614. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  1615. web_1 | > socialaccount:0008_client_id
  1616. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  1617. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  1618. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  1619. web_1 | - Loading initial data for socialaccount.
  1620. web_1 | Installed 0 object(s) from 0 fixture(s)
  1621. web_1 | Running migrations for django_extensions:
  1622. web_1 | - Migrating forwards to 0001_empty.
  1623. web_1 | > django_extensions:0001_empty
  1624. web_1 | - Loading initial data for django_extensions.
  1625. web_1 | Installed 0 object(s) from 0 fixture(s)
  1626. web_1 | ===================================
  1627. web_1 | Creating "root" User
  1628. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1629. web_1 | User "root" exists in API, trying to reactivate...
  1630. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1631. web_1 | ===================================
  1632. web_1 | ===================================
  1633. web_1 | Creating "admin" User
  1634. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1635. web_1 | User "admin" synced to API
  1636. web_1 | ===================================
  1637. web_1 | Starting the server
  1638. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1639. web_1 |
  1640. web_1 | Fatal error: Unable to find local grunt.
  1641. web_1 |
  1642. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1643. web_1 | your project. For more information about installing and configuring grunt,
  1644. web_1 | please see the Getting Started guide:
  1645. web_1 |
  1646. web_1 | http://gruntjs.com/getting-started
  1647. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1648. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1649. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1650. web_1 |
  1651. web_1 | Host IP=172.19.0.1
  1652. web_1 |
  1653. web_1 | Syncing...
  1654. web_1 | Creating tables ...
  1655. web_1 | Installing custom SQL ...
  1656. web_1 | Installing indexes ...
  1657. web_1 | Installed 0 object(s) from 0 fixture(s)
  1658. web_1 |
  1659. web_1 | Synced:
  1660. web_1 | > django.contrib.auth
  1661. web_1 | > django.contrib.contenttypes
  1662. web_1 | > django.contrib.sessions
  1663. web_1 | > django.contrib.sites
  1664. web_1 | > django.contrib.messages
  1665. web_1 | > django.contrib.staticfiles
  1666. web_1 | > django.contrib.admin
  1667. web_1 | > south
  1668. web_1 | > crispy_forms
  1669. web_1 | > avatar
  1670. web_1 | > bootstrap3
  1671. web_1 | > users
  1672. web_1 | > allauth
  1673. web_1 | > allauth.account
  1674. web_1 | > django.contrib.humanize
  1675. web_1 | > debug_toolbar
  1676. web_1 |
  1677. web_1 | Not synced (use migrations):
  1678. web_1 | - allauth.socialaccount
  1679. web_1 | - django_extensions
  1680. web_1 | (use ./manage.py migrate to migrate these)
  1681. web_1 | Running migrations for socialaccount:
  1682. web_1 | - Nothing to migrate.
  1683. web_1 | - Loading initial data for socialaccount.
  1684. web_1 | Installed 0 object(s) from 0 fixture(s)
  1685. web_1 | Running migrations for django_extensions:
  1686. web_1 | - Nothing to migrate.
  1687. web_1 | - Loading initial data for django_extensions.
  1688. web_1 | Installed 0 object(s) from 0 fixture(s)
  1689. web_1 | ===================================
  1690. web_1 | Creating "root" User
  1691. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1692. web_1 | User "root" exists in API, trying to reactivate...
  1693. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1694. web_1 | ===================================
  1695. web_1 | ===================================
  1696. web_1 | Creating "admin" User
  1697. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1698. web_1 | User "admin" exists in API, trying to reactivate...
  1699. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1700. web_1 | ===================================
  1701. web_1 | Starting the server
  1702. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1703. web_1 |
  1704. web_1 | Fatal error: Unable to find local grunt.
  1705. web_1 |
  1706. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1707. web_1 | your project. For more information about installing and configuring grunt,
  1708. web_1 | please see the Getting Started guide:
  1709. web_1 |
  1710. web_1 | http://gruntjs.com/getting-started
  1711. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1712. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1713. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1714. web_1 |
  1715. web_1 | Host IP=172.19.0.1
  1716. web_1 |
  1717. web_1 | Syncing...
  1718. web_1 | Creating tables ...
  1719. web_1 | Installing custom SQL ...
  1720. web_1 | Installing indexes ...
  1721. web_1 | Installed 0 object(s) from 0 fixture(s)
  1722. web_1 |
  1723. web_1 | Synced:
  1724. web_1 | > django.contrib.auth
  1725. web_1 | > django.contrib.contenttypes
  1726. web_1 | > django.contrib.sessions
  1727. web_1 | > django.contrib.sites
  1728. web_1 | > django.contrib.messages
  1729. web_1 | > django.contrib.staticfiles
  1730. web_1 | > django.contrib.admin
  1731. web_1 | > south
  1732. web_1 | > crispy_forms
  1733. web_1 | > avatar
  1734. web_1 | > bootstrap3
  1735. web_1 | > users
  1736. web_1 | > allauth
  1737. web_1 | > allauth.account
  1738. web_1 | > django.contrib.humanize
  1739. web_1 | > debug_toolbar
  1740. web_1 |
  1741. web_1 | Not synced (use migrations):
  1742. web_1 | - allauth.socialaccount
  1743. web_1 | - django_extensions
  1744. web_1 | (use ./manage.py migrate to migrate these)
  1745. web_1 | Running migrations for socialaccount:
  1746. web_1 | - Nothing to migrate.
  1747. web_1 | - Loading initial data for socialaccount.
  1748. web_1 | Installed 0 object(s) from 0 fixture(s)
  1749. web_1 | Running migrations for django_extensions:
  1750. web_1 | - Nothing to migrate.
  1751. web_1 | - Loading initial data for django_extensions.
  1752. web_1 | Installed 0 object(s) from 0 fixture(s)
  1753. web_1 | ===================================
  1754. web_1 | Creating "root" User
  1755. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1756. web_1 | User "root" exists in API, trying to reactivate...
  1757. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1758. web_1 | ===================================
  1759. web_1 | ===================================
  1760. web_1 | Creating "admin" User
  1761. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1762. web_1 | User "admin" exists in API, trying to reactivate...
  1763. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1764. web_1 | ===================================
  1765. web_1 | Starting the server
  1766. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1767. web_1 |
  1768. web_1 | Fatal error: Unable to find local grunt.
  1769. web_1 |
  1770. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1771. web_1 | your project. For more information about installing and configuring grunt,
  1772. web_1 | please see the Getting Started guide:
  1773. web_1 |
  1774. web_1 | http://gruntjs.com/getting-started
  1775. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1776. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1777. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1778. web_1 |
  1779. web_1 | Host IP=172.19.0.1
  1780. web_1 |
  1781. web_1 | Syncing...
  1782. web_1 | Creating tables ...
  1783. web_1 | Installing custom SQL ...
  1784. web_1 | Installing indexes ...
  1785. web_1 | Installed 0 object(s) from 0 fixture(s)
  1786. web_1 |
  1787. web_1 | Synced:
  1788. web_1 | > django.contrib.auth
  1789. web_1 | > django.contrib.contenttypes
  1790. web_1 | > django.contrib.sessions
  1791. web_1 | > django.contrib.sites
  1792. web_1 | > django.contrib.messages
  1793. web_1 | > django.contrib.staticfiles
  1794. web_1 | > django.contrib.admin
  1795. web_1 | > south
  1796. web_1 | > crispy_forms
  1797. web_1 | > avatar
  1798. web_1 | > bootstrap3
  1799. web_1 | > users
  1800. web_1 | > allauth
  1801. web_1 | > allauth.account
  1802. web_1 | > django.contrib.humanize
  1803. web_1 | > debug_toolbar
  1804. web_1 |
  1805. web_1 | Not synced (use migrations):
  1806. web_1 | - allauth.socialaccount
  1807. web_1 | - django_extensions
  1808. web_1 | (use ./manage.py migrate to migrate these)
  1809. web_1 | Running migrations for socialaccount:
  1810. web_1 | - Nothing to migrate.
  1811. web_1 | - Loading initial data for socialaccount.
  1812. web_1 | Installed 0 object(s) from 0 fixture(s)
  1813. web_1 | Running migrations for django_extensions:
  1814. web_1 | - Nothing to migrate.
  1815. web_1 | - Loading initial data for django_extensions.
  1816. web_1 | Installed 0 object(s) from 0 fixture(s)
  1817. web_1 | ===================================
  1818. web_1 | Creating "root" User
  1819. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1820. web_1 | User "root" exists in API, trying to reactivate...
  1821. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1822. web_1 | ===================================
  1823. web_1 | ===================================
  1824. web_1 | Creating "admin" User
  1825. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1826. web_1 | User "admin" exists in API, trying to reactivate...
  1827. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1828. web_1 | ===================================
  1829. web_1 | Starting the server
  1830. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1831. web_1 |
  1832. web_1 | Fatal error: Unable to find local grunt.
  1833. web_1 |
  1834. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1835. web_1 | your project. For more information about installing and configuring grunt,
  1836. web_1 | please see the Getting Started guide:
  1837. web_1 |
  1838. web_1 | http://gruntjs.com/getting-started
  1839. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1840. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1841. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1842. web_1 |
  1843. web_1 | Host IP=172.19.0.1
  1844. web_1 |
  1845. web_1 | Syncing...
  1846. web_1 | Creating tables ...
  1847. web_1 | Installing custom SQL ...
  1848. web_1 | Installing indexes ...
  1849. web_1 | Installed 0 object(s) from 0 fixture(s)
  1850. web_1 |
  1851. web_1 | Synced:
  1852. web_1 | > django.contrib.auth
  1853. web_1 | > django.contrib.contenttypes
  1854. web_1 | > django.contrib.sessions
  1855. web_1 | > django.contrib.sites
  1856. web_1 | > django.contrib.messages
  1857. web_1 | > django.contrib.staticfiles
  1858. web_1 | > django.contrib.admin
  1859. web_1 | > south
  1860. web_1 | > crispy_forms
  1861. web_1 | > avatar
  1862. web_1 | > bootstrap3
  1863. web_1 | > users
  1864. web_1 | > allauth
  1865. web_1 | > allauth.account
  1866. web_1 | > django.contrib.humanize
  1867. web_1 | > debug_toolbar
  1868. web_1 |
  1869. web_1 | Not synced (use migrations):
  1870. web_1 | - allauth.socialaccount
  1871. db_web_1 | LOG: incomplete startup packet
  1872. web_1 | - django_extensions
  1873. web_1 | (use ./manage.py migrate to migrate these)
  1874. web_1 | Running migrations for socialaccount:
  1875. web_1 | - Nothing to migrate.
  1876. web_1 | - Loading initial data for socialaccount.
  1877. web_1 | Installed 0 object(s) from 0 fixture(s)
  1878. web_1 | Running migrations for django_extensions:
  1879. web_1 | - Nothing to migrate.
  1880. web_1 | - Loading initial data for django_extensions.
  1881. web_1 | Installed 0 object(s) from 0 fixture(s)
  1882. web_1 | ===================================
  1883. web_1 | Creating "root" User
  1884. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1885. web_1 | User "root" exists in API, trying to reactivate...
  1886. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1887. web_1 | ===================================
  1888. web_1 | ===================================
  1889. web_1 | Creating "admin" User
  1890. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1891. web_1 | User "admin" exists in API, trying to reactivate...
  1892. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1893. web_1 | ===================================
  1894. web_1 | Starting the server
  1895. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1896. web_1 |
  1897. web_1 | Fatal error: Unable to find local grunt.
  1898. web_1 |
  1899. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1900. web_1 | your project. For more information about installing and configuring grunt,
  1901. web_1 | please see the Getting Started guide:
  1902. web_1 |
  1903. web_1 | http://gruntjs.com/getting-started
  1904. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1905. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1906. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1907. web_1 |
  1908. web_1 | Host IP=172.19.0.1
  1909. web_1 |
  1910. web_1 | Syncing...
  1911. web_1 | Creating tables ...
  1912. web_1 | Installing custom SQL ...
  1913. web_1 | Installing indexes ...
  1914. web_1 | Installed 0 object(s) from 0 fixture(s)
  1915. web_1 |
  1916. web_1 | Synced:
  1917. web_1 | > django.contrib.auth
  1918. web_1 | > django.contrib.contenttypes
  1919. web_1 | > django.contrib.sessions
  1920. web_1 | > django.contrib.sites
  1921. web_1 | > django.contrib.messages
  1922. web_1 | > django.contrib.staticfiles
  1923. web_1 | > django.contrib.admin
  1924. web_1 | > south
  1925. web_1 | > crispy_forms
  1926. web_1 | > avatar
  1927. web_1 | > bootstrap3
  1928. web_1 | > users
  1929. web_1 | > allauth
  1930. web_1 | > allauth.account
  1931. web_1 | > django.contrib.humanize
  1932. web_1 | > debug_toolbar
  1933. web_1 |
  1934. web_1 | Not synced (use migrations):
  1935. web_1 | - allauth.socialaccount
  1936. web_1 | - django_extensions
  1937. web_1 | (use ./manage.py migrate to migrate these)
  1938. web_1 | Running migrations for socialaccount:
  1939. web_1 | - Nothing to migrate.
  1940. web_1 | - Loading initial data for socialaccount.
  1941. web_1 | Installed 0 object(s) from 0 fixture(s)
  1942. web_1 | Running migrations for django_extensions:
  1943. web_1 | - Nothing to migrate.
  1944. web_1 | - Loading initial data for django_extensions.
  1945. web_1 | Installed 0 object(s) from 0 fixture(s)
  1946. web_1 | ===================================
  1947. web_1 | Creating "root" User
  1948. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1949. web_1 | User "root" exists in API, trying to reactivate...
  1950. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1951. web_1 | ===================================
  1952. web_1 | ===================================
  1953. web_1 | Creating "admin" User
  1954. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1955. web_1 | User "admin" exists in API, trying to reactivate...
  1956. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1957. web_1 | ===================================
  1958. web_1 | Starting the server
  1959. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1960. web_1 |
  1961. web_1 | Fatal error: Unable to find local grunt.
  1962. web_1 |
  1963. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1964. web_1 | your project. For more information about installing and configuring grunt,
  1965. web_1 | please see the Getting Started guide:
  1966. web_1 |
  1967. web_1 | http://gruntjs.com/getting-started
  1968. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1969. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1970. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1971. web_1 |
  1972. web_1 | Host IP=172.19.0.1
  1973. web_1 |
  1974. web_1 | Syncing...
  1975. web_1 | Creating tables ...
  1976. web_1 | Installing custom SQL ...
  1977. web_1 | Installing indexes ...
  1978. web_1 | Installed 0 object(s) from 0 fixture(s)
  1979. web_1 |
  1980. web_1 | Synced:
  1981. web_1 | > django.contrib.auth
  1982. web_1 | > django.contrib.contenttypes
  1983. web_1 | > django.contrib.sessions
  1984. web_1 | > django.contrib.sites
  1985. web_1 | > django.contrib.messages
  1986. web_1 | > django.contrib.staticfiles
  1987. web_1 | > django.contrib.admin
  1988. web_1 | > south
  1989. web_1 | > crispy_forms
  1990. web_1 | > avatar
  1991. web_1 | > bootstrap3
  1992. web_1 | > users
  1993. web_1 | > allauth
  1994. web_1 | > allauth.account
  1995. web_1 | > django.contrib.humanize
  1996. web_1 | > debug_toolbar
  1997. web_1 |
  1998. web_1 | Not synced (use migrations):
  1999. web_1 | - allauth.socialaccount
  2000. web_1 | - django_extensions
  2001. web_1 | (use ./manage.py migrate to migrate these)
  2002. web_1 | Running migrations for socialaccount:
  2003. web_1 | - Nothing to migrate.
  2004. web_1 | - Loading initial data for socialaccount.
  2005. web_1 | Installed 0 object(s) from 0 fixture(s)
  2006. web_1 | Running migrations for django_extensions:
  2007. web_1 | - Nothing to migrate.
  2008. web_1 | - Loading initial data for django_extensions.
  2009. web_1 | Installed 0 object(s) from 0 fixture(s)
  2010. web_1 | ===================================
  2011. web_1 | Creating "root" User
  2012. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2013. web_1 | User "root" exists in API, trying to reactivate...
  2014. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2015. web_1 | ===================================
  2016. web_1 | ===================================
  2017. web_1 | Creating "admin" User
  2018. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2019. web_1 | User "admin" exists in API, trying to reactivate...
  2020. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2021. web_1 | ===================================
  2022. web_1 | Starting the server
  2023. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2024. web_1 |
  2025. web_1 | Fatal error: Unable to find local grunt.
  2026. web_1 |
  2027. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2028. web_1 | your project. For more information about installing and configuring grunt,
  2029. web_1 | please see the Getting Started guide:
  2030. web_1 |
  2031. web_1 | http://gruntjs.com/getting-started
  2032. db_web_1 | LOG: incomplete startup packet
  2033. oclweb_web_1 exited with code 99
  2034. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2035. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2036. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  2037. web_1 |
  2038. web_1 | Host IP=172.19.0.1
  2039. web_1 |
  2040. web_1 | Syncing...
  2041. web_1 | Creating tables ...
  2042. web_1 | Creating table auth_permission
  2043. web_1 | Creating table auth_group_permissions
  2044. web_1 | Creating table auth_group
  2045. web_1 | Creating table django_content_type
  2046. web_1 | Creating table django_session
  2047. web_1 | Creating table django_site
  2048. web_1 | Creating table django_admin_log
  2049. web_1 | Creating table south_migrationhistory
  2050. web_1 | Creating table avatar_avatar
  2051. web_1 | Creating table users_user_groups
  2052. web_1 | Creating table users_user_user_permissions
  2053. web_1 | Creating table users_user
  2054. web_1 | Creating table account_emailaddress
  2055. web_1 | Creating table account_emailconfirmation
  2056. web_1 | Installing custom SQL ...
  2057. web_1 | Installing indexes ...
  2058. web_1 | Installed 0 object(s) from 0 fixture(s)
  2059. web_1 |
  2060. web_1 | Synced:
  2061. web_1 | > django.contrib.auth
  2062. web_1 | > django.contrib.contenttypes
  2063. web_1 | > django.contrib.sessions
  2064. web_1 | > django.contrib.sites
  2065. web_1 | > django.contrib.messages
  2066. web_1 | > django.contrib.staticfiles
  2067. web_1 | > django.contrib.admin
  2068. web_1 | > south
  2069. web_1 | > crispy_forms
  2070. web_1 | > avatar
  2071. web_1 | > bootstrap3
  2072. web_1 | > users
  2073. web_1 | > allauth
  2074. web_1 | > allauth.account
  2075. web_1 | > django.contrib.humanize
  2076. web_1 | > debug_toolbar
  2077. web_1 |
  2078. web_1 | Not synced (use migrations):
  2079. web_1 | - allauth.socialaccount
  2080. web_1 | - django_extensions
  2081. web_1 | (use ./manage.py migrate to migrate these)
  2082. web_1 | Running migrations for socialaccount:
  2083. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  2084. web_1 | > socialaccount:0001_initial
  2085. web_1 | > socialaccount:0002_genericmodels
  2086. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  2087. web_1 | > socialaccount:0004_add_sites
  2088. web_1 | > socialaccount:0005_set_sites
  2089. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  2090. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  2091. web_1 | > socialaccount:0008_client_id
  2092. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  2093. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  2094. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  2095. web_1 | - Loading initial data for socialaccount.
  2096. web_1 | Installed 0 object(s) from 0 fixture(s)
  2097. web_1 | Running migrations for django_extensions:
  2098. web_1 | - Migrating forwards to 0001_empty.
  2099. web_1 | > django_extensions:0001_empty
  2100. web_1 | - Loading initial data for django_extensions.
  2101. web_1 | Installed 0 object(s) from 0 fixture(s)
  2102. web_1 | ===================================
  2103. web_1 | Creating "root" User
  2104. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2105. web_1 | User "root" exists in API, trying to reactivate...
  2106. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2107. web_1 | ===================================
  2108. web_1 | ===================================
  2109. web_1 | Creating "admin" User
  2110. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2111. web_1 | User "admin" synced to API
  2112. web_1 | ===================================
  2113. web_1 | Starting the server
  2114. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2115. web_1 |
  2116. web_1 | Fatal error: Unable to find local grunt.
  2117. web_1 |
  2118. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2119. web_1 | your project. For more information about installing and configuring grunt,
  2120. web_1 | please see the Getting Started guide:
  2121. web_1 |
  2122. web_1 | http://gruntjs.com/getting-started
  2123. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2124. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2125. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2126. web_1 |
  2127. web_1 | Host IP=172.19.0.1
  2128. web_1 |
  2129. web_1 | Syncing...
  2130. web_1 | Creating tables ...
  2131. web_1 | Installing custom SQL ...
  2132. web_1 | Installing indexes ...
  2133. web_1 | Installed 0 object(s) from 0 fixture(s)
  2134. web_1 |
  2135. web_1 | Synced:
  2136. web_1 | > django.contrib.auth
  2137. web_1 | > django.contrib.contenttypes
  2138. web_1 | > django.contrib.sessions
  2139. web_1 | > django.contrib.sites
  2140. web_1 | > django.contrib.messages
  2141. web_1 | > django.contrib.staticfiles
  2142. web_1 | > django.contrib.admin
  2143. web_1 | > south
  2144. web_1 | > crispy_forms
  2145. web_1 | > avatar
  2146. web_1 | > bootstrap3
  2147. web_1 | > users
  2148. web_1 | > allauth
  2149. web_1 | > allauth.account
  2150. web_1 | > django.contrib.humanize
  2151. web_1 | > debug_toolbar
  2152. web_1 |
  2153. web_1 | Not synced (use migrations):
  2154. web_1 | - allauth.socialaccount
  2155. web_1 | - django_extensions
  2156. web_1 | (use ./manage.py migrate to migrate these)
  2157. web_1 | Running migrations for socialaccount:
  2158. web_1 | - Nothing to migrate.
  2159. web_1 | - Loading initial data for socialaccount.
  2160. web_1 | Installed 0 object(s) from 0 fixture(s)
  2161. web_1 | Running migrations for django_extensions:
  2162. web_1 | - Nothing to migrate.
  2163. web_1 | - Loading initial data for django_extensions.
  2164. web_1 | Installed 0 object(s) from 0 fixture(s)
  2165. web_1 | ===================================
  2166. web_1 | Creating "root" User
  2167. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2168. web_1 | User "root" exists in API, trying to reactivate...
  2169. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2170. web_1 | ===================================
  2171. web_1 | ===================================
  2172. web_1 | Creating "admin" User
  2173. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2174. web_1 | User "admin" exists in API, trying to reactivate...
  2175. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2176. web_1 | ===================================
  2177. web_1 | Starting the server
  2178. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2179. web_1 |
  2180. web_1 | Fatal error: Unable to find local grunt.
  2181. web_1 |
  2182. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2183. web_1 | your project. For more information about installing and configuring grunt,
  2184. web_1 | please see the Getting Started guide:
  2185. web_1 |
  2186. web_1 | http://gruntjs.com/getting-started
  2187. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2188. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2189. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2190. web_1 |
  2191. web_1 | Host IP=172.19.0.1
  2192. web_1 |
  2193. web_1 | Syncing...
  2194. web_1 | Creating tables ...
  2195. web_1 | Installing custom SQL ...
  2196. web_1 | Installing indexes ...
  2197. web_1 | Installed 0 object(s) from 0 fixture(s)
  2198. web_1 |
  2199. web_1 | Synced:
  2200. web_1 | > django.contrib.auth
  2201. web_1 | > django.contrib.contenttypes
  2202. web_1 | > django.contrib.sessions
  2203. web_1 | > django.contrib.sites
  2204. web_1 | > django.contrib.messages
  2205. web_1 | > django.contrib.staticfiles
  2206. web_1 | > django.contrib.admin
  2207. web_1 | > south
  2208. web_1 | > crispy_forms
  2209. web_1 | > avatar
  2210. web_1 | > bootstrap3
  2211. web_1 | > users
  2212. web_1 | > allauth
  2213. web_1 | > allauth.account
  2214. web_1 | > django.contrib.humanize
  2215. web_1 | > debug_toolbar
  2216. web_1 |
  2217. web_1 | Not synced (use migrations):
  2218. web_1 | - allauth.socialaccount
  2219. web_1 | - django_extensions
  2220. web_1 | (use ./manage.py migrate to migrate these)
  2221. web_1 | Running migrations for socialaccount:
  2222. web_1 | - Nothing to migrate.
  2223. web_1 | - Loading initial data for socialaccount.
  2224. web_1 | Installed 0 object(s) from 0 fixture(s)
  2225. web_1 | Running migrations for django_extensions:
  2226. web_1 | - Nothing to migrate.
  2227. web_1 | - Loading initial data for django_extensions.
  2228. web_1 | Installed 0 object(s) from 0 fixture(s)
  2229. web_1 | ===================================
  2230. web_1 | Creating "root" User
  2231. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2232. web_1 | User "root" exists in API, trying to reactivate...
  2233. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2234. web_1 | ===================================
  2235. web_1 | ===================================
  2236. web_1 | Creating "admin" User
  2237. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2238. web_1 | User "admin" exists in API, trying to reactivate...
  2239. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2240. web_1 | ===================================
  2241. web_1 | Starting the server
  2242. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2243. web_1 |
  2244. web_1 | Fatal error: Unable to find local grunt.
  2245. web_1 |
  2246. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2247. web_1 | your project. For more information about installing and configuring grunt,
  2248. web_1 | please see the Getting Started guide:
  2249. web_1 |
  2250. web_1 | http://gruntjs.com/getting-started
  2251. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2252. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2253. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2254. web_1 |
  2255. web_1 | Host IP=172.19.0.1
  2256. web_1 |
  2257. web_1 | Syncing...
  2258. web_1 | Creating tables ...
  2259. web_1 | Installing custom SQL ...
  2260. web_1 | Installing indexes ...
  2261. web_1 | Installed 0 object(s) from 0 fixture(s)
  2262. web_1 |
  2263. web_1 | Synced:
  2264. web_1 | > django.contrib.auth
  2265. web_1 | > django.contrib.contenttypes
  2266. web_1 | > django.contrib.sessions
  2267. web_1 | > django.contrib.sites
  2268. web_1 | > django.contrib.messages
  2269. web_1 | > django.contrib.staticfiles
  2270. web_1 | > django.contrib.admin
  2271. web_1 | > south
  2272. web_1 | > crispy_forms
  2273. web_1 | > avatar
  2274. web_1 | > bootstrap3
  2275. web_1 | > users
  2276. web_1 | > allauth
  2277. web_1 | > allauth.account
  2278. web_1 | > django.contrib.humanize
  2279. web_1 | > debug_toolbar
  2280. web_1 |
  2281. web_1 | Not synced (use migrations):
  2282. web_1 | - allauth.socialaccount
  2283. web_1 | - django_extensions
  2284. web_1 | (use ./manage.py migrate to migrate these)
  2285. web_1 | Running migrations for socialaccount:
  2286. web_1 | - Nothing to migrate.
  2287. web_1 | - Loading initial data for socialaccount.
  2288. web_1 | Installed 0 object(s) from 0 fixture(s)
  2289. web_1 | Running migrations for django_extensions:
  2290. web_1 | - Nothing to migrate.
  2291. web_1 | - Loading initial data for django_extensions.
  2292. web_1 | Installed 0 object(s) from 0 fixture(s)
  2293. web_1 | ===================================
  2294. web_1 | Creating "root" User
  2295. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2296. web_1 | User "root" exists in API, trying to reactivate...
  2297. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2298. web_1 | ===================================
  2299. web_1 | ===================================
  2300. web_1 | Creating "admin" User
  2301. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2302. web_1 | User "admin" exists in API, trying to reactivate...
  2303. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2304. web_1 | ===================================
  2305. web_1 | Starting the server
  2306. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2307. web_1 |
  2308. web_1 | Fatal error: Unable to find local grunt.
  2309. web_1 |
  2310. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2311. web_1 | your project. For more information about installing and configuring grunt,
  2312. web_1 | please see the Getting Started guide:
  2313. web_1 |
  2314. web_1 | http://gruntjs.com/getting-started
  2315. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2316. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2317. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2318. web_1 |
  2319. web_1 | Host IP=172.19.0.1
  2320. web_1 |
  2321. web_1 | Syncing...
  2322. web_1 | Creating tables ...
  2323. web_1 | Installing custom SQL ...
  2324. web_1 | Installing indexes ...
  2325. web_1 | Installed 0 object(s) from 0 fixture(s)
  2326. web_1 |
  2327. web_1 | Synced:
  2328. web_1 | > django.contrib.auth
  2329. web_1 | > django.contrib.contenttypes
  2330. web_1 | > django.contrib.sessions
  2331. web_1 | > django.contrib.sites
  2332. web_1 | > django.contrib.messages
  2333. web_1 | > django.contrib.staticfiles
  2334. web_1 | > django.contrib.admin
  2335. web_1 | > south
  2336. web_1 | > crispy_forms
  2337. web_1 | > avatar
  2338. web_1 | > bootstrap3
  2339. web_1 | > users
  2340. web_1 | > allauth
  2341. web_1 | > allauth.account
  2342. web_1 | > django.contrib.humanize
  2343. web_1 | > debug_toolbar
  2344. web_1 |
  2345. web_1 | Not synced (use migrations):
  2346. web_1 | - allauth.socialaccount
  2347. web_1 | - django_extensions
  2348. web_1 | (use ./manage.py migrate to migrate these)
  2349. web_1 | Running migrations for socialaccount:
  2350. web_1 | - Nothing to migrate.
  2351. web_1 | - Loading initial data for socialaccount.
  2352. web_1 | Installed 0 object(s) from 0 fixture(s)
  2353. web_1 | Running migrations for django_extensions:
  2354. web_1 | - Nothing to migrate.
  2355. web_1 | - Loading initial data for django_extensions.
  2356. web_1 | Installed 0 object(s) from 0 fixture(s)
  2357. web_1 | ===================================
  2358. web_1 | Creating "root" User
  2359. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2360. web_1 | User "root" exists in API, trying to reactivate...
  2361. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2362. web_1 | ===================================
  2363. web_1 | ===================================
  2364. web_1 | Creating "admin" User
  2365. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2366. web_1 | User "admin" exists in API, trying to reactivate...
  2367. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2368. web_1 | ===================================
  2369. web_1 | Starting the server
  2370. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2371. web_1 |
  2372. web_1 | Fatal error: Unable to find local grunt.
  2373. web_1 |
  2374. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2375. web_1 | your project. For more information about installing and configuring grunt,
  2376. web_1 | please see the Getting Started guide:
  2377. web_1 |
  2378. web_1 | http://gruntjs.com/getting-started
  2379. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2380. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2381. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2382. web_1 |
  2383. web_1 | Host IP=172.19.0.1
  2384. web_1 |
  2385. web_1 | Syncing...
  2386. web_1 | Creating tables ...
  2387. web_1 | Installing custom SQL ...
  2388. web_1 | Installing indexes ...
  2389. web_1 | Installed 0 object(s) from 0 fixture(s)
  2390. web_1 |
  2391. web_1 | Synced:
  2392. web_1 | > django.contrib.auth
  2393. web_1 | > django.contrib.contenttypes
  2394. web_1 | > django.contrib.sessions
  2395. web_1 | > django.contrib.sites
  2396. web_1 | > django.contrib.messages
  2397. web_1 | > django.contrib.staticfiles
  2398. web_1 | > django.contrib.admin
  2399. web_1 | > south
  2400. web_1 | > crispy_forms
  2401. web_1 | > avatar
  2402. web_1 | > bootstrap3
  2403. web_1 | > users
  2404. web_1 | > allauth
  2405. web_1 | > allauth.account
  2406. web_1 | > django.contrib.humanize
  2407. web_1 | > debug_toolbar
  2408. web_1 |
  2409. web_1 | Not synced (use migrations):
  2410. web_1 | - allauth.socialaccount
  2411. web_1 | - django_extensions
  2412. web_1 | (use ./manage.py migrate to migrate these)
  2413. web_1 | Running migrations for socialaccount:
  2414. web_1 | - Nothing to migrate.
  2415. db_web_1 | LOG: incomplete startup packet
  2416. web_1 | - Loading initial data for socialaccount.
  2417. web_1 | Installed 0 object(s) from 0 fixture(s)
  2418. web_1 | Running migrations for django_extensions:
  2419. web_1 | - Nothing to migrate.
  2420. web_1 | - Loading initial data for django_extensions.
  2421. web_1 | Installed 0 object(s) from 0 fixture(s)
  2422. web_1 | ===================================
  2423. web_1 | Creating "root" User
  2424. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2425. web_1 | User "root" exists in API, trying to reactivate...
  2426. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2427. web_1 | ===================================
  2428. web_1 | ===================================
  2429. web_1 | Creating "admin" User
  2430. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2431. web_1 | User "admin" exists in API, trying to reactivate...
  2432. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2433. web_1 | ===================================
  2434. web_1 | Starting the server
  2435. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2436. web_1 |
  2437. web_1 | Fatal error: Unable to find local grunt.
  2438. web_1 |
  2439. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2440. web_1 | your project. For more information about installing and configuring grunt,
  2441. web_1 | please see the Getting Started guide:
  2442. web_1 |
  2443. web_1 | http://gruntjs.com/getting-started
  2444. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2445. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2446. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2447. web_1 |
  2448. web_1 | Host IP=172.19.0.1
  2449. web_1 |
  2450. web_1 | Syncing...
  2451. web_1 | Creating tables ...
  2452. web_1 | Installing custom SQL ...
  2453. web_1 | Installing indexes ...
  2454. web_1 | Installed 0 object(s) from 0 fixture(s)
  2455. web_1 |
  2456. web_1 | Synced:
  2457. web_1 | > django.contrib.auth
  2458. web_1 | > django.contrib.contenttypes
  2459. web_1 | > django.contrib.sessions
  2460. web_1 | > django.contrib.sites
  2461. web_1 | > django.contrib.messages
  2462. web_1 | > django.contrib.staticfiles
  2463. web_1 | > django.contrib.admin
  2464. web_1 | > south
  2465. web_1 | > crispy_forms
  2466. web_1 | > avatar
  2467. web_1 | > bootstrap3
  2468. web_1 | > users
  2469. web_1 | > allauth
  2470. web_1 | > allauth.account
  2471. web_1 | > django.contrib.humanize
  2472. web_1 | > debug_toolbar
  2473. web_1 |
  2474. web_1 | Not synced (use migrations):
  2475. web_1 | - allauth.socialaccount
  2476. web_1 | - django_extensions
  2477. web_1 | (use ./manage.py migrate to migrate these)
  2478. web_1 | Running migrations for socialaccount:
  2479. web_1 | - Nothing to migrate.
  2480. web_1 | - Loading initial data for socialaccount.
  2481. web_1 | Installed 0 object(s) from 0 fixture(s)
  2482. web_1 | Running migrations for django_extensions:
  2483. web_1 | - Nothing to migrate.
  2484. web_1 | - Loading initial data for django_extensions.
  2485. web_1 | Installed 0 object(s) from 0 fixture(s)
  2486. web_1 | ===================================
  2487. web_1 | Creating "root" User
  2488. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2489. web_1 | User "root" exists in API, trying to reactivate...
  2490. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2491. web_1 | ===================================
  2492. web_1 | ===================================
  2493. web_1 | Creating "admin" User
  2494. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2495. web_1 | User "admin" exists in API, trying to reactivate...
  2496. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2497. web_1 | ===================================
  2498. web_1 | Starting the server
  2499. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2500. web_1 |
  2501. web_1 | Fatal error: Unable to find local grunt.
  2502. web_1 |
  2503. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2504. web_1 | your project. For more information about installing and configuring grunt,
  2505. web_1 | please see the Getting Started guide:
  2506. web_1 |
  2507. web_1 | http://gruntjs.com/getting-started
  2508. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2509. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2510. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2511. web_1 |
  2512. web_1 | Host IP=172.19.0.1
  2513. web_1 |
  2514. web_1 | Syncing...
  2515. web_1 | Creating tables ...
  2516. web_1 | Installing custom SQL ...
  2517. web_1 | Installing indexes ...
  2518. web_1 | Installed 0 object(s) from 0 fixture(s)
  2519. web_1 |
  2520. web_1 | Synced:
  2521. web_1 | > django.contrib.auth
  2522. web_1 | > django.contrib.contenttypes
  2523. web_1 | > django.contrib.sessions
  2524. web_1 | > django.contrib.sites
  2525. web_1 | > django.contrib.messages
  2526. web_1 | > django.contrib.staticfiles
  2527. web_1 | > django.contrib.admin
  2528. web_1 | > south
  2529. web_1 | > crispy_forms
  2530. web_1 | > avatar
  2531. web_1 | > bootstrap3
  2532. web_1 | > users
  2533. web_1 | > allauth
  2534. web_1 | > allauth.account
  2535. web_1 | > django.contrib.humanize
  2536. web_1 | > debug_toolbar
  2537. web_1 |
  2538. web_1 | Not synced (use migrations):
  2539. web_1 | - allauth.socialaccount
  2540. web_1 | - django_extensions
  2541. web_1 | (use ./manage.py migrate to migrate these)
  2542. web_1 | Running migrations for socialaccount:
  2543. web_1 | - Nothing to migrate.
  2544. web_1 | - Loading initial data for socialaccount.
  2545. web_1 | Installed 0 object(s) from 0 fixture(s)
  2546. web_1 | Running migrations for django_extensions:
  2547. web_1 | - Nothing to migrate.
  2548. web_1 | - Loading initial data for django_extensions.
  2549. web_1 | Installed 0 object(s) from 0 fixture(s)
  2550. web_1 | ===================================
  2551. web_1 | Creating "root" User
  2552. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2553. web_1 | User "root" exists in API, trying to reactivate...
  2554. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2555. web_1 | ===================================
  2556. web_1 | ===================================
  2557. web_1 | Creating "admin" User
  2558. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2559. web_1 | User "admin" exists in API, trying to reactivate...
  2560. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2561. web_1 | ===================================
  2562. web_1 | Starting the server
  2563. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2564. web_1 |
  2565. web_1 | Fatal error: Unable to find local grunt.
  2566. web_1 |
  2567. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2568. web_1 | your project. For more information about installing and configuring grunt,
  2569. web_1 | please see the Getting Started guide:
  2570. web_1 |
  2571. web_1 | http://gruntjs.com/getting-started
  2572. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2573. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2574. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2575. web_1 |
  2576. web_1 | Host IP=172.19.0.1
  2577. web_1 |
  2578. web_1 | Syncing...
  2579. web_1 | Creating tables ...
  2580. web_1 | Installing custom SQL ...
  2581. web_1 | Installing indexes ...
  2582. web_1 | Installed 0 object(s) from 0 fixture(s)
  2583. web_1 |
  2584. web_1 | Synced:
  2585. web_1 | > django.contrib.auth
  2586. web_1 | > django.contrib.contenttypes
  2587. web_1 | > django.contrib.sessions
  2588. web_1 | > django.contrib.sites
  2589. web_1 | > django.contrib.messages
  2590. web_1 | > django.contrib.staticfiles
  2591. web_1 | > django.contrib.admin
  2592. web_1 | > south
  2593. web_1 | > crispy_forms
  2594. web_1 | > avatar
  2595. web_1 | > bootstrap3
  2596. web_1 | > users
  2597. web_1 | > allauth
  2598. web_1 | > allauth.account
  2599. web_1 | > django.contrib.humanize
  2600. web_1 | > debug_toolbar
  2601. web_1 |
  2602. web_1 | Not synced (use migrations):
  2603. web_1 | - allauth.socialaccount
  2604. web_1 | - django_extensions
  2605. web_1 | (use ./manage.py migrate to migrate these)
  2606. web_1 | Running migrations for socialaccount:
  2607. web_1 | - Nothing to migrate.
  2608. web_1 | - Loading initial data for socialaccount.
  2609. web_1 | Installed 0 object(s) from 0 fixture(s)
  2610. web_1 | Running migrations for django_extensions:
  2611. web_1 | - Nothing to migrate.
  2612. web_1 | - Loading initial data for django_extensions.
  2613. web_1 | Installed 0 object(s) from 0 fixture(s)
  2614. web_1 | ===================================
  2615. web_1 | Creating "root" User
  2616. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2617. web_1 | User "root" exists in API, trying to reactivate...
  2618. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2619. web_1 | ===================================
  2620. web_1 | ===================================
  2621. web_1 | Creating "admin" User
  2622. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2623. web_1 | User "admin" exists in API, trying to reactivate...
  2624. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2625. web_1 | ===================================
  2626. web_1 | Starting the server
  2627. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2628. web_1 |
  2629. web_1 | Fatal error: Unable to find local grunt.
  2630. web_1 |
  2631. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2632. web_1 | your project. For more information about installing and configuring grunt,
  2633. web_1 | please see the Getting Started guide:
  2634. web_1 |
  2635. web_1 | http://gruntjs.com/getting-started
  2636. db_web_1 | LOG: incomplete startup packet
  2637. oclweb_web_1 exited with code 99
  2638. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2639. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2640. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  2641. web_1 |
  2642. web_1 | Host IP=172.19.0.1
  2643. web_1 |
  2644. web_1 | Syncing...
  2645. web_1 | Creating tables ...
  2646. web_1 | Creating table auth_permission
  2647. web_1 | Creating table auth_group_permissions
  2648. web_1 | Creating table auth_group
  2649. web_1 | Creating table django_content_type
  2650. web_1 | Creating table django_session
  2651. web_1 | Creating table django_site
  2652. web_1 | Creating table django_admin_log
  2653. web_1 | Creating table south_migrationhistory
  2654. web_1 | Creating table avatar_avatar
  2655. web_1 | Creating table users_user_groups
  2656. web_1 | Creating table users_user_user_permissions
  2657. web_1 | Creating table users_user
  2658. web_1 | Creating table account_emailaddress
  2659. web_1 | Creating table account_emailconfirmation
  2660. web_1 | Installing custom SQL ...
  2661. web_1 | Installing indexes ...
  2662. web_1 | Installed 0 object(s) from 0 fixture(s)
  2663. web_1 |
  2664. web_1 | Synced:
  2665. web_1 | > django.contrib.auth
  2666. web_1 | > django.contrib.contenttypes
  2667. web_1 | > django.contrib.sessions
  2668. web_1 | > django.contrib.sites
  2669. web_1 | > django.contrib.messages
  2670. web_1 | > django.contrib.staticfiles
  2671. web_1 | > django.contrib.admin
  2672. web_1 | > south
  2673. web_1 | > crispy_forms
  2674. web_1 | > avatar
  2675. web_1 | > bootstrap3
  2676. web_1 | > users
  2677. web_1 | > allauth
  2678. web_1 | > allauth.account
  2679. web_1 | > django.contrib.humanize
  2680. web_1 | > debug_toolbar
  2681. web_1 |
  2682. web_1 | Not synced (use migrations):
  2683. web_1 | - allauth.socialaccount
  2684. web_1 | - django_extensions
  2685. web_1 | (use ./manage.py migrate to migrate these)
  2686. web_1 | Running migrations for socialaccount:
  2687. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  2688. web_1 | > socialaccount:0001_initial
  2689. web_1 | > socialaccount:0002_genericmodels
  2690. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  2691. web_1 | > socialaccount:0004_add_sites
  2692. web_1 | > socialaccount:0005_set_sites
  2693. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  2694. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  2695. web_1 | > socialaccount:0008_client_id
  2696. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  2697. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  2698. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  2699. web_1 | - Loading initial data for socialaccount.
  2700. web_1 | Installed 0 object(s) from 0 fixture(s)
  2701. web_1 | Running migrations for django_extensions:
  2702. web_1 | - Migrating forwards to 0001_empty.
  2703. web_1 | > django_extensions:0001_empty
  2704. web_1 | - Loading initial data for django_extensions.
  2705. web_1 | Installed 0 object(s) from 0 fixture(s)
  2706. web_1 | ===================================
  2707. web_1 | Creating "root" User
  2708. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2709. web_1 | User "root" exists in API, trying to reactivate...
  2710. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2711. web_1 | ===================================
  2712. web_1 | ===================================
  2713. web_1 | Creating "admin" User
  2714. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2715. web_1 | User "admin" synced to API
  2716. web_1 | ===================================
  2717. web_1 | Starting the server
  2718. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2719. web_1 |
  2720. web_1 | Fatal error: Unable to find local grunt.
  2721. web_1 |
  2722. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2723. web_1 | your project. For more information about installing and configuring grunt,
  2724. web_1 | please see the Getting Started guide:
  2725. web_1 |
  2726. web_1 | http://gruntjs.com/getting-started
  2727. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2728. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2729. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2730. web_1 |
  2731. web_1 | Host IP=172.19.0.1
  2732. web_1 |
  2733. web_1 | Syncing...
  2734. web_1 | Creating tables ...
  2735. web_1 | Installing custom SQL ...
  2736. web_1 | Installing indexes ...
  2737. web_1 | Installed 0 object(s) from 0 fixture(s)
  2738. web_1 |
  2739. web_1 | Synced:
  2740. web_1 | > django.contrib.auth
  2741. web_1 | > django.contrib.contenttypes
  2742. web_1 | > django.contrib.sessions
  2743. web_1 | > django.contrib.sites
  2744. web_1 | > django.contrib.messages
  2745. web_1 | > django.contrib.staticfiles
  2746. web_1 | > django.contrib.admin
  2747. web_1 | > south
  2748. web_1 | > crispy_forms
  2749. web_1 | > avatar
  2750. web_1 | > bootstrap3
  2751. web_1 | > users
  2752. web_1 | > allauth
  2753. web_1 | > allauth.account
  2754. web_1 | > django.contrib.humanize
  2755. web_1 | > debug_toolbar
  2756. web_1 |
  2757. web_1 | Not synced (use migrations):
  2758. web_1 | - allauth.socialaccount
  2759. web_1 | - django_extensions
  2760. web_1 | (use ./manage.py migrate to migrate these)
  2761. web_1 | Running migrations for socialaccount:
  2762. web_1 | - Nothing to migrate.
  2763. web_1 | - Loading initial data for socialaccount.
  2764. web_1 | Installed 0 object(s) from 0 fixture(s)
  2765. web_1 | Running migrations for django_extensions:
  2766. web_1 | - Nothing to migrate.
  2767. web_1 | - Loading initial data for django_extensions.
  2768. web_1 | Installed 0 object(s) from 0 fixture(s)
  2769. web_1 | ===================================
  2770. web_1 | Creating "root" User
  2771. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2772. web_1 | User "root" exists in API, trying to reactivate...
  2773. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2774. web_1 | ===================================
  2775. web_1 | ===================================
  2776. web_1 | Creating "admin" User
  2777. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2778. web_1 | User "admin" exists in API, trying to reactivate...
  2779. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2780. web_1 | ===================================
  2781. web_1 | Starting the server
  2782. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2783. web_1 |
  2784. web_1 | Fatal error: Unable to find local grunt.
  2785. web_1 |
  2786. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2787. web_1 | your project. For more information about installing and configuring grunt,
  2788. web_1 | please see the Getting Started guide:
  2789. web_1 |
  2790. web_1 | http://gruntjs.com/getting-started
  2791. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2792. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2793. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2794. web_1 |
  2795. web_1 | Host IP=172.19.0.1
  2796. web_1 |
  2797. web_1 | Syncing...
  2798. web_1 | Creating tables ...
  2799. web_1 | Installing custom SQL ...
  2800. web_1 | Installing indexes ...
  2801. web_1 | Installed 0 object(s) from 0 fixture(s)
  2802. web_1 |
  2803. web_1 | Synced:
  2804. web_1 | > django.contrib.auth
  2805. web_1 | > django.contrib.contenttypes
  2806. web_1 | > django.contrib.sessions
  2807. web_1 | > django.contrib.sites
  2808. web_1 | > django.contrib.messages
  2809. web_1 | > django.contrib.staticfiles
  2810. web_1 | > django.contrib.admin
  2811. web_1 | > south
  2812. web_1 | > crispy_forms
  2813. web_1 | > avatar
  2814. web_1 | > bootstrap3
  2815. web_1 | > users
  2816. web_1 | > allauth
  2817. web_1 | > allauth.account
  2818. web_1 | > django.contrib.humanize
  2819. web_1 | > debug_toolbar
  2820. web_1 |
  2821. web_1 | Not synced (use migrations):
  2822. web_1 | - allauth.socialaccount
  2823. web_1 | - django_extensions
  2824. web_1 | (use ./manage.py migrate to migrate these)
  2825. web_1 | Running migrations for socialaccount:
  2826. web_1 | - Nothing to migrate.
  2827. web_1 | - Loading initial data for socialaccount.
  2828. web_1 | Installed 0 object(s) from 0 fixture(s)
  2829. web_1 | Running migrations for django_extensions:
  2830. web_1 | - Nothing to migrate.
  2831. web_1 | - Loading initial data for django_extensions.
  2832. web_1 | Installed 0 object(s) from 0 fixture(s)
  2833. web_1 | ===================================
  2834. web_1 | Creating "root" User
  2835. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2836. web_1 | User "root" exists in API, trying to reactivate...
  2837. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2838. web_1 | ===================================
  2839. web_1 | ===================================
  2840. web_1 | Creating "admin" User
  2841. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2842. web_1 | User "admin" exists in API, trying to reactivate...
  2843. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2844. web_1 | ===================================
  2845. web_1 | Starting the server
  2846. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2847. web_1 |
  2848. web_1 | Fatal error: Unable to find local grunt.
  2849. web_1 |
  2850. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2851. web_1 | your project. For more information about installing and configuring grunt,
  2852. web_1 | please see the Getting Started guide:
  2853. web_1 |
  2854. web_1 | http://gruntjs.com/getting-started
  2855. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2856. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2857. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2858. web_1 |
  2859. web_1 | Host IP=172.19.0.1
  2860. web_1 |
  2861. web_1 | Syncing...
  2862. web_1 | Creating tables ...
  2863. web_1 | Installing custom SQL ...
  2864. web_1 | Installing indexes ...
  2865. web_1 | Installed 0 object(s) from 0 fixture(s)
  2866. web_1 |
  2867. web_1 | Synced:
  2868. web_1 | > django.contrib.auth
  2869. web_1 | > django.contrib.contenttypes
  2870. web_1 | > django.contrib.sessions
  2871. web_1 | > django.contrib.sites
  2872. web_1 | > django.contrib.messages
  2873. web_1 | > django.contrib.staticfiles
  2874. web_1 | > django.contrib.admin
  2875. web_1 | > south
  2876. web_1 | > crispy_forms
  2877. web_1 | > avatar
  2878. web_1 | > bootstrap3
  2879. web_1 | > users
  2880. web_1 | > allauth
  2881. web_1 | > allauth.account
  2882. web_1 | > django.contrib.humanize
  2883. web_1 | > debug_toolbar
  2884. web_1 |
  2885. web_1 | Not synced (use migrations):
  2886. web_1 | - allauth.socialaccount
  2887. web_1 | - django_extensions
  2888. web_1 | (use ./manage.py migrate to migrate these)
  2889. web_1 | Running migrations for socialaccount:
  2890. web_1 | - Nothing to migrate.
  2891. web_1 | - Loading initial data for socialaccount.
  2892. web_1 | Installed 0 object(s) from 0 fixture(s)
  2893. web_1 | Running migrations for django_extensions:
  2894. web_1 | - Nothing to migrate.
  2895. web_1 | - Loading initial data for django_extensions.
  2896. web_1 | Installed 0 object(s) from 0 fixture(s)
  2897. web_1 | ===================================
  2898. web_1 | Creating "root" User
  2899. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2900. web_1 | User "root" exists in API, trying to reactivate...
  2901. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2902. web_1 | ===================================
  2903. web_1 | ===================================
  2904. web_1 | Creating "admin" User
  2905. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2906. web_1 | User "admin" exists in API, trying to reactivate...
  2907. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2908. web_1 | ===================================
  2909. web_1 | Starting the server
  2910. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2911. web_1 |
  2912. web_1 | Fatal error: Unable to find local grunt.
  2913. web_1 |
  2914. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2915. web_1 | your project. For more information about installing and configuring grunt,
  2916. web_1 | please see the Getting Started guide:
  2917. web_1 |
  2918. web_1 | http://gruntjs.com/getting-started
  2919. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2920. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2921. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2922. web_1 |
  2923. web_1 | Host IP=172.19.0.1
  2924. web_1 |
  2925. web_1 | Syncing...
  2926. web_1 | Creating tables ...
  2927. web_1 | Installing custom SQL ...
  2928. web_1 | Installing indexes ...
  2929. web_1 | Installed 0 object(s) from 0 fixture(s)
  2930. web_1 |
  2931. web_1 | Synced:
  2932. web_1 | > django.contrib.auth
  2933. web_1 | > django.contrib.contenttypes
  2934. web_1 | > django.contrib.sessions
  2935. web_1 | > django.contrib.sites
  2936. web_1 | > django.contrib.messages
  2937. web_1 | > django.contrib.staticfiles
  2938. web_1 | > django.contrib.admin
  2939. web_1 | > south
  2940. web_1 | > crispy_forms
  2941. web_1 | > avatar
  2942. web_1 | > bootstrap3
  2943. web_1 | > users
  2944. web_1 | > allauth
  2945. web_1 | > allauth.account
  2946. web_1 | > django.contrib.humanize
  2947. web_1 | > debug_toolbar
  2948. web_1 |
  2949. web_1 | Not synced (use migrations):
  2950. web_1 | - allauth.socialaccount
  2951. web_1 | - django_extensions
  2952. web_1 | (use ./manage.py migrate to migrate these)
  2953. web_1 | Running migrations for socialaccount:
  2954. web_1 | - Nothing to migrate.
  2955. web_1 | - Loading initial data for socialaccount.
  2956. web_1 | Installed 0 object(s) from 0 fixture(s)
  2957. web_1 | Running migrations for django_extensions:
  2958. web_1 | - Nothing to migrate.
  2959. web_1 | - Loading initial data for django_extensions.
  2960. web_1 | Installed 0 object(s) from 0 fixture(s)
  2961. web_1 | ===================================
  2962. web_1 | Creating "root" User
  2963. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2964. web_1 | User "root" exists in API, trying to reactivate...
  2965. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  2966. web_1 | ===================================
  2967. web_1 | ===================================
  2968. web_1 | Creating "admin" User
  2969. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  2970. web_1 | User "admin" exists in API, trying to reactivate...
  2971. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  2972. web_1 | ===================================
  2973. web_1 | Starting the server
  2974. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  2975. web_1 |
  2976. web_1 | Fatal error: Unable to find local grunt.
  2977. web_1 |
  2978. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  2979. web_1 | your project. For more information about installing and configuring grunt,
  2980. web_1 | please see the Getting Started guide:
  2981. web_1 |
  2982. web_1 | http://gruntjs.com/getting-started
  2983. web_1 | Starting OpenBSD Secure Shell server: sshd.
  2984. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  2985. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  2986. db_web_1 | LOG: incomplete startup packet
  2987. web_1 |
  2988. web_1 | Host IP=172.19.0.1
  2989. web_1 |
  2990. web_1 | Syncing...
  2991. web_1 | Creating tables ...
  2992. web_1 | Installing custom SQL ...
  2993. web_1 | Installing indexes ...
  2994. web_1 | Installed 0 object(s) from 0 fixture(s)
  2995. web_1 |
  2996. web_1 | Synced:
  2997. web_1 | > django.contrib.auth
  2998. web_1 | > django.contrib.contenttypes
  2999. web_1 | > django.contrib.sessions
  3000. web_1 | > django.contrib.sites
  3001. web_1 | > django.contrib.messages
  3002. web_1 | > django.contrib.staticfiles
  3003. web_1 | > django.contrib.admin
  3004. web_1 | > south
  3005. web_1 | > crispy_forms
  3006. web_1 | > avatar
  3007. web_1 | > bootstrap3
  3008. web_1 | > users
  3009. web_1 | > allauth
  3010. web_1 | > allauth.account
  3011. web_1 | > django.contrib.humanize
  3012. web_1 | > debug_toolbar
  3013. web_1 |
  3014. web_1 | Not synced (use migrations):
  3015. web_1 | - allauth.socialaccount
  3016. web_1 | - django_extensions
  3017. web_1 | (use ./manage.py migrate to migrate these)
  3018. web_1 | Running migrations for socialaccount:
  3019. web_1 | - Nothing to migrate.
  3020. web_1 | - Loading initial data for socialaccount.
  3021. web_1 | Installed 0 object(s) from 0 fixture(s)
  3022. web_1 | Running migrations for django_extensions:
  3023. web_1 | - Nothing to migrate.
  3024. web_1 | - Loading initial data for django_extensions.
  3025. web_1 | Installed 0 object(s) from 0 fixture(s)
  3026. web_1 | ===================================
  3027. web_1 | Creating "root" User
  3028. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3029. web_1 | User "root" exists in API, trying to reactivate...
  3030. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3031. web_1 | ===================================
  3032. web_1 | ===================================
  3033. web_1 | Creating "admin" User
  3034. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3035. web_1 | User "admin" exists in API, trying to reactivate...
  3036. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3037. web_1 | ===================================
  3038. web_1 | Starting the server
  3039. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3040. web_1 |
  3041. web_1 | Fatal error: Unable to find local grunt.
  3042. web_1 |
  3043. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3044. web_1 | your project. For more information about installing and configuring grunt,
  3045. web_1 | please see the Getting Started guide:
  3046. web_1 |
  3047. web_1 | http://gruntjs.com/getting-started
  3048. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3049. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3050. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3051. web_1 |
  3052. web_1 | Host IP=172.19.0.1
  3053. web_1 |
  3054. web_1 | Syncing...
  3055. web_1 | Creating tables ...
  3056. web_1 | Installing custom SQL ...
  3057. web_1 | Installing indexes ...
  3058. web_1 | Installed 0 object(s) from 0 fixture(s)
  3059. web_1 |
  3060. web_1 | Synced:
  3061. web_1 | > django.contrib.auth
  3062. web_1 | > django.contrib.contenttypes
  3063. web_1 | > django.contrib.sessions
  3064. web_1 | > django.contrib.sites
  3065. web_1 | > django.contrib.messages
  3066. web_1 | > django.contrib.staticfiles
  3067. web_1 | > django.contrib.admin
  3068. web_1 | > south
  3069. web_1 | > crispy_forms
  3070. web_1 | > avatar
  3071. web_1 | > bootstrap3
  3072. web_1 | > users
  3073. web_1 | > allauth
  3074. web_1 | > allauth.account
  3075. web_1 | > django.contrib.humanize
  3076. web_1 | > debug_toolbar
  3077. web_1 |
  3078. web_1 | Not synced (use migrations):
  3079. web_1 | - allauth.socialaccount
  3080. web_1 | - django_extensions
  3081. web_1 | (use ./manage.py migrate to migrate these)
  3082. web_1 | Running migrations for socialaccount:
  3083. web_1 | - Nothing to migrate.
  3084. web_1 | - Loading initial data for socialaccount.
  3085. web_1 | Installed 0 object(s) from 0 fixture(s)
  3086. web_1 | Running migrations for django_extensions:
  3087. web_1 | - Nothing to migrate.
  3088. web_1 | - Loading initial data for django_extensions.
  3089. web_1 | Installed 0 object(s) from 0 fixture(s)
  3090. web_1 | ===================================
  3091. web_1 | Creating "root" User
  3092. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3093. web_1 | User "root" exists in API, trying to reactivate...
  3094. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3095. web_1 | ===================================
  3096. web_1 | ===================================
  3097. web_1 | Creating "admin" User
  3098. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3099. web_1 | User "admin" exists in API, trying to reactivate...
  3100. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3101. web_1 | ===================================
  3102. web_1 | Starting the server
  3103. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3104. web_1 |
  3105. web_1 | Fatal error: Unable to find local grunt.
  3106. web_1 |
  3107. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3108. web_1 | your project. For more information about installing and configuring grunt,
  3109. web_1 | please see the Getting Started guide:
  3110. web_1 |
  3111. web_1 | http://gruntjs.com/getting-started
  3112. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3113. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3114. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3115. web_1 |
  3116. web_1 | Host IP=172.19.0.1
  3117. web_1 |
  3118. web_1 | Syncing...
  3119. web_1 | Creating tables ...
  3120. web_1 | Installing custom SQL ...
  3121. web_1 | Installing indexes ...
  3122. web_1 | Installed 0 object(s) from 0 fixture(s)
  3123. web_1 |
  3124. web_1 | Synced:
  3125. web_1 | > django.contrib.auth
  3126. web_1 | > django.contrib.contenttypes
  3127. web_1 | > django.contrib.sessions
  3128. web_1 | > django.contrib.sites
  3129. web_1 | > django.contrib.messages
  3130. web_1 | > django.contrib.staticfiles
  3131. web_1 | > django.contrib.admin
  3132. web_1 | > south
  3133. web_1 | > crispy_forms
  3134. web_1 | > avatar
  3135. web_1 | > bootstrap3
  3136. web_1 | > users
  3137. web_1 | > allauth
  3138. web_1 | > allauth.account
  3139. web_1 | > django.contrib.humanize
  3140. web_1 | > debug_toolbar
  3141. web_1 |
  3142. web_1 | Not synced (use migrations):
  3143. web_1 | - allauth.socialaccount
  3144. web_1 | - django_extensions
  3145. web_1 | (use ./manage.py migrate to migrate these)
  3146. web_1 | Running migrations for socialaccount:
  3147. web_1 | - Nothing to migrate.
  3148. web_1 | - Loading initial data for socialaccount.
  3149. web_1 | Installed 0 object(s) from 0 fixture(s)
  3150. web_1 | Running migrations for django_extensions:
  3151. web_1 | - Nothing to migrate.
  3152. web_1 | - Loading initial data for django_extensions.
  3153. web_1 | Installed 0 object(s) from 0 fixture(s)
  3154. web_1 | ===================================
  3155. web_1 | Creating "root" User
  3156. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3157. web_1 | User "root" exists in API, trying to reactivate...
  3158. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3159. web_1 | ===================================
  3160. web_1 | ===================================
  3161. web_1 | Creating "admin" User
  3162. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3163. web_1 | User "admin" exists in API, trying to reactivate...
  3164. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3165. web_1 | ===================================
  3166. web_1 | Starting the server
  3167. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3168. web_1 |
  3169. web_1 | Fatal error: Unable to find local grunt.
  3170. web_1 |
  3171. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3172. web_1 | your project. For more information about installing and configuring grunt,
  3173. web_1 | please see the Getting Started guide:
  3174. web_1 |
  3175. web_1 | http://gruntjs.com/getting-started
  3176. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3177. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3178. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3179. web_1 |
  3180. web_1 | Host IP=172.19.0.1
  3181. web_1 |
  3182. web_1 | Syncing...
  3183. web_1 | Creating tables ...
  3184. web_1 | Installing custom SQL ...
  3185. web_1 | Installing indexes ...
  3186. web_1 | Installed 0 object(s) from 0 fixture(s)
  3187. web_1 |
  3188. web_1 | Synced:
  3189. web_1 | > django.contrib.auth
  3190. web_1 | > django.contrib.contenttypes
  3191. web_1 | > django.contrib.sessions
  3192. web_1 | > django.contrib.sites
  3193. web_1 | > django.contrib.messages
  3194. web_1 | > django.contrib.staticfiles
  3195. web_1 | > django.contrib.admin
  3196. web_1 | > south
  3197. web_1 | > crispy_forms
  3198. web_1 | > avatar
  3199. web_1 | > bootstrap3
  3200. web_1 | > users
  3201. web_1 | > allauth
  3202. web_1 | > allauth.account
  3203. web_1 | > django.contrib.humanize
  3204. web_1 | > debug_toolbar
  3205. web_1 |
  3206. web_1 | Not synced (use migrations):
  3207. web_1 | - allauth.socialaccount
  3208. web_1 | - django_extensions
  3209. web_1 | (use ./manage.py migrate to migrate these)
  3210. web_1 | Running migrations for socialaccount:
  3211. web_1 | - Nothing to migrate.
  3212. web_1 | - Loading initial data for socialaccount.
  3213. web_1 | Installed 0 object(s) from 0 fixture(s)
  3214. web_1 | Running migrations for django_extensions:
  3215. web_1 | - Nothing to migrate.
  3216. web_1 | - Loading initial data for django_extensions.
  3217. web_1 | Installed 0 object(s) from 0 fixture(s)
  3218. web_1 | ===================================
  3219. web_1 | Creating "root" User
  3220. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3221. web_1 | User "root" exists in API, trying to reactivate...
  3222. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3223. web_1 | ===================================
  3224. web_1 | ===================================
  3225. web_1 | Creating "admin" User
  3226. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3227. web_1 | User "admin" exists in API, trying to reactivate...
  3228. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3229. web_1 | ===================================
  3230. web_1 | Starting the server
  3231. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3232. web_1 |
  3233. web_1 | Fatal error: Unable to find local grunt.
  3234. web_1 |
  3235. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3236. web_1 | your project. For more information about installing and configuring grunt,
  3237. web_1 | please see the Getting Started guide:
  3238. web_1 |
  3239. web_1 | http://gruntjs.com/getting-started
  3240. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3241. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3242. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3243. web_1 |
  3244. web_1 | Host IP=172.19.0.1
  3245. web_1 |
  3246. web_1 | Syncing...
  3247. web_1 | Creating tables ...
  3248. web_1 | Installing custom SQL ...
  3249. web_1 | Installing indexes ...
  3250. web_1 | Installed 0 object(s) from 0 fixture(s)
  3251. web_1 |
  3252. web_1 | Synced:
  3253. web_1 | > django.contrib.auth
  3254. web_1 | > django.contrib.contenttypes
  3255. web_1 | > django.contrib.sessions
  3256. web_1 | > django.contrib.sites
  3257. web_1 | > django.contrib.messages
  3258. web_1 | > django.contrib.staticfiles
  3259. web_1 | > django.contrib.admin
  3260. web_1 | > south
  3261. web_1 | > crispy_forms
  3262. web_1 | > avatar
  3263. web_1 | > bootstrap3
  3264. web_1 | > users
  3265. web_1 | > allauth
  3266. web_1 | > allauth.account
  3267. web_1 | > django.contrib.humanize
  3268. web_1 | > debug_toolbar
  3269. web_1 |
  3270. web_1 | Not synced (use migrations):
  3271. web_1 | - allauth.socialaccount
  3272. web_1 | - django_extensions
  3273. web_1 | (use ./manage.py migrate to migrate these)
  3274. web_1 | Running migrations for socialaccount:
  3275. web_1 | - Nothing to migrate.
  3276. web_1 | - Loading initial data for socialaccount.
  3277. web_1 | Installed 0 object(s) from 0 fixture(s)
  3278. web_1 | Running migrations for django_extensions:
  3279. web_1 | - Nothing to migrate.
  3280. web_1 | - Loading initial data for django_extensions.
  3281. web_1 | Installed 0 object(s) from 0 fixture(s)
  3282. web_1 | ===================================
  3283. web_1 | Creating "root" User
  3284. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3285. web_1 | User "root" exists in API, trying to reactivate...
  3286. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3287. web_1 | ===================================
  3288. web_1 | ===================================
  3289. web_1 | Creating "admin" User
  3290. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3291. web_1 | User "admin" exists in API, trying to reactivate...
  3292. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3293. web_1 | ===================================
  3294. web_1 | Starting the server
  3295. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3296. web_1 |
  3297. web_1 | Fatal error: Unable to find local grunt.
  3298. web_1 |
  3299. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3300. web_1 | your project. For more information about installing and configuring grunt,
  3301. web_1 | please see the Getting Started guide:
  3302. web_1 |
  3303. web_1 | http://gruntjs.com/getting-started
  3304. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3305. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3306. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3307. web_1 |
  3308. web_1 | Host IP=172.19.0.1
  3309. web_1 |
  3310. web_1 | Syncing...
  3311. web_1 | Creating tables ...
  3312. web_1 | Installing custom SQL ...
  3313. web_1 | Installing indexes ...
  3314. web_1 | Installed 0 object(s) from 0 fixture(s)
  3315. web_1 |
  3316. web_1 | Synced:
  3317. web_1 | > django.contrib.auth
  3318. web_1 | > django.contrib.contenttypes
  3319. web_1 | > django.contrib.sessions
  3320. web_1 | > django.contrib.sites
  3321. web_1 | > django.contrib.messages
  3322. web_1 | > django.contrib.staticfiles
  3323. web_1 | > django.contrib.admin
  3324. web_1 | > south
  3325. web_1 | > crispy_forms
  3326. web_1 | > avatar
  3327. web_1 | > bootstrap3
  3328. web_1 | > users
  3329. web_1 | > allauth
  3330. web_1 | > allauth.account
  3331. web_1 | > django.contrib.humanize
  3332. web_1 | > debug_toolbar
  3333. web_1 |
  3334. web_1 | Not synced (use migrations):
  3335. web_1 | - allauth.socialaccount
  3336. web_1 | - django_extensions
  3337. web_1 | (use ./manage.py migrate to migrate these)
  3338. web_1 | Running migrations for socialaccount:
  3339. web_1 | - Nothing to migrate.
  3340. web_1 | - Loading initial data for socialaccount.
  3341. web_1 | Installed 0 object(s) from 0 fixture(s)
  3342. web_1 | Running migrations for django_extensions:
  3343. web_1 | - Nothing to migrate.
  3344. web_1 | - Loading initial data for django_extensions.
  3345. web_1 | Installed 0 object(s) from 0 fixture(s)
  3346. web_1 | ===================================
  3347. web_1 | Creating "root" User
  3348. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3349. web_1 | User "root" exists in API, trying to reactivate...
  3350. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3351. web_1 | ===================================
  3352. web_1 | ===================================
  3353. web_1 | Creating "admin" User
  3354. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3355. web_1 | User "admin" exists in API, trying to reactivate...
  3356. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3357. web_1 | ===================================
  3358. web_1 | Starting the server
  3359. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3360. web_1 |
  3361. web_1 | Fatal error: Unable to find local grunt.
  3362. web_1 |
  3363. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3364. web_1 | your project. For more information about installing and configuring grunt,
  3365. web_1 | please see the Getting Started guide:
  3366. web_1 |
  3367. web_1 | http://gruntjs.com/getting-started
  3368. db_web_1 | LOG: incomplete startup packet
  3369. oclweb_web_1 exited with code 99
  3370. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3371. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3372. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  3373. web_1 |
  3374. web_1 | Host IP=172.19.0.1
  3375. web_1 |
  3376. web_1 | Syncing...
  3377. web_1 | Creating tables ...
  3378. web_1 | Creating table auth_permission
  3379. web_1 | Creating table auth_group_permissions
  3380. web_1 | Creating table auth_group
  3381. web_1 | Creating table django_content_type
  3382. web_1 | Creating table django_session
  3383. web_1 | Creating table django_site
  3384. web_1 | Creating table django_admin_log
  3385. web_1 | Creating table south_migrationhistory
  3386. web_1 | Creating table avatar_avatar
  3387. web_1 | Creating table users_user_groups
  3388. web_1 | Creating table users_user_user_permissions
  3389. web_1 | Creating table users_user
  3390. web_1 | Creating table account_emailaddress
  3391. web_1 | Creating table account_emailconfirmation
  3392. web_1 | Installing custom SQL ...
  3393. web_1 | Installing indexes ...
  3394. web_1 | Installed 0 object(s) from 0 fixture(s)
  3395. web_1 |
  3396. web_1 | Synced:
  3397. web_1 | > django.contrib.auth
  3398. web_1 | > django.contrib.contenttypes
  3399. web_1 | > django.contrib.sessions
  3400. web_1 | > django.contrib.sites
  3401. web_1 | > django.contrib.messages
  3402. web_1 | > django.contrib.staticfiles
  3403. web_1 | > django.contrib.admin
  3404. web_1 | > south
  3405. web_1 | > crispy_forms
  3406. web_1 | > avatar
  3407. web_1 | > bootstrap3
  3408. web_1 | > users
  3409. web_1 | > allauth
  3410. web_1 | > allauth.account
  3411. web_1 | > django.contrib.humanize
  3412. web_1 | > debug_toolbar
  3413. web_1 |
  3414. web_1 | Not synced (use migrations):
  3415. web_1 | - allauth.socialaccount
  3416. web_1 | - django_extensions
  3417. web_1 | (use ./manage.py migrate to migrate these)
  3418. web_1 | Running migrations for socialaccount:
  3419. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  3420. web_1 | > socialaccount:0001_initial
  3421. web_1 | > socialaccount:0002_genericmodels
  3422. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  3423. web_1 | > socialaccount:0004_add_sites
  3424. web_1 | > socialaccount:0005_set_sites
  3425. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  3426. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  3427. web_1 | > socialaccount:0008_client_id
  3428. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  3429. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  3430. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  3431. web_1 | - Loading initial data for socialaccount.
  3432. web_1 | Installed 0 object(s) from 0 fixture(s)
  3433. web_1 | Running migrations for django_extensions:
  3434. web_1 | - Migrating forwards to 0001_empty.
  3435. web_1 | > django_extensions:0001_empty
  3436. web_1 | - Loading initial data for django_extensions.
  3437. web_1 | Installed 0 object(s) from 0 fixture(s)
  3438. web_1 | ===================================
  3439. web_1 | Creating "root" User
  3440. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3441. web_1 | User "root" exists in API, trying to reactivate...
  3442. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3443. web_1 | ===================================
  3444. web_1 | ===================================
  3445. web_1 | Creating "admin" User
  3446. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3447. web_1 | User "admin" synced to API
  3448. web_1 | ===================================
  3449. web_1 | Starting the server
  3450. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3451. web_1 |
  3452. web_1 | Fatal error: Unable to find local grunt.
  3453. web_1 |
  3454. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3455. web_1 | your project. For more information about installing and configuring grunt,
  3456. web_1 | please see the Getting Started guide:
  3457. web_1 |
  3458. web_1 | http://gruntjs.com/getting-started
  3459. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3460. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3461. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3462. web_1 |
  3463. web_1 | Host IP=172.19.0.1
  3464. web_1 |
  3465. web_1 | Syncing...
  3466. web_1 | Creating tables ...
  3467. web_1 | Installing custom SQL ...
  3468. web_1 | Installing indexes ...
  3469. web_1 | Installed 0 object(s) from 0 fixture(s)
  3470. web_1 |
  3471. web_1 | Synced:
  3472. web_1 | > django.contrib.auth
  3473. web_1 | > django.contrib.contenttypes
  3474. web_1 | > django.contrib.sessions
  3475. web_1 | > django.contrib.sites
  3476. web_1 | > django.contrib.messages
  3477. web_1 | > django.contrib.staticfiles
  3478. web_1 | > django.contrib.admin
  3479. web_1 | > south
  3480. web_1 | > crispy_forms
  3481. web_1 | > avatar
  3482. web_1 | > bootstrap3
  3483. web_1 | > users
  3484. web_1 | > allauth
  3485. web_1 | > allauth.account
  3486. web_1 | > django.contrib.humanize
  3487. web_1 | > debug_toolbar
  3488. web_1 |
  3489. web_1 | Not synced (use migrations):
  3490. web_1 | - allauth.socialaccount
  3491. web_1 | - django_extensions
  3492. web_1 | (use ./manage.py migrate to migrate these)
  3493. web_1 | Running migrations for socialaccount:
  3494. web_1 | - Nothing to migrate.
  3495. web_1 | - Loading initial data for socialaccount.
  3496. web_1 | Installed 0 object(s) from 0 fixture(s)
  3497. web_1 | Running migrations for django_extensions:
  3498. web_1 | - Nothing to migrate.
  3499. web_1 | - Loading initial data for django_extensions.
  3500. web_1 | Installed 0 object(s) from 0 fixture(s)
  3501. web_1 | ===================================
  3502. web_1 | Creating "root" User
  3503. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3504. web_1 | User "root" exists in API, trying to reactivate...
  3505. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3506. web_1 | ===================================
  3507. web_1 | ===================================
  3508. web_1 | Creating "admin" User
  3509. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3510. web_1 | User "admin" exists in API, trying to reactivate...
  3511. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3512. web_1 | ===================================
  3513. web_1 | Starting the server
  3514. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3515. web_1 |
  3516. web_1 | Fatal error: Unable to find local grunt.
  3517. web_1 |
  3518. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3519. web_1 | your project. For more information about installing and configuring grunt,
  3520. web_1 | please see the Getting Started guide:
  3521. web_1 |
  3522. web_1 | http://gruntjs.com/getting-started
  3523. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3524. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3525. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3526. web_1 |
  3527. web_1 | Host IP=172.19.0.1
  3528. web_1 |
  3529. web_1 | Syncing...
  3530. web_1 | Creating tables ...
  3531. web_1 | Installing custom SQL ...
  3532. web_1 | Installing indexes ...
  3533. web_1 | Installed 0 object(s) from 0 fixture(s)
  3534. web_1 |
  3535. web_1 | Synced:
  3536. web_1 | > django.contrib.auth
  3537. web_1 | > django.contrib.contenttypes
  3538. web_1 | > django.contrib.sessions
  3539. web_1 | > django.contrib.sites
  3540. web_1 | > django.contrib.messages
  3541. web_1 | > django.contrib.staticfiles
  3542. web_1 | > django.contrib.admin
  3543. web_1 | > south
  3544. web_1 | > crispy_forms
  3545. web_1 | > avatar
  3546. web_1 | > bootstrap3
  3547. web_1 | > users
  3548. web_1 | > allauth
  3549. web_1 | > allauth.account
  3550. web_1 | > django.contrib.humanize
  3551. web_1 | > debug_toolbar
  3552. web_1 |
  3553. web_1 | Not synced (use migrations):
  3554. web_1 | - allauth.socialaccount
  3555. web_1 | - django_extensions
  3556. web_1 | (use ./manage.py migrate to migrate these)
  3557. web_1 | Running migrations for socialaccount:
  3558. web_1 | - Nothing to migrate.
  3559. web_1 | - Loading initial data for socialaccount.
  3560. web_1 | Installed 0 object(s) from 0 fixture(s)
  3561. web_1 | Running migrations for django_extensions:
  3562. web_1 | - Nothing to migrate.
  3563. web_1 | - Loading initial data for django_extensions.
  3564. web_1 | Installed 0 object(s) from 0 fixture(s)
  3565. web_1 | ===================================
  3566. web_1 | Creating "root" User
  3567. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3568. web_1 | User "root" exists in API, trying to reactivate...
  3569. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3570. web_1 | ===================================
  3571. web_1 | ===================================
  3572. web_1 | Creating "admin" User
  3573. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3574. web_1 | User "admin" exists in API, trying to reactivate...
  3575. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3576. web_1 | ===================================
  3577. web_1 | Starting the server
  3578. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3579. web_1 |
  3580. web_1 | Fatal error: Unable to find local grunt.
  3581. web_1 |
  3582. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3583. web_1 | your project. For more information about installing and configuring grunt,
  3584. web_1 | please see the Getting Started guide:
  3585. web_1 |
  3586. db_web_1 | LOG: incomplete startup packet
  3587. web_1 | http://gruntjs.com/getting-started
  3588. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3589. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3590. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3591. web_1 |
  3592. web_1 | Host IP=172.19.0.1
  3593. web_1 |
  3594. web_1 | Syncing...
  3595. web_1 | Creating tables ...
  3596. web_1 | Installing custom SQL ...
  3597. web_1 | Installing indexes ...
  3598. web_1 | Installed 0 object(s) from 0 fixture(s)
  3599. web_1 |
  3600. web_1 | Synced:
  3601. web_1 | > django.contrib.auth
  3602. web_1 | > django.contrib.contenttypes
  3603. web_1 | > django.contrib.sessions
  3604. web_1 | > django.contrib.sites
  3605. web_1 | > django.contrib.messages
  3606. web_1 | > django.contrib.staticfiles
  3607. web_1 | > django.contrib.admin
  3608. web_1 | > south
  3609. web_1 | > crispy_forms
  3610. web_1 | > avatar
  3611. web_1 | > bootstrap3
  3612. web_1 | > users
  3613. web_1 | > allauth
  3614. web_1 | > allauth.account
  3615. web_1 | > django.contrib.humanize
  3616. web_1 | > debug_toolbar
  3617. web_1 |
  3618. web_1 | Not synced (use migrations):
  3619. web_1 | - allauth.socialaccount
  3620. web_1 | - django_extensions
  3621. web_1 | (use ./manage.py migrate to migrate these)
  3622. web_1 | Running migrations for socialaccount:
  3623. web_1 | - Nothing to migrate.
  3624. web_1 | - Loading initial data for socialaccount.
  3625. web_1 | Installed 0 object(s) from 0 fixture(s)
  3626. web_1 | Running migrations for django_extensions:
  3627. web_1 | - Nothing to migrate.
  3628. web_1 | - Loading initial data for django_extensions.
  3629. web_1 | Installed 0 object(s) from 0 fixture(s)
  3630. web_1 | ===================================
  3631. web_1 | Creating "root" User
  3632. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3633. web_1 | User "root" exists in API, trying to reactivate...
  3634. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3635. web_1 | ===================================
  3636. web_1 | ===================================
  3637. web_1 | Creating "admin" User
  3638. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3639. web_1 | User "admin" exists in API, trying to reactivate...
  3640. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3641. web_1 | ===================================
  3642. web_1 | Starting the server
  3643. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3644. web_1 |
  3645. web_1 | Fatal error: Unable to find local grunt.
  3646. web_1 |
  3647. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3648. web_1 | your project. For more information about installing and configuring grunt,
  3649. web_1 | please see the Getting Started guide:
  3650. web_1 |
  3651. web_1 | http://gruntjs.com/getting-started
  3652. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3653. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3654. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3655. web_1 |
  3656. web_1 | Host IP=172.19.0.1
  3657. web_1 |
  3658. web_1 | Syncing...
  3659. web_1 | Creating tables ...
  3660. web_1 | Installing custom SQL ...
  3661. web_1 | Installing indexes ...
  3662. web_1 | Installed 0 object(s) from 0 fixture(s)
  3663. web_1 |
  3664. web_1 | Synced:
  3665. web_1 | > django.contrib.auth
  3666. web_1 | > django.contrib.contenttypes
  3667. web_1 | > django.contrib.sessions
  3668. web_1 | > django.contrib.sites
  3669. web_1 | > django.contrib.messages
  3670. web_1 | > django.contrib.staticfiles
  3671. web_1 | > django.contrib.admin
  3672. web_1 | > south
  3673. web_1 | > crispy_forms
  3674. web_1 | > avatar
  3675. web_1 | > bootstrap3
  3676. web_1 | > users
  3677. web_1 | > allauth
  3678. web_1 | > allauth.account
  3679. web_1 | > django.contrib.humanize
  3680. web_1 | > debug_toolbar
  3681. web_1 |
  3682. web_1 | Not synced (use migrations):
  3683. web_1 | - allauth.socialaccount
  3684. web_1 | - django_extensions
  3685. web_1 | (use ./manage.py migrate to migrate these)
  3686. web_1 | Running migrations for socialaccount:
  3687. web_1 | - Nothing to migrate.
  3688. web_1 | - Loading initial data for socialaccount.
  3689. web_1 | Installed 0 object(s) from 0 fixture(s)
  3690. web_1 | Running migrations for django_extensions:
  3691. web_1 | - Nothing to migrate.
  3692. web_1 | - Loading initial data for django_extensions.
  3693. web_1 | Installed 0 object(s) from 0 fixture(s)
  3694. web_1 | ===================================
  3695. web_1 | Creating "root" User
  3696. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3697. web_1 | User "root" exists in API, trying to reactivate...
  3698. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3699. web_1 | ===================================
  3700. web_1 | ===================================
  3701. web_1 | Creating "admin" User
  3702. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3703. web_1 | User "admin" exists in API, trying to reactivate...
  3704. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3705. web_1 | ===================================
  3706. web_1 | Starting the server
  3707. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3708. web_1 |
  3709. web_1 | Fatal error: Unable to find local grunt.
  3710. web_1 |
  3711. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3712. web_1 | your project. For more information about installing and configuring grunt,
  3713. web_1 | please see the Getting Started guide:
  3714. web_1 |
  3715. web_1 | http://gruntjs.com/getting-started
  3716. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3717. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3718. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3719. web_1 |
  3720. web_1 | Host IP=172.19.0.1
  3721. web_1 |
  3722. web_1 | Syncing...
  3723. web_1 | Creating tables ...
  3724. web_1 | Installing custom SQL ...
  3725. web_1 | Installing indexes ...
  3726. web_1 | Installed 0 object(s) from 0 fixture(s)
  3727. web_1 |
  3728. web_1 | Synced:
  3729. web_1 | > django.contrib.auth
  3730. web_1 | > django.contrib.contenttypes
  3731. web_1 | > django.contrib.sessions
  3732. web_1 | > django.contrib.sites
  3733. web_1 | > django.contrib.messages
  3734. web_1 | > django.contrib.staticfiles
  3735. web_1 | > django.contrib.admin
  3736. web_1 | > south
  3737. web_1 | > crispy_forms
  3738. web_1 | > avatar
  3739. web_1 | > bootstrap3
  3740. web_1 | > users
  3741. web_1 | > allauth
  3742. web_1 | > allauth.account
  3743. web_1 | > django.contrib.humanize
  3744. web_1 | > debug_toolbar
  3745. web_1 |
  3746. web_1 | Not synced (use migrations):
  3747. web_1 | - allauth.socialaccount
  3748. web_1 | - django_extensions
  3749. web_1 | (use ./manage.py migrate to migrate these)
  3750. web_1 | Running migrations for socialaccount:
  3751. web_1 | - Nothing to migrate.
  3752. web_1 | - Loading initial data for socialaccount.
  3753. web_1 | Installed 0 object(s) from 0 fixture(s)
  3754. web_1 | Running migrations for django_extensions:
  3755. web_1 | - Nothing to migrate.
  3756. web_1 | - Loading initial data for django_extensions.
  3757. web_1 | Installed 0 object(s) from 0 fixture(s)
  3758. web_1 | ===================================
  3759. web_1 | Creating "root" User
  3760. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3761. web_1 | User "root" exists in API, trying to reactivate...
  3762. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3763. web_1 | ===================================
  3764. web_1 | ===================================
  3765. web_1 | Creating "admin" User
  3766. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3767. web_1 | User "admin" exists in API, trying to reactivate...
  3768. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3769. web_1 | ===================================
  3770. web_1 | Starting the server
  3771. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3772. web_1 |
  3773. web_1 | Fatal error: Unable to find local grunt.
  3774. web_1 |
  3775. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3776. web_1 | your project. For more information about installing and configuring grunt,
  3777. web_1 | please see the Getting Started guide:
  3778. web_1 |
  3779. web_1 | http://gruntjs.com/getting-started
  3780. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3781. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3782. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3783. web_1 |
  3784. web_1 | Host IP=172.19.0.1
  3785. web_1 |
  3786. web_1 | Syncing...
  3787. web_1 | Creating tables ...
  3788. web_1 | Installing custom SQL ...
  3789. web_1 | Installing indexes ...
  3790. web_1 | Installed 0 object(s) from 0 fixture(s)
  3791. web_1 |
  3792. web_1 | Synced:
  3793. web_1 | > django.contrib.auth
  3794. web_1 | > django.contrib.contenttypes
  3795. web_1 | > django.contrib.sessions
  3796. web_1 | > django.contrib.sites
  3797. web_1 | > django.contrib.messages
  3798. web_1 | > django.contrib.staticfiles
  3799. web_1 | > django.contrib.admin
  3800. web_1 | > south
  3801. web_1 | > crispy_forms
  3802. web_1 | > avatar
  3803. web_1 | > bootstrap3
  3804. web_1 | > users
  3805. web_1 | > allauth
  3806. web_1 | > allauth.account
  3807. web_1 | > django.contrib.humanize
  3808. web_1 | > debug_toolbar
  3809. web_1 |
  3810. web_1 | Not synced (use migrations):
  3811. web_1 | - allauth.socialaccount
  3812. web_1 | - django_extensions
  3813. web_1 | (use ./manage.py migrate to migrate these)
  3814. web_1 | Running migrations for socialaccount:
  3815. web_1 | - Nothing to migrate.
  3816. web_1 | - Loading initial data for socialaccount.
  3817. web_1 | Installed 0 object(s) from 0 fixture(s)
  3818. web_1 | Running migrations for django_extensions:
  3819. web_1 | - Nothing to migrate.
  3820. web_1 | - Loading initial data for django_extensions.
  3821. web_1 | Installed 0 object(s) from 0 fixture(s)
  3822. web_1 | ===================================
  3823. web_1 | Creating "root" User
  3824. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3825. web_1 | User "root" exists in API, trying to reactivate...
  3826. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3827. web_1 | ===================================
  3828. web_1 | ===================================
  3829. web_1 | Creating "admin" User
  3830. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3831. web_1 | User "admin" exists in API, trying to reactivate...
  3832. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3833. web_1 | ===================================
  3834. web_1 | Starting the server
  3835. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3836. web_1 |
  3837. web_1 | Fatal error: Unable to find local grunt.
  3838. web_1 |
  3839. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3840. web_1 | your project. For more information about installing and configuring grunt,
  3841. web_1 | please see the Getting Started guide:
  3842. web_1 |
  3843. web_1 | http://gruntjs.com/getting-started
  3844. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3845. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3846. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3847. web_1 |
  3848. web_1 | Host IP=172.19.0.1
  3849. web_1 |
  3850. web_1 | Syncing...
  3851. web_1 | Creating tables ...
  3852. web_1 | Installing custom SQL ...
  3853. web_1 | Installing indexes ...
  3854. web_1 | Installed 0 object(s) from 0 fixture(s)
  3855. web_1 |
  3856. web_1 | Synced:
  3857. web_1 | > django.contrib.auth
  3858. web_1 | > django.contrib.contenttypes
  3859. web_1 | > django.contrib.sessions
  3860. web_1 | > django.contrib.sites
  3861. web_1 | > django.contrib.messages
  3862. web_1 | > django.contrib.staticfiles
  3863. web_1 | > django.contrib.admin
  3864. web_1 | > south
  3865. web_1 | > crispy_forms
  3866. web_1 | > avatar
  3867. web_1 | > bootstrap3
  3868. web_1 | > users
  3869. web_1 | > allauth
  3870. web_1 | > allauth.account
  3871. web_1 | > django.contrib.humanize
  3872. web_1 | > debug_toolbar
  3873. web_1 |
  3874. web_1 | Not synced (use migrations):
  3875. web_1 | - allauth.socialaccount
  3876. web_1 | - django_extensions
  3877. web_1 | (use ./manage.py migrate to migrate these)
  3878. web_1 | Running migrations for socialaccount:
  3879. web_1 | - Nothing to migrate.
  3880. web_1 | - Loading initial data for socialaccount.
  3881. web_1 | Installed 0 object(s) from 0 fixture(s)
  3882. web_1 | Running migrations for django_extensions:
  3883. web_1 | - Nothing to migrate.
  3884. web_1 | - Loading initial data for django_extensions.
  3885. web_1 | Installed 0 object(s) from 0 fixture(s)
  3886. web_1 | ===================================
  3887. web_1 | Creating "root" User
  3888. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3889. web_1 | User "root" exists in API, trying to reactivate...
  3890. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3891. web_1 | ===================================
  3892. web_1 | ===================================
  3893. web_1 | Creating "admin" User
  3894. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3895. web_1 | User "admin" exists in API, trying to reactivate...
  3896. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3897. web_1 | ===================================
  3898. web_1 | Starting the server
  3899. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3900. web_1 |
  3901. web_1 | Fatal error: Unable to find local grunt.
  3902. web_1 |
  3903. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3904. web_1 | your project. For more information about installing and configuring grunt,
  3905. web_1 | please see the Getting Started guide:
  3906. web_1 |
  3907. web_1 | http://gruntjs.com/getting-started
  3908. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3909. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3910. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3911. web_1 |
  3912. web_1 | Host IP=172.19.0.1
  3913. web_1 |
  3914. web_1 | Syncing...
  3915. web_1 | Creating tables ...
  3916. web_1 | Installing custom SQL ...
  3917. web_1 | Installing indexes ...
  3918. web_1 | Installed 0 object(s) from 0 fixture(s)
  3919. web_1 |
  3920. web_1 | Synced:
  3921. web_1 | > django.contrib.auth
  3922. web_1 | > django.contrib.contenttypes
  3923. web_1 | > django.contrib.sessions
  3924. web_1 | > django.contrib.sites
  3925. web_1 | > django.contrib.messages
  3926. web_1 | > django.contrib.staticfiles
  3927. web_1 | > django.contrib.admin
  3928. web_1 | > south
  3929. web_1 | > crispy_forms
  3930. web_1 | > avatar
  3931. web_1 | > bootstrap3
  3932. web_1 | > users
  3933. web_1 | > allauth
  3934. web_1 | > allauth.account
  3935. web_1 | > django.contrib.humanize
  3936. web_1 | > debug_toolbar
  3937. web_1 |
  3938. web_1 | Not synced (use migrations):
  3939. web_1 | - allauth.socialaccount
  3940. web_1 | - django_extensions
  3941. web_1 | (use ./manage.py migrate to migrate these)
  3942. web_1 | Running migrations for socialaccount:
  3943. web_1 | - Nothing to migrate.
  3944. web_1 | - Loading initial data for socialaccount.
  3945. web_1 | Installed 0 object(s) from 0 fixture(s)
  3946. web_1 | Running migrations for django_extensions:
  3947. web_1 | - Nothing to migrate.
  3948. web_1 | - Loading initial data for django_extensions.
  3949. web_1 | Installed 0 object(s) from 0 fixture(s)
  3950. web_1 | ===================================
  3951. web_1 | Creating "root" User
  3952. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3953. web_1 | User "root" exists in API, trying to reactivate...
  3954. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  3955. web_1 | ===================================
  3956. web_1 | ===================================
  3957. web_1 | Creating "admin" User
  3958. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  3959. web_1 | User "admin" exists in API, trying to reactivate...
  3960. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  3961. web_1 | ===================================
  3962. web_1 | Starting the server
  3963. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  3964. web_1 |
  3965. web_1 | Fatal error: Unable to find local grunt.
  3966. web_1 |
  3967. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  3968. web_1 | your project. For more information about installing and configuring grunt,
  3969. web_1 | please see the Getting Started guide:
  3970. web_1 |
  3971. web_1 | http://gruntjs.com/getting-started
  3972. web_1 | Starting OpenBSD Secure Shell server: sshd.
  3973. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  3974. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  3975. web_1 |
  3976. web_1 | Host IP=172.19.0.1
  3977. web_1 |
  3978. web_1 | Syncing...
  3979. web_1 | Creating tables ...
  3980. web_1 | Installing custom SQL ...
  3981. web_1 | Installing indexes ...
  3982. web_1 | Installed 0 object(s) from 0 fixture(s)
  3983. web_1 |
  3984. web_1 | Synced:
  3985. web_1 | > django.contrib.auth
  3986. web_1 | > django.contrib.contenttypes
  3987. web_1 | > django.contrib.sessions
  3988. web_1 | > django.contrib.sites
  3989. web_1 | > django.contrib.messages
  3990. web_1 | > django.contrib.staticfiles
  3991. web_1 | > django.contrib.admin
  3992. web_1 | > south
  3993. web_1 | > crispy_forms
  3994. web_1 | > avatar
  3995. web_1 | > bootstrap3
  3996. web_1 | > users
  3997. web_1 | > allauth
  3998. web_1 | > allauth.account
  3999. web_1 | > django.contrib.humanize
  4000. web_1 | > debug_toolbar
  4001. web_1 |
  4002. web_1 | Not synced (use migrations):
  4003. web_1 | - allauth.socialaccount
  4004. web_1 | - django_extensions
  4005. web_1 | (use ./manage.py migrate to migrate these)
  4006. web_1 | Running migrations for socialaccount:
  4007. web_1 | - Nothing to migrate.
  4008. web_1 | - Loading initial data for socialaccount.
  4009. web_1 | Installed 0 object(s) from 0 fixture(s)
  4010. web_1 | Running migrations for django_extensions:
  4011. web_1 | - Nothing to migrate.
  4012. web_1 | - Loading initial data for django_extensions.
  4013. web_1 | Installed 0 object(s) from 0 fixture(s)
  4014. web_1 | ===================================
  4015. web_1 | Creating "root" User
  4016. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4017. web_1 | User "root" exists in API, trying to reactivate...
  4018. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4019. web_1 | ===================================
  4020. web_1 | ===================================
  4021. web_1 | Creating "admin" User
  4022. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4023. web_1 | User "admin" exists in API, trying to reactivate...
  4024. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4025. web_1 | ===================================
  4026. web_1 | Starting the server
  4027. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4028. web_1 |
  4029. web_1 | Fatal error: Unable to find local grunt.
  4030. web_1 |
  4031. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4032. web_1 | your project. For more information about installing and configuring grunt,
  4033. web_1 | please see the Getting Started guide:
  4034. web_1 |
  4035. web_1 | http://gruntjs.com/getting-started
  4036. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4037. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4038. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4039. web_1 |
  4040. web_1 | Host IP=172.19.0.1
  4041. web_1 |
  4042. web_1 | Syncing...
  4043. web_1 | Creating tables ...
  4044. web_1 | Installing custom SQL ...
  4045. web_1 | Installing indexes ...
  4046. web_1 | Installed 0 object(s) from 0 fixture(s)
  4047. web_1 |
  4048. web_1 | Synced:
  4049. web_1 | > django.contrib.auth
  4050. web_1 | > django.contrib.contenttypes
  4051. web_1 | > django.contrib.sessions
  4052. web_1 | > django.contrib.sites
  4053. web_1 | > django.contrib.messages
  4054. web_1 | > django.contrib.staticfiles
  4055. web_1 | > django.contrib.admin
  4056. web_1 | > south
  4057. web_1 | > crispy_forms
  4058. web_1 | > avatar
  4059. web_1 | > bootstrap3
  4060. web_1 | > users
  4061. web_1 | > allauth
  4062. web_1 | > allauth.account
  4063. web_1 | > django.contrib.humanize
  4064. web_1 | > debug_toolbar
  4065. web_1 |
  4066. web_1 | Not synced (use migrations):
  4067. web_1 | - allauth.socialaccount
  4068. web_1 | - django_extensions
  4069. web_1 | (use ./manage.py migrate to migrate these)
  4070. web_1 | Running migrations for socialaccount:
  4071. web_1 | - Nothing to migrate.
  4072. web_1 | - Loading initial data for socialaccount.
  4073. web_1 | Installed 0 object(s) from 0 fixture(s)
  4074. web_1 | Running migrations for django_extensions:
  4075. web_1 | - Nothing to migrate.
  4076. web_1 | - Loading initial data for django_extensions.
  4077. web_1 | Installed 0 object(s) from 0 fixture(s)
  4078. web_1 | ===================================
  4079. web_1 | Creating "root" User
  4080. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4081. web_1 | User "root" exists in API, trying to reactivate...
  4082. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4083. web_1 | ===================================
  4084. web_1 | ===================================
  4085. web_1 | Creating "admin" User
  4086. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4087. web_1 | User "admin" exists in API, trying to reactivate...
  4088. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4089. web_1 | ===================================
  4090. web_1 | Starting the server
  4091. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4092. web_1 |
  4093. web_1 | Fatal error: Unable to find local grunt.
  4094. web_1 |
  4095. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4096. web_1 | your project. For more information about installing and configuring grunt,
  4097. web_1 | please see the Getting Started guide:
  4098. web_1 |
  4099. web_1 | http://gruntjs.com/getting-started
  4100. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4101. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4102. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4103. web_1 |
  4104. web_1 | Host IP=172.19.0.1
  4105. web_1 |
  4106. web_1 | Syncing...
  4107. web_1 | Creating tables ...
  4108. web_1 | Installing custom SQL ...
  4109. web_1 | Installing indexes ...
  4110. web_1 | Installed 0 object(s) from 0 fixture(s)
  4111. web_1 |
  4112. web_1 | Synced:
  4113. web_1 | > django.contrib.auth
  4114. web_1 | > django.contrib.contenttypes
  4115. web_1 | > django.contrib.sessions
  4116. web_1 | > django.contrib.sites
  4117. web_1 | > django.contrib.messages
  4118. web_1 | > django.contrib.staticfiles
  4119. web_1 | > django.contrib.admin
  4120. web_1 | > south
  4121. web_1 | > crispy_forms
  4122. web_1 | > avatar
  4123. web_1 | > bootstrap3
  4124. web_1 | > users
  4125. web_1 | > allauth
  4126. web_1 | > allauth.account
  4127. web_1 | > django.contrib.humanize
  4128. web_1 | > debug_toolbar
  4129. web_1 |
  4130. web_1 | Not synced (use migrations):
  4131. web_1 | - allauth.socialaccount
  4132. web_1 | - django_extensions
  4133. web_1 | (use ./manage.py migrate to migrate these)
  4134. web_1 | Running migrations for socialaccount:
  4135. web_1 | - Nothing to migrate.
  4136. web_1 | - Loading initial data for socialaccount.
  4137. web_1 | Installed 0 object(s) from 0 fixture(s)
  4138. web_1 | Running migrations for django_extensions:
  4139. web_1 | - Nothing to migrate.
  4140. web_1 | - Loading initial data for django_extensions.
  4141. web_1 | Installed 0 object(s) from 0 fixture(s)
  4142. web_1 | ===================================
  4143. web_1 | Creating "root" User
  4144. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4145. web_1 | User "root" exists in API, trying to reactivate...
  4146. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4147. web_1 | ===================================
  4148. web_1 | ===================================
  4149. web_1 | Creating "admin" User
  4150. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4151. web_1 | User "admin" exists in API, trying to reactivate...
  4152. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4153. web_1 | ===================================
  4154. web_1 | Starting the server
  4155. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4156. web_1 |
  4157. web_1 | Fatal error: Unable to find local grunt.
  4158. web_1 |
  4159. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4160. web_1 | your project. For more information about installing and configuring grunt,
  4161. web_1 | please see the Getting Started guide:
  4162. web_1 |
  4163. web_1 | http://gruntjs.com/getting-started
  4164. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4165. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4166. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4167. web_1 |
  4168. web_1 | Host IP=172.19.0.1
  4169. web_1 |
  4170. web_1 | Syncing...
  4171. web_1 | Creating tables ...
  4172. web_1 | Installing custom SQL ...
  4173. web_1 | Installing indexes ...
  4174. web_1 | Installed 0 object(s) from 0 fixture(s)
  4175. web_1 |
  4176. web_1 | Synced:
  4177. web_1 | > django.contrib.auth
  4178. web_1 | > django.contrib.contenttypes
  4179. web_1 | > django.contrib.sessions
  4180. web_1 | > django.contrib.sites
  4181. web_1 | > django.contrib.messages
  4182. web_1 | > django.contrib.staticfiles
  4183. web_1 | > django.contrib.admin
  4184. web_1 | > south
  4185. web_1 | > crispy_forms
  4186. web_1 | > avatar
  4187. web_1 | > bootstrap3
  4188. web_1 | > users
  4189. web_1 | > allauth
  4190. web_1 | > allauth.account
  4191. web_1 | > django.contrib.humanize
  4192. web_1 | > debug_toolbar
  4193. web_1 |
  4194. web_1 | Not synced (use migrations):
  4195. web_1 | - allauth.socialaccount
  4196. web_1 | - django_extensions
  4197. web_1 | (use ./manage.py migrate to migrate these)
  4198. web_1 | Running migrations for socialaccount:
  4199. web_1 | - Nothing to migrate.
  4200. web_1 | - Loading initial data for socialaccount.
  4201. web_1 | Installed 0 object(s) from 0 fixture(s)
  4202. web_1 | Running migrations for django_extensions:
  4203. web_1 | - Nothing to migrate.
  4204. web_1 | - Loading initial data for django_extensions.
  4205. web_1 | Installed 0 object(s) from 0 fixture(s)
  4206. web_1 | ===================================
  4207. web_1 | Creating "root" User
  4208. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4209. web_1 | User "root" exists in API, trying to reactivate...
  4210. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4211. web_1 | ===================================
  4212. web_1 | ===================================
  4213. web_1 | Creating "admin" User
  4214. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4215. web_1 | User "admin" exists in API, trying to reactivate...
  4216. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4217. web_1 | ===================================
  4218. web_1 | Starting the server
  4219. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4220. web_1 |
  4221. web_1 | Fatal error: Unable to find local grunt.
  4222. web_1 |
  4223. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4224. web_1 | your project. For more information about installing and configuring grunt,
  4225. web_1 | please see the Getting Started guide:
  4226. web_1 |
  4227. web_1 | http://gruntjs.com/getting-started
  4228. db_web_1 | LOG: incomplete startup packet
  4229. oclweb_web_1 exited with code 99
  4230. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4231. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4232. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  4233. web_1 |
  4234. web_1 | Host IP=172.19.0.1
  4235. web_1 |
  4236. web_1 | Syncing...
  4237. web_1 | Creating tables ...
  4238. web_1 | Creating table auth_permission
  4239. web_1 | Creating table auth_group_permissions
  4240. web_1 | Creating table auth_group
  4241. web_1 | Creating table django_content_type
  4242. web_1 | Creating table django_session
  4243. web_1 | Creating table django_site
  4244. web_1 | Creating table django_admin_log
  4245. web_1 | Creating table south_migrationhistory
  4246. web_1 | Creating table avatar_avatar
  4247. web_1 | Creating table users_user_groups
  4248. web_1 | Creating table users_user_user_permissions
  4249. web_1 | Creating table users_user
  4250. web_1 | Creating table account_emailaddress
  4251. web_1 | Creating table account_emailconfirmation
  4252. web_1 | Installing custom SQL ...
  4253. web_1 | Installing indexes ...
  4254. web_1 | Installed 0 object(s) from 0 fixture(s)
  4255. web_1 |
  4256. web_1 | Synced:
  4257. web_1 | > django.contrib.auth
  4258. web_1 | > django.contrib.contenttypes
  4259. web_1 | > django.contrib.sessions
  4260. web_1 | > django.contrib.sites
  4261. web_1 | > django.contrib.messages
  4262. web_1 | > django.contrib.staticfiles
  4263. web_1 | > django.contrib.admin
  4264. web_1 | > south
  4265. web_1 | > crispy_forms
  4266. web_1 | > avatar
  4267. web_1 | > bootstrap3
  4268. web_1 | > users
  4269. web_1 | > allauth
  4270. web_1 | > allauth.account
  4271. web_1 | > django.contrib.humanize
  4272. web_1 | > debug_toolbar
  4273. web_1 |
  4274. web_1 | Not synced (use migrations):
  4275. web_1 | - allauth.socialaccount
  4276. web_1 | - django_extensions
  4277. web_1 | (use ./manage.py migrate to migrate these)
  4278. web_1 | Running migrations for socialaccount:
  4279. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  4280. web_1 | > socialaccount:0001_initial
  4281. web_1 | > socialaccount:0002_genericmodels
  4282. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  4283. web_1 | > socialaccount:0004_add_sites
  4284. web_1 | > socialaccount:0005_set_sites
  4285. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  4286. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  4287. web_1 | > socialaccount:0008_client_id
  4288. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  4289. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  4290. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  4291. web_1 | - Loading initial data for socialaccount.
  4292. web_1 | Installed 0 object(s) from 0 fixture(s)
  4293. web_1 | Running migrations for django_extensions:
  4294. web_1 | - Migrating forwards to 0001_empty.
  4295. web_1 | > django_extensions:0001_empty
  4296. web_1 | - Loading initial data for django_extensions.
  4297. web_1 | Installed 0 object(s) from 0 fixture(s)
  4298. web_1 | ===================================
  4299. web_1 | Creating "root" User
  4300. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4301. web_1 | User "root" exists in API, trying to reactivate...
  4302. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4303. web_1 | ===================================
  4304. web_1 | ===================================
  4305. web_1 | Creating "admin" User
  4306. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4307. web_1 | User "admin" synced to API
  4308. web_1 | ===================================
  4309. web_1 | Starting the server
  4310. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4311. web_1 |
  4312. web_1 | Fatal error: Unable to find local grunt.
  4313. web_1 |
  4314. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4315. web_1 | your project. For more information about installing and configuring grunt,
  4316. web_1 | please see the Getting Started guide:
  4317. web_1 |
  4318. web_1 | http://gruntjs.com/getting-started
  4319. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4320. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4321. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4322. web_1 |
  4323. web_1 | Host IP=172.19.0.1
  4324. web_1 |
  4325. web_1 | Syncing...
  4326. web_1 | Creating tables ...
  4327. web_1 | Installing custom SQL ...
  4328. web_1 | Installing indexes ...
  4329. web_1 | Installed 0 object(s) from 0 fixture(s)
  4330. web_1 |
  4331. web_1 | Synced:
  4332. web_1 | > django.contrib.auth
  4333. web_1 | > django.contrib.contenttypes
  4334. web_1 | > django.contrib.sessions
  4335. web_1 | > django.contrib.sites
  4336. web_1 | > django.contrib.messages
  4337. web_1 | > django.contrib.staticfiles
  4338. web_1 | > django.contrib.admin
  4339. web_1 | > south
  4340. web_1 | > crispy_forms
  4341. web_1 | > avatar
  4342. web_1 | > bootstrap3
  4343. web_1 | > users
  4344. web_1 | > allauth
  4345. web_1 | > allauth.account
  4346. web_1 | > django.contrib.humanize
  4347. web_1 | > debug_toolbar
  4348. web_1 |
  4349. web_1 | Not synced (use migrations):
  4350. web_1 | - allauth.socialaccount
  4351. web_1 | - django_extensions
  4352. web_1 | (use ./manage.py migrate to migrate these)
  4353. web_1 | Running migrations for socialaccount:
  4354. web_1 | - Nothing to migrate.
  4355. web_1 | - Loading initial data for socialaccount.
  4356. web_1 | Installed 0 object(s) from 0 fixture(s)
  4357. web_1 | Running migrations for django_extensions:
  4358. web_1 | - Nothing to migrate.
  4359. web_1 | - Loading initial data for django_extensions.
  4360. web_1 | Installed 0 object(s) from 0 fixture(s)
  4361. web_1 | ===================================
  4362. web_1 | Creating "root" User
  4363. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4364. web_1 | User "root" exists in API, trying to reactivate...
  4365. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4366. web_1 | ===================================
  4367. web_1 | ===================================
  4368. web_1 | Creating "admin" User
  4369. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4370. web_1 | User "admin" exists in API, trying to reactivate...
  4371. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4372. web_1 | ===================================
  4373. web_1 | Starting the server
  4374. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4375. web_1 |
  4376. web_1 | Fatal error: Unable to find local grunt.
  4377. web_1 |
  4378. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4379. web_1 | your project. For more information about installing and configuring grunt,
  4380. web_1 | please see the Getting Started guide:
  4381. web_1 |
  4382. web_1 | http://gruntjs.com/getting-started
  4383. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4384. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4385. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4386. web_1 |
  4387. web_1 | Host IP=172.19.0.1
  4388. web_1 |
  4389. web_1 | Syncing...
  4390. web_1 | Creating tables ...
  4391. web_1 | Installing custom SQL ...
  4392. web_1 | Installing indexes ...
  4393. web_1 | Installed 0 object(s) from 0 fixture(s)
  4394. web_1 |
  4395. web_1 | Synced:
  4396. web_1 | > django.contrib.auth
  4397. web_1 | > django.contrib.contenttypes
  4398. web_1 | > django.contrib.sessions
  4399. web_1 | > django.contrib.sites
  4400. web_1 | > django.contrib.messages
  4401. web_1 | > django.contrib.staticfiles
  4402. web_1 | > django.contrib.admin
  4403. web_1 | > south
  4404. web_1 | > crispy_forms
  4405. web_1 | > avatar
  4406. web_1 | > bootstrap3
  4407. web_1 | > users
  4408. web_1 | > allauth
  4409. web_1 | > allauth.account
  4410. web_1 | > django.contrib.humanize
  4411. web_1 | > debug_toolbar
  4412. web_1 |
  4413. web_1 | Not synced (use migrations):
  4414. web_1 | - allauth.socialaccount
  4415. web_1 | - django_extensions
  4416. web_1 | (use ./manage.py migrate to migrate these)
  4417. web_1 | Running migrations for socialaccount:
  4418. web_1 | - Nothing to migrate.
  4419. web_1 | - Loading initial data for socialaccount.
  4420. web_1 | Installed 0 object(s) from 0 fixture(s)
  4421. web_1 | Running migrations for django_extensions:
  4422. web_1 | - Nothing to migrate.
  4423. web_1 | - Loading initial data for django_extensions.
  4424. web_1 | Installed 0 object(s) from 0 fixture(s)
  4425. web_1 | ===================================
  4426. web_1 | Creating "root" User
  4427. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4428. web_1 | User "root" exists in API, trying to reactivate...
  4429. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4430. web_1 | ===================================
  4431. web_1 | ===================================
  4432. web_1 | Creating "admin" User
  4433. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4434. web_1 | User "admin" exists in API, trying to reactivate...
  4435. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4436. web_1 | ===================================
  4437. web_1 | Starting the server
  4438. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4439. web_1 |
  4440. web_1 | Fatal error: Unable to find local grunt.
  4441. web_1 |
  4442. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4443. web_1 | your project. For more information about installing and configuring grunt,
  4444. web_1 | please see the Getting Started guide:
  4445. web_1 |
  4446. web_1 | http://gruntjs.com/getting-started
  4447. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4448. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4449. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4450. web_1 |
  4451. web_1 | Host IP=172.19.0.1
  4452. web_1 |
  4453. web_1 | Syncing...
  4454. web_1 | Creating tables ...
  4455. web_1 | Installing custom SQL ...
  4456. web_1 | Installing indexes ...
  4457. web_1 | Installed 0 object(s) from 0 fixture(s)
  4458. web_1 |
  4459. web_1 | Synced:
  4460. web_1 | > django.contrib.auth
  4461. web_1 | > django.contrib.contenttypes
  4462. web_1 | > django.contrib.sessions
  4463. web_1 | > django.contrib.sites
  4464. web_1 | > django.contrib.messages
  4465. web_1 | > django.contrib.staticfiles
  4466. web_1 | > django.contrib.admin
  4467. web_1 | > south
  4468. web_1 | > crispy_forms
  4469. web_1 | > avatar
  4470. web_1 | > bootstrap3
  4471. web_1 | > users
  4472. web_1 | > allauth
  4473. web_1 | > allauth.account
  4474. web_1 | > django.contrib.humanize
  4475. web_1 | > debug_toolbar
  4476. web_1 |
  4477. web_1 | Not synced (use migrations):
  4478. web_1 | - allauth.socialaccount
  4479. web_1 | - django_extensions
  4480. web_1 | (use ./manage.py migrate to migrate these)
  4481. web_1 | Running migrations for socialaccount:
  4482. web_1 | - Nothing to migrate.
  4483. web_1 | - Loading initial data for socialaccount.
  4484. web_1 | Installed 0 object(s) from 0 fixture(s)
  4485. web_1 | Running migrations for django_extensions:
  4486. web_1 | - Nothing to migrate.
  4487. web_1 | - Loading initial data for django_extensions.
  4488. web_1 | Installed 0 object(s) from 0 fixture(s)
  4489. web_1 | ===================================
  4490. web_1 | Creating "root" User
  4491. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4492. web_1 | User "root" exists in API, trying to reactivate...
  4493. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4494. web_1 | ===================================
  4495. web_1 | ===================================
  4496. web_1 | Creating "admin" User
  4497. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4498. web_1 | User "admin" exists in API, trying to reactivate...
  4499. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4500. web_1 | ===================================
  4501. web_1 | Starting the server
  4502. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4503. web_1 |
  4504. web_1 | Fatal error: Unable to find local grunt.
  4505. web_1 |
  4506. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4507. web_1 | your project. For more information about installing and configuring grunt,
  4508. web_1 | please see the Getting Started guide:
  4509. web_1 |
  4510. web_1 | http://gruntjs.com/getting-started
  4511. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4512. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4513. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4514. web_1 |
  4515. web_1 | Host IP=172.19.0.1
  4516. web_1 |
  4517. web_1 | Syncing...
  4518. web_1 | Creating tables ...
  4519. web_1 | Installing custom SQL ...
  4520. web_1 | Installing indexes ...
  4521. web_1 | Installed 0 object(s) from 0 fixture(s)
  4522. web_1 |
  4523. web_1 | Synced:
  4524. web_1 | > django.contrib.auth
  4525. web_1 | > django.contrib.contenttypes
  4526. web_1 | > django.contrib.sessions
  4527. web_1 | > django.contrib.sites
  4528. web_1 | > django.contrib.messages
  4529. web_1 | > django.contrib.staticfiles
  4530. web_1 | > django.contrib.admin
  4531. web_1 | > south
  4532. web_1 | > crispy_forms
  4533. web_1 | > avatar
  4534. web_1 | > bootstrap3
  4535. web_1 | > users
  4536. web_1 | > allauth
  4537. web_1 | > allauth.account
  4538. web_1 | > django.contrib.humanize
  4539. web_1 | > debug_toolbar
  4540. web_1 |
  4541. web_1 | Not synced (use migrations):
  4542. web_1 | - allauth.socialaccount
  4543. web_1 | - django_extensions
  4544. web_1 | (use ./manage.py migrate to migrate these)
  4545. web_1 | Running migrations for socialaccount:
  4546. web_1 | - Nothing to migrate.
  4547. web_1 | - Loading initial data for socialaccount.
  4548. web_1 | Installed 0 object(s) from 0 fixture(s)
  4549. web_1 | Running migrations for django_extensions:
  4550. web_1 | - Nothing to migrate.
  4551. web_1 | - Loading initial data for django_extensions.
  4552. web_1 | Installed 0 object(s) from 0 fixture(s)
  4553. web_1 | ===================================
  4554. web_1 | Creating "root" User
  4555. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4556. web_1 | User "root" exists in API, trying to reactivate...
  4557. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4558. web_1 | ===================================
  4559. web_1 | ===================================
  4560. web_1 | Creating "admin" User
  4561. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4562. web_1 | User "admin" exists in API, trying to reactivate...
  4563. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4564. web_1 | ===================================
  4565. web_1 | Starting the server
  4566. db_web_1 | LOG: incomplete startup packet
  4567. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4568. web_1 |
  4569. web_1 | Fatal error: Unable to find local grunt.
  4570. web_1 |
  4571. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4572. web_1 | your project. For more information about installing and configuring grunt,
  4573. web_1 | please see the Getting Started guide:
  4574. web_1 |
  4575. web_1 | http://gruntjs.com/getting-started
  4576. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4577. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4578. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4579. web_1 |
  4580. web_1 | Host IP=172.19.0.1
  4581. web_1 |
  4582. web_1 | Syncing...
  4583. web_1 | Creating tables ...
  4584. web_1 | Installing custom SQL ...
  4585. web_1 | Installing indexes ...
  4586. web_1 | Installed 0 object(s) from 0 fixture(s)
  4587. web_1 |
  4588. web_1 | Synced:
  4589. web_1 | > django.contrib.auth
  4590. web_1 | > django.contrib.contenttypes
  4591. web_1 | > django.contrib.sessions
  4592. web_1 | > django.contrib.sites
  4593. web_1 | > django.contrib.messages
  4594. web_1 | > django.contrib.staticfiles
  4595. web_1 | > django.contrib.admin
  4596. web_1 | > south
  4597. web_1 | > crispy_forms
  4598. web_1 | > avatar
  4599. web_1 | > bootstrap3
  4600. web_1 | > users
  4601. web_1 | > allauth
  4602. web_1 | > allauth.account
  4603. web_1 | > django.contrib.humanize
  4604. web_1 | > debug_toolbar
  4605. web_1 |
  4606. web_1 | Not synced (use migrations):
  4607. web_1 | - allauth.socialaccount
  4608. web_1 | - django_extensions
  4609. web_1 | (use ./manage.py migrate to migrate these)
  4610. web_1 | Running migrations for socialaccount:
  4611. web_1 | - Nothing to migrate.
  4612. web_1 | - Loading initial data for socialaccount.
  4613. web_1 | Installed 0 object(s) from 0 fixture(s)
  4614. web_1 | Running migrations for django_extensions:
  4615. web_1 | - Nothing to migrate.
  4616. web_1 | - Loading initial data for django_extensions.
  4617. web_1 | Installed 0 object(s) from 0 fixture(s)
  4618. web_1 | ===================================
  4619. web_1 | Creating "root" User
  4620. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4621. web_1 | User "root" exists in API, trying to reactivate...
  4622. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4623. web_1 | ===================================
  4624. web_1 | ===================================
  4625. web_1 | Creating "admin" User
  4626. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4627. web_1 | User "admin" exists in API, trying to reactivate...
  4628. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4629. web_1 | ===================================
  4630. web_1 | Starting the server
  4631. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4632. web_1 |
  4633. web_1 | Fatal error: Unable to find local grunt.
  4634. web_1 |
  4635. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4636. web_1 | your project. For more information about installing and configuring grunt,
  4637. web_1 | please see the Getting Started guide:
  4638. web_1 |
  4639. web_1 | http://gruntjs.com/getting-started
  4640. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4641. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4642. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4643. web_1 |
  4644. web_1 | Host IP=172.19.0.1
  4645. web_1 |
  4646. web_1 | Syncing...
  4647. web_1 | Creating tables ...
  4648. web_1 | Installing custom SQL ...
  4649. web_1 | Installing indexes ...
  4650. web_1 | Installed 0 object(s) from 0 fixture(s)
  4651. web_1 |
  4652. web_1 | Synced:
  4653. web_1 | > django.contrib.auth
  4654. web_1 | > django.contrib.contenttypes
  4655. web_1 | > django.contrib.sessions
  4656. web_1 | > django.contrib.sites
  4657. web_1 | > django.contrib.messages
  4658. web_1 | > django.contrib.staticfiles
  4659. web_1 | > django.contrib.admin
  4660. web_1 | > south
  4661. web_1 | > crispy_forms
  4662. web_1 | > avatar
  4663. web_1 | > bootstrap3
  4664. web_1 | > users
  4665. web_1 | > allauth
  4666. web_1 | > allauth.account
  4667. web_1 | > django.contrib.humanize
  4668. web_1 | > debug_toolbar
  4669. web_1 |
  4670. web_1 | Not synced (use migrations):
  4671. web_1 | - allauth.socialaccount
  4672. web_1 | - django_extensions
  4673. web_1 | (use ./manage.py migrate to migrate these)
  4674. web_1 | Running migrations for socialaccount:
  4675. web_1 | - Nothing to migrate.
  4676. web_1 | - Loading initial data for socialaccount.
  4677. web_1 | Installed 0 object(s) from 0 fixture(s)
  4678. web_1 | Running migrations for django_extensions:
  4679. web_1 | - Nothing to migrate.
  4680. web_1 | - Loading initial data for django_extensions.
  4681. web_1 | Installed 0 object(s) from 0 fixture(s)
  4682. web_1 | ===================================
  4683. web_1 | Creating "root" User
  4684. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4685. web_1 | User "root" exists in API, trying to reactivate...
  4686. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4687. web_1 | ===================================
  4688. web_1 | ===================================
  4689. web_1 | Creating "admin" User
  4690. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4691. web_1 | User "admin" exists in API, trying to reactivate...
  4692. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4693. web_1 | ===================================
  4694. web_1 | Starting the server
  4695. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4696. web_1 |
  4697. web_1 | Fatal error: Unable to find local grunt.
  4698. web_1 |
  4699. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4700. web_1 | your project. For more information about installing and configuring grunt,
  4701. web_1 | please see the Getting Started guide:
  4702. web_1 |
  4703. web_1 | http://gruntjs.com/getting-started
  4704. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4705. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4706. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4707. web_1 |
  4708. web_1 | Host IP=172.19.0.1
  4709. web_1 |
  4710. web_1 | Syncing...
  4711. web_1 | Creating tables ...
  4712. web_1 | Installing custom SQL ...
  4713. web_1 | Installing indexes ...
  4714. web_1 | Installed 0 object(s) from 0 fixture(s)
  4715. web_1 |
  4716. web_1 | Synced:
  4717. web_1 | > django.contrib.auth
  4718. web_1 | > django.contrib.contenttypes
  4719. web_1 | > django.contrib.sessions
  4720. web_1 | > django.contrib.sites
  4721. web_1 | > django.contrib.messages
  4722. web_1 | > django.contrib.staticfiles
  4723. web_1 | > django.contrib.admin
  4724. web_1 | > south
  4725. web_1 | > crispy_forms
  4726. web_1 | > avatar
  4727. web_1 | > bootstrap3
  4728. web_1 | > users
  4729. web_1 | > allauth
  4730. web_1 | > allauth.account
  4731. web_1 | > django.contrib.humanize
  4732. web_1 | > debug_toolbar
  4733. web_1 |
  4734. web_1 | Not synced (use migrations):
  4735. web_1 | - allauth.socialaccount
  4736. web_1 | - django_extensions
  4737. web_1 | (use ./manage.py migrate to migrate these)
  4738. web_1 | Running migrations for socialaccount:
  4739. web_1 | - Nothing to migrate.
  4740. web_1 | - Loading initial data for socialaccount.
  4741. web_1 | Installed 0 object(s) from 0 fixture(s)
  4742. web_1 | Running migrations for django_extensions:
  4743. web_1 | - Nothing to migrate.
  4744. web_1 | - Loading initial data for django_extensions.
  4745. web_1 | Installed 0 object(s) from 0 fixture(s)
  4746. web_1 | ===================================
  4747. web_1 | Creating "root" User
  4748. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4749. web_1 | User "root" exists in API, trying to reactivate...
  4750. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4751. web_1 | ===================================
  4752. web_1 | ===================================
  4753. web_1 | Creating "admin" User
  4754. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4755. web_1 | User "admin" exists in API, trying to reactivate...
  4756. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4757. web_1 | ===================================
  4758. web_1 | Starting the server
  4759. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4760. web_1 |
  4761. web_1 | Fatal error: Unable to find local grunt.
  4762. web_1 |
  4763. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4764. web_1 | your project. For more information about installing and configuring grunt,
  4765. web_1 | please see the Getting Started guide:
  4766. web_1 |
  4767. web_1 | http://gruntjs.com/getting-started
  4768. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4769. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4770. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4771. web_1 |
  4772. web_1 | Host IP=172.19.0.1
  4773. web_1 |
  4774. web_1 | Syncing...
  4775. web_1 | Creating tables ...
  4776. web_1 | Installing custom SQL ...
  4777. web_1 | Installing indexes ...
  4778. web_1 | Installed 0 object(s) from 0 fixture(s)
  4779. web_1 |
  4780. web_1 | Synced:
  4781. web_1 | > django.contrib.auth
  4782. web_1 | > django.contrib.contenttypes
  4783. web_1 | > django.contrib.sessions
  4784. web_1 | > django.contrib.sites
  4785. web_1 | > django.contrib.messages
  4786. web_1 | > django.contrib.staticfiles
  4787. web_1 | > django.contrib.admin
  4788. web_1 | > south
  4789. web_1 | > crispy_forms
  4790. web_1 | > avatar
  4791. web_1 | > bootstrap3
  4792. web_1 | > users
  4793. web_1 | > allauth
  4794. web_1 | > allauth.account
  4795. web_1 | > django.contrib.humanize
  4796. web_1 | > debug_toolbar
  4797. web_1 |
  4798. web_1 | Not synced (use migrations):
  4799. web_1 | - allauth.socialaccount
  4800. web_1 | - django_extensions
  4801. web_1 | (use ./manage.py migrate to migrate these)
  4802. web_1 | Running migrations for socialaccount:
  4803. web_1 | - Nothing to migrate.
  4804. web_1 | - Loading initial data for socialaccount.
  4805. web_1 | Installed 0 object(s) from 0 fixture(s)
  4806. web_1 | Running migrations for django_extensions:
  4807. web_1 | - Nothing to migrate.
  4808. web_1 | - Loading initial data for django_extensions.
  4809. web_1 | Installed 0 object(s) from 0 fixture(s)
  4810. web_1 | ===================================
  4811. web_1 | Creating "root" User
  4812. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4813. web_1 | User "root" exists in API, trying to reactivate...
  4814. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4815. web_1 | ===================================
  4816. web_1 | ===================================
  4817. web_1 | Creating "admin" User
  4818. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4819. web_1 | User "admin" exists in API, trying to reactivate...
  4820. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4821. web_1 | ===================================
  4822. web_1 | Starting the server
  4823. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4824. web_1 |
  4825. web_1 | Fatal error: Unable to find local grunt.
  4826. web_1 |
  4827. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4828. web_1 | your project. For more information about installing and configuring grunt,
  4829. web_1 | please see the Getting Started guide:
  4830. web_1 |
  4831. web_1 | http://gruntjs.com/getting-started
  4832. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4833. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4834. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4835. web_1 |
  4836. web_1 | Host IP=172.19.0.1
  4837. web_1 |
  4838. web_1 | Syncing...
  4839. web_1 | Creating tables ...
  4840. web_1 | Installing custom SQL ...
  4841. web_1 | Installing indexes ...
  4842. web_1 | Installed 0 object(s) from 0 fixture(s)
  4843. web_1 |
  4844. web_1 | Synced:
  4845. web_1 | > django.contrib.auth
  4846. web_1 | > django.contrib.contenttypes
  4847. web_1 | > django.contrib.sessions
  4848. web_1 | > django.contrib.sites
  4849. web_1 | > django.contrib.messages
  4850. web_1 | > django.contrib.staticfiles
  4851. web_1 | > django.contrib.admin
  4852. web_1 | > south
  4853. web_1 | > crispy_forms
  4854. web_1 | > avatar
  4855. web_1 | > bootstrap3
  4856. web_1 | > users
  4857. web_1 | > allauth
  4858. web_1 | > allauth.account
  4859. web_1 | > django.contrib.humanize
  4860. web_1 | > debug_toolbar
  4861. web_1 |
  4862. web_1 | Not synced (use migrations):
  4863. web_1 | - allauth.socialaccount
  4864. web_1 | - django_extensions
  4865. web_1 | (use ./manage.py migrate to migrate these)
  4866. web_1 | Running migrations for socialaccount:
  4867. web_1 | - Nothing to migrate.
  4868. web_1 | - Loading initial data for socialaccount.
  4869. web_1 | Installed 0 object(s) from 0 fixture(s)
  4870. web_1 | Running migrations for django_extensions:
  4871. web_1 | - Nothing to migrate.
  4872. web_1 | - Loading initial data for django_extensions.
  4873. web_1 | Installed 0 object(s) from 0 fixture(s)
  4874. web_1 | ===================================
  4875. web_1 | Creating "root" User
  4876. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4877. web_1 | User "root" exists in API, trying to reactivate...
  4878. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4879. web_1 | ===================================
  4880. web_1 | ===================================
  4881. web_1 | Creating "admin" User
  4882. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4883. web_1 | User "admin" exists in API, trying to reactivate...
  4884. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4885. web_1 | ===================================
  4886. web_1 | Starting the server
  4887. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4888. web_1 |
  4889. web_1 | Fatal error: Unable to find local grunt.
  4890. web_1 |
  4891. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4892. web_1 | your project. For more information about installing and configuring grunt,
  4893. web_1 | please see the Getting Started guide:
  4894. web_1 |
  4895. web_1 | http://gruntjs.com/getting-started
  4896. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4897. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4898. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4899. web_1 |
  4900. web_1 | Host IP=172.19.0.1
  4901. web_1 |
  4902. web_1 | Syncing...
  4903. web_1 | Creating tables ...
  4904. web_1 | Installing custom SQL ...
  4905. web_1 | Installing indexes ...
  4906. web_1 | Installed 0 object(s) from 0 fixture(s)
  4907. web_1 |
  4908. web_1 | Synced:
  4909. web_1 | > django.contrib.auth
  4910. web_1 | > django.contrib.contenttypes
  4911. web_1 | > django.contrib.sessions
  4912. web_1 | > django.contrib.sites
  4913. web_1 | > django.contrib.messages
  4914. web_1 | > django.contrib.staticfiles
  4915. web_1 | > django.contrib.admin
  4916. web_1 | > south
  4917. web_1 | > crispy_forms
  4918. web_1 | > avatar
  4919. web_1 | > bootstrap3
  4920. web_1 | > users
  4921. web_1 | > allauth
  4922. web_1 | > allauth.account
  4923. web_1 | > django.contrib.humanize
  4924. web_1 | > debug_toolbar
  4925. web_1 |
  4926. web_1 | Not synced (use migrations):
  4927. web_1 | - allauth.socialaccount
  4928. web_1 | - django_extensions
  4929. web_1 | (use ./manage.py migrate to migrate these)
  4930. web_1 | Running migrations for socialaccount:
  4931. web_1 | - Nothing to migrate.
  4932. web_1 | - Loading initial data for socialaccount.
  4933. web_1 | Installed 0 object(s) from 0 fixture(s)
  4934. web_1 | Running migrations for django_extensions:
  4935. web_1 | - Nothing to migrate.
  4936. web_1 | - Loading initial data for django_extensions.
  4937. web_1 | Installed 0 object(s) from 0 fixture(s)
  4938. web_1 | ===================================
  4939. web_1 | Creating "root" User
  4940. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4941. web_1 | User "root" exists in API, trying to reactivate...
  4942. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  4943. web_1 | ===================================
  4944. web_1 | ===================================
  4945. web_1 | Creating "admin" User
  4946. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  4947. web_1 | User "admin" exists in API, trying to reactivate...
  4948. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  4949. web_1 | ===================================
  4950. web_1 | Starting the server
  4951. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  4952. web_1 |
  4953. web_1 | Fatal error: Unable to find local grunt.
  4954. web_1 |
  4955. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  4956. web_1 | your project. For more information about installing and configuring grunt,
  4957. web_1 | please see the Getting Started guide:
  4958. web_1 |
  4959. web_1 | http://gruntjs.com/getting-started
  4960. web_1 | Starting OpenBSD Secure Shell server: sshd.
  4961. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  4962. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  4963. web_1 |
  4964. web_1 | Host IP=172.19.0.1
  4965. web_1 |
  4966. web_1 | Syncing...
  4967. web_1 | Creating tables ...
  4968. web_1 | Installing custom SQL ...
  4969. web_1 | Installing indexes ...
  4970. web_1 | Installed 0 object(s) from 0 fixture(s)
  4971. web_1 |
  4972. web_1 | Synced:
  4973. web_1 | > django.contrib.auth
  4974. web_1 | > django.contrib.contenttypes
  4975. web_1 | > django.contrib.sessions
  4976. web_1 | > django.contrib.sites
  4977. web_1 | > django.contrib.messages
  4978. web_1 | > django.contrib.staticfiles
  4979. web_1 | > django.contrib.admin
  4980. web_1 | > south
  4981. web_1 | > crispy_forms
  4982. web_1 | > avatar
  4983. web_1 | > bootstrap3
  4984. web_1 | > users
  4985. web_1 | > allauth
  4986. web_1 | > allauth.account
  4987. web_1 | > django.contrib.humanize
  4988. web_1 | > debug_toolbar
  4989. web_1 |
  4990. web_1 | Not synced (use migrations):
  4991. web_1 | - allauth.socialaccount
  4992. web_1 | - django_extensions
  4993. web_1 | (use ./manage.py migrate to migrate these)
  4994. web_1 | Running migrations for socialaccount:
  4995. web_1 | - Nothing to migrate.
  4996. web_1 | - Loading initial data for socialaccount.
  4997. web_1 | Installed 0 object(s) from 0 fixture(s)
  4998. web_1 | Running migrations for django_extensions:
  4999. web_1 | - Nothing to migrate.
  5000. web_1 | - Loading initial data for django_extensions.
  5001. web_1 | Installed 0 object(s) from 0 fixture(s)
  5002. web_1 | ===================================
  5003. web_1 | Creating "root" User
  5004. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5005. web_1 | User "root" exists in API, trying to reactivate...
  5006. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5007. web_1 | ===================================
  5008. web_1 | ===================================
  5009. web_1 | Creating "admin" User
  5010. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5011. web_1 | User "admin" exists in API, trying to reactivate...
  5012. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5013. web_1 | ===================================
  5014. web_1 | Starting the server
  5015. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5016. web_1 |
  5017. web_1 | Fatal error: Unable to find local grunt.
  5018. web_1 |
  5019. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5020. web_1 | your project. For more information about installing and configuring grunt,
  5021. web_1 | please see the Getting Started guide:
  5022. web_1 |
  5023. web_1 | http://gruntjs.com/getting-started
  5024. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5025. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5026. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5027. web_1 |
  5028. web_1 | Host IP=172.19.0.1
  5029. web_1 |
  5030. web_1 | Syncing...
  5031. web_1 | Creating tables ...
  5032. web_1 | Installing custom SQL ...
  5033. web_1 | Installing indexes ...
  5034. web_1 | Installed 0 object(s) from 0 fixture(s)
  5035. web_1 |
  5036. web_1 | Synced:
  5037. web_1 | > django.contrib.auth
  5038. web_1 | > django.contrib.contenttypes
  5039. web_1 | > django.contrib.sessions
  5040. web_1 | > django.contrib.sites
  5041. web_1 | > django.contrib.messages
  5042. web_1 | > django.contrib.staticfiles
  5043. web_1 | > django.contrib.admin
  5044. web_1 | > south
  5045. web_1 | > crispy_forms
  5046. web_1 | > avatar
  5047. web_1 | > bootstrap3
  5048. web_1 | > users
  5049. web_1 | > allauth
  5050. web_1 | > allauth.account
  5051. web_1 | > django.contrib.humanize
  5052. web_1 | > debug_toolbar
  5053. web_1 |
  5054. web_1 | Not synced (use migrations):
  5055. web_1 | - allauth.socialaccount
  5056. web_1 | - django_extensions
  5057. web_1 | (use ./manage.py migrate to migrate these)
  5058. web_1 | Running migrations for socialaccount:
  5059. web_1 | - Nothing to migrate.
  5060. web_1 | - Loading initial data for socialaccount.
  5061. web_1 | Installed 0 object(s) from 0 fixture(s)
  5062. web_1 | Running migrations for django_extensions:
  5063. web_1 | - Nothing to migrate.
  5064. web_1 | - Loading initial data for django_extensions.
  5065. web_1 | Installed 0 object(s) from 0 fixture(s)
  5066. web_1 | ===================================
  5067. web_1 | Creating "root" User
  5068. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5069. web_1 | User "root" exists in API, trying to reactivate...
  5070. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5071. web_1 | ===================================
  5072. web_1 | ===================================
  5073. web_1 | Creating "admin" User
  5074. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5075. web_1 | User "admin" exists in API, trying to reactivate...
  5076. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5077. web_1 | ===================================
  5078. web_1 | Starting the server
  5079. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5080. web_1 |
  5081. web_1 | Fatal error: Unable to find local grunt.
  5082. web_1 |
  5083. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5084. web_1 | your project. For more information about installing and configuring grunt,
  5085. web_1 | please see the Getting Started guide:
  5086. web_1 |
  5087. web_1 | http://gruntjs.com/getting-started
  5088. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5089. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5090. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5091. web_1 |
  5092. web_1 | Host IP=172.19.0.1
  5093. web_1 |
  5094. web_1 | Syncing...
  5095. web_1 | Creating tables ...
  5096. web_1 | Installing custom SQL ...
  5097. web_1 | Installing indexes ...
  5098. web_1 | Installed 0 object(s) from 0 fixture(s)
  5099. web_1 |
  5100. web_1 | Synced:
  5101. web_1 | > django.contrib.auth
  5102. web_1 | > django.contrib.contenttypes
  5103. web_1 | > django.contrib.sessions
  5104. web_1 | > django.contrib.sites
  5105. web_1 | > django.contrib.messages
  5106. web_1 | > django.contrib.staticfiles
  5107. web_1 | > django.contrib.admin
  5108. web_1 | > south
  5109. web_1 | > crispy_forms
  5110. web_1 | > avatar
  5111. web_1 | > bootstrap3
  5112. web_1 | > users
  5113. web_1 | > allauth
  5114. web_1 | > allauth.account
  5115. web_1 | > django.contrib.humanize
  5116. web_1 | > debug_toolbar
  5117. web_1 |
  5118. web_1 | Not synced (use migrations):
  5119. web_1 | - allauth.socialaccount
  5120. web_1 | - django_extensions
  5121. web_1 | (use ./manage.py migrate to migrate these)
  5122. web_1 | Running migrations for socialaccount:
  5123. web_1 | - Nothing to migrate.
  5124. web_1 | - Loading initial data for socialaccount.
  5125. web_1 | Installed 0 object(s) from 0 fixture(s)
  5126. web_1 | Running migrations for django_extensions:
  5127. web_1 | - Nothing to migrate.
  5128. web_1 | - Loading initial data for django_extensions.
  5129. web_1 | Installed 0 object(s) from 0 fixture(s)
  5130. web_1 | ===================================
  5131. web_1 | Creating "root" User
  5132. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5133. web_1 | User "root" exists in API, trying to reactivate...
  5134. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5135. web_1 | ===================================
  5136. web_1 | ===================================
  5137. web_1 | Creating "admin" User
  5138. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5139. web_1 | User "admin" exists in API, trying to reactivate...
  5140. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5141. web_1 | ===================================
  5142. web_1 | Starting the server
  5143. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5144. web_1 |
  5145. web_1 | Fatal error: Unable to find local grunt.
  5146. web_1 |
  5147. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5148. web_1 | your project. For more information about installing and configuring grunt,
  5149. web_1 | please see the Getting Started guide:
  5150. web_1 |
  5151. web_1 | http://gruntjs.com/getting-started
  5152. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5153. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5154. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5155. web_1 |
  5156. web_1 | Host IP=172.19.0.1
  5157. web_1 |
  5158. web_1 | Syncing...
  5159. web_1 | Creating tables ...
  5160. web_1 | Installing custom SQL ...
  5161. web_1 | Installing indexes ...
  5162. web_1 | Installed 0 object(s) from 0 fixture(s)
  5163. web_1 |
  5164. web_1 | Synced:
  5165. web_1 | > django.contrib.auth
  5166. web_1 | > django.contrib.contenttypes
  5167. web_1 | > django.contrib.sessions
  5168. web_1 | > django.contrib.sites
  5169. web_1 | > django.contrib.messages
  5170. web_1 | > django.contrib.staticfiles
  5171. web_1 | > django.contrib.admin
  5172. web_1 | > south
  5173. web_1 | > crispy_forms
  5174. web_1 | > avatar
  5175. web_1 | > bootstrap3
  5176. web_1 | > users
  5177. web_1 | > allauth
  5178. web_1 | > allauth.account
  5179. web_1 | > django.contrib.humanize
  5180. web_1 | > debug_toolbar
  5181. web_1 |
  5182. web_1 | Not synced (use migrations):
  5183. web_1 | - allauth.socialaccount
  5184. web_1 | - django_extensions
  5185. web_1 | (use ./manage.py migrate to migrate these)
  5186. web_1 | Running migrations for socialaccount:
  5187. web_1 | - Nothing to migrate.
  5188. web_1 | - Loading initial data for socialaccount.
  5189. web_1 | Installed 0 object(s) from 0 fixture(s)
  5190. web_1 | Running migrations for django_extensions:
  5191. web_1 | - Nothing to migrate.
  5192. web_1 | - Loading initial data for django_extensions.
  5193. web_1 | Installed 0 object(s) from 0 fixture(s)
  5194. web_1 | ===================================
  5195. web_1 | Creating "root" User
  5196. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5197. web_1 | User "root" exists in API, trying to reactivate...
  5198. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5199. web_1 | ===================================
  5200. web_1 | ===================================
  5201. web_1 | Creating "admin" User
  5202. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5203. web_1 | User "admin" exists in API, trying to reactivate...
  5204. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5205. web_1 | ===================================
  5206. web_1 | Starting the server
  5207. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5208. web_1 |
  5209. web_1 | Fatal error: Unable to find local grunt.
  5210. web_1 |
  5211. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5212. web_1 | your project. For more information about installing and configuring grunt,
  5213. web_1 | please see the Getting Started guide:
  5214. web_1 |
  5215. web_1 | http://gruntjs.com/getting-started
  5216. db_web_1 | LOG: incomplete startup packet
  5217. oclweb_web_1 exited with code 99
  5218. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5219. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5220. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  5221. web_1 |
  5222. web_1 | Host IP=172.19.0.1
  5223. web_1 |
  5224. web_1 | Syncing...
  5225. web_1 | Creating tables ...
  5226. web_1 | Creating table auth_permission
  5227. web_1 | Creating table auth_group_permissions
  5228. web_1 | Creating table auth_group
  5229. web_1 | Creating table django_content_type
  5230. web_1 | Creating table django_session
  5231. web_1 | Creating table django_site
  5232. web_1 | Creating table django_admin_log
  5233. web_1 | Creating table south_migrationhistory
  5234. web_1 | Creating table avatar_avatar
  5235. web_1 | Creating table users_user_groups
  5236. web_1 | Creating table users_user_user_permissions
  5237. web_1 | Creating table users_user
  5238. web_1 | Creating table account_emailaddress
  5239. web_1 | Creating table account_emailconfirmation
  5240. web_1 | Installing custom SQL ...
  5241. web_1 | Installing indexes ...
  5242. web_1 | Installed 0 object(s) from 0 fixture(s)
  5243. web_1 |
  5244. web_1 | Synced:
  5245. web_1 | > django.contrib.auth
  5246. web_1 | > django.contrib.contenttypes
  5247. web_1 | > django.contrib.sessions
  5248. web_1 | > django.contrib.sites
  5249. web_1 | > django.contrib.messages
  5250. web_1 | > django.contrib.staticfiles
  5251. web_1 | > django.contrib.admin
  5252. web_1 | > south
  5253. web_1 | > crispy_forms
  5254. web_1 | > avatar
  5255. web_1 | > bootstrap3
  5256. web_1 | > users
  5257. web_1 | > allauth
  5258. web_1 | > allauth.account
  5259. web_1 | > django.contrib.humanize
  5260. web_1 | > debug_toolbar
  5261. web_1 |
  5262. web_1 | Not synced (use migrations):
  5263. web_1 | - allauth.socialaccount
  5264. web_1 | - django_extensions
  5265. web_1 | (use ./manage.py migrate to migrate these)
  5266. web_1 | Running migrations for socialaccount:
  5267. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  5268. web_1 | > socialaccount:0001_initial
  5269. web_1 | > socialaccount:0002_genericmodels
  5270. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  5271. web_1 | > socialaccount:0004_add_sites
  5272. web_1 | > socialaccount:0005_set_sites
  5273. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  5274. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  5275. web_1 | > socialaccount:0008_client_id
  5276. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  5277. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  5278. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  5279. web_1 | - Loading initial data for socialaccount.
  5280. web_1 | Installed 0 object(s) from 0 fixture(s)
  5281. web_1 | Running migrations for django_extensions:
  5282. web_1 | - Migrating forwards to 0001_empty.
  5283. web_1 | > django_extensions:0001_empty
  5284. web_1 | - Loading initial data for django_extensions.
  5285. web_1 | Installed 0 object(s) from 0 fixture(s)
  5286. web_1 | ===================================
  5287. web_1 | Creating "root" User
  5288. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5289. web_1 | User "root" exists in API, trying to reactivate...
  5290. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5291. web_1 | ===================================
  5292. web_1 | ===================================
  5293. web_1 | Creating "admin" User
  5294. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5295. web_1 | User "admin" synced to API
  5296. web_1 | ===================================
  5297. web_1 | Starting the server
  5298. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5299. web_1 |
  5300. web_1 | Fatal error: Unable to find local grunt.
  5301. web_1 |
  5302. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5303. web_1 | your project. For more information about installing and configuring grunt,
  5304. web_1 | please see the Getting Started guide:
  5305. web_1 |
  5306. web_1 | http://gruntjs.com/getting-started
  5307. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5308. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5309. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5310. web_1 |
  5311. web_1 | Host IP=172.19.0.1
  5312. web_1 |
  5313. web_1 | Syncing...
  5314. web_1 | Creating tables ...
  5315. web_1 | Installing custom SQL ...
  5316. web_1 | Installing indexes ...
  5317. web_1 | Installed 0 object(s) from 0 fixture(s)
  5318. web_1 |
  5319. web_1 | Synced:
  5320. web_1 | > django.contrib.auth
  5321. web_1 | > django.contrib.contenttypes
  5322. web_1 | > django.contrib.sessions
  5323. web_1 | > django.contrib.sites
  5324. web_1 | > django.contrib.messages
  5325. web_1 | > django.contrib.staticfiles
  5326. web_1 | > django.contrib.admin
  5327. web_1 | > south
  5328. web_1 | > crispy_forms
  5329. web_1 | > avatar
  5330. web_1 | > bootstrap3
  5331. web_1 | > users
  5332. web_1 | > allauth
  5333. web_1 | > allauth.account
  5334. web_1 | > django.contrib.humanize
  5335. web_1 | > debug_toolbar
  5336. web_1 |
  5337. web_1 | Not synced (use migrations):
  5338. web_1 | - allauth.socialaccount
  5339. web_1 | - django_extensions
  5340. web_1 | (use ./manage.py migrate to migrate these)
  5341. web_1 | Running migrations for socialaccount:
  5342. web_1 | - Nothing to migrate.
  5343. web_1 | - Loading initial data for socialaccount.
  5344. web_1 | Installed 0 object(s) from 0 fixture(s)
  5345. web_1 | Running migrations for django_extensions:
  5346. web_1 | - Nothing to migrate.
  5347. web_1 | - Loading initial data for django_extensions.
  5348. web_1 | Installed 0 object(s) from 0 fixture(s)
  5349. web_1 | ===================================
  5350. web_1 | Creating "root" User
  5351. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5352. web_1 | User "root" exists in API, trying to reactivate...
  5353. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5354. web_1 | ===================================
  5355. web_1 | ===================================
  5356. web_1 | Creating "admin" User
  5357. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5358. web_1 | User "admin" exists in API, trying to reactivate...
  5359. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5360. web_1 | ===================================
  5361. web_1 | Starting the server
  5362. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5363. web_1 |
  5364. web_1 | Fatal error: Unable to find local grunt.
  5365. web_1 |
  5366. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5367. web_1 | your project. For more information about installing and configuring grunt,
  5368. web_1 | please see the Getting Started guide:
  5369. web_1 |
  5370. web_1 | http://gruntjs.com/getting-started
  5371. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5372. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5373. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5374. web_1 |
  5375. web_1 | Host IP=172.19.0.1
  5376. web_1 |
  5377. web_1 | Syncing...
  5378. web_1 | Creating tables ...
  5379. web_1 | Installing custom SQL ...
  5380. web_1 | Installing indexes ...
  5381. web_1 | Installed 0 object(s) from 0 fixture(s)
  5382. web_1 |
  5383. web_1 | Synced:
  5384. web_1 | > django.contrib.auth
  5385. web_1 | > django.contrib.contenttypes
  5386. web_1 | > django.contrib.sessions
  5387. web_1 | > django.contrib.sites
  5388. web_1 | > django.contrib.messages
  5389. web_1 | > django.contrib.staticfiles
  5390. web_1 | > django.contrib.admin
  5391. web_1 | > south
  5392. web_1 | > crispy_forms
  5393. web_1 | > avatar
  5394. web_1 | > bootstrap3
  5395. web_1 | > users
  5396. web_1 | > allauth
  5397. web_1 | > allauth.account
  5398. web_1 | > django.contrib.humanize
  5399. web_1 | > debug_toolbar
  5400. web_1 |
  5401. web_1 | Not synced (use migrations):
  5402. web_1 | - allauth.socialaccount
  5403. web_1 | - django_extensions
  5404. web_1 | (use ./manage.py migrate to migrate these)
  5405. web_1 | Running migrations for socialaccount:
  5406. web_1 | - Nothing to migrate.
  5407. web_1 | - Loading initial data for socialaccount.
  5408. web_1 | Installed 0 object(s) from 0 fixture(s)
  5409. web_1 | Running migrations for django_extensions:
  5410. web_1 | - Nothing to migrate.
  5411. web_1 | - Loading initial data for django_extensions.
  5412. web_1 | Installed 0 object(s) from 0 fixture(s)
  5413. web_1 | ===================================
  5414. web_1 | Creating "root" User
  5415. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5416. web_1 | User "root" exists in API, trying to reactivate...
  5417. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5418. web_1 | ===================================
  5419. web_1 | ===================================
  5420. web_1 | Creating "admin" User
  5421. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5422. web_1 | User "admin" exists in API, trying to reactivate...
  5423. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5424. web_1 | ===================================
  5425. web_1 | Starting the server
  5426. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5427. web_1 |
  5428. web_1 | Fatal error: Unable to find local grunt.
  5429. web_1 |
  5430. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5431. web_1 | your project. For more information about installing and configuring grunt,
  5432. web_1 | please see the Getting Started guide:
  5433. web_1 |
  5434. web_1 | http://gruntjs.com/getting-started
  5435. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5436. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5437. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5438. web_1 |
  5439. web_1 | Host IP=172.19.0.1
  5440. web_1 |
  5441. web_1 | Syncing...
  5442. web_1 | Creating tables ...
  5443. web_1 | Installing custom SQL ...
  5444. web_1 | Installing indexes ...
  5445. web_1 | Installed 0 object(s) from 0 fixture(s)
  5446. web_1 |
  5447. web_1 | Synced:
  5448. web_1 | > django.contrib.auth
  5449. web_1 | > django.contrib.contenttypes
  5450. web_1 | > django.contrib.sessions
  5451. web_1 | > django.contrib.sites
  5452. web_1 | > django.contrib.messages
  5453. web_1 | > django.contrib.staticfiles
  5454. web_1 | > django.contrib.admin
  5455. web_1 | > south
  5456. web_1 | > crispy_forms
  5457. web_1 | > avatar
  5458. web_1 | > bootstrap3
  5459. web_1 | > users
  5460. web_1 | > allauth
  5461. web_1 | > allauth.account
  5462. web_1 | > django.contrib.humanize
  5463. web_1 | > debug_toolbar
  5464. web_1 |
  5465. web_1 | Not synced (use migrations):
  5466. web_1 | - allauth.socialaccount
  5467. web_1 | - django_extensions
  5468. web_1 | (use ./manage.py migrate to migrate these)
  5469. web_1 | Running migrations for socialaccount:
  5470. web_1 | - Nothing to migrate.
  5471. web_1 | - Loading initial data for socialaccount.
  5472. web_1 | Installed 0 object(s) from 0 fixture(s)
  5473. web_1 | Running migrations for django_extensions:
  5474. web_1 | - Nothing to migrate.
  5475. web_1 | - Loading initial data for django_extensions.
  5476. web_1 | Installed 0 object(s) from 0 fixture(s)
  5477. web_1 | ===================================
  5478. web_1 | Creating "root" User
  5479. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5480. web_1 | User "root" exists in API, trying to reactivate...
  5481. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5482. web_1 | ===================================
  5483. web_1 | ===================================
  5484. web_1 | Creating "admin" User
  5485. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5486. web_1 | User "admin" exists in API, trying to reactivate...
  5487. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5488. web_1 | ===================================
  5489. web_1 | Starting the server
  5490. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5491. web_1 |
  5492. web_1 | Fatal error: Unable to find local grunt.
  5493. web_1 |
  5494. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5495. web_1 | your project. For more information about installing and configuring grunt,
  5496. web_1 | please see the Getting Started guide:
  5497. web_1 |
  5498. web_1 | http://gruntjs.com/getting-started
  5499. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5500. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5501. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5502. web_1 |
  5503. web_1 | Host IP=172.19.0.1
  5504. web_1 |
  5505. web_1 | Syncing...
  5506. web_1 | Creating tables ...
  5507. web_1 | Installing custom SQL ...
  5508. web_1 | Installing indexes ...
  5509. web_1 | Installed 0 object(s) from 0 fixture(s)
  5510. web_1 |
  5511. web_1 | Synced:
  5512. web_1 | > django.contrib.auth
  5513. web_1 | > django.contrib.contenttypes
  5514. web_1 | > django.contrib.sessions
  5515. web_1 | > django.contrib.sites
  5516. web_1 | > django.contrib.messages
  5517. web_1 | > django.contrib.staticfiles
  5518. web_1 | > django.contrib.admin
  5519. web_1 | > south
  5520. web_1 | > crispy_forms
  5521. web_1 | > avatar
  5522. web_1 | > bootstrap3
  5523. web_1 | > users
  5524. web_1 | > allauth
  5525. web_1 | > allauth.account
  5526. web_1 | > django.contrib.humanize
  5527. web_1 | > debug_toolbar
  5528. web_1 |
  5529. web_1 | Not synced (use migrations):
  5530. web_1 | - allauth.socialaccount
  5531. web_1 | - django_extensions
  5532. web_1 | (use ./manage.py migrate to migrate these)
  5533. web_1 | Running migrations for socialaccount:
  5534. web_1 | - Nothing to migrate.
  5535. web_1 | - Loading initial data for socialaccount.
  5536. web_1 | Installed 0 object(s) from 0 fixture(s)
  5537. web_1 | Running migrations for django_extensions:
  5538. web_1 | - Nothing to migrate.
  5539. web_1 | - Loading initial data for django_extensions.
  5540. web_1 | Installed 0 object(s) from 0 fixture(s)
  5541. web_1 | ===================================
  5542. web_1 | Creating "root" User
  5543. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5544. web_1 | User "root" exists in API, trying to reactivate...
  5545. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5546. web_1 | ===================================
  5547. web_1 | ===================================
  5548. web_1 | Creating "admin" User
  5549. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5550. web_1 | User "admin" exists in API, trying to reactivate...
  5551. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5552. web_1 | ===================================
  5553. web_1 | Starting the server
  5554. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5555. web_1 |
  5556. web_1 | Fatal error: Unable to find local grunt.
  5557. web_1 |
  5558. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5559. web_1 | your project. For more information about installing and configuring grunt,
  5560. web_1 | please see the Getting Started guide:
  5561. web_1 |
  5562. web_1 | http://gruntjs.com/getting-started
  5563. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5564. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5565. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5566. web_1 |
  5567. web_1 | Host IP=172.19.0.1
  5568. web_1 |
  5569. web_1 | Syncing...
  5570. web_1 | Creating tables ...
  5571. web_1 | Installing custom SQL ...
  5572. web_1 | Installing indexes ...
  5573. web_1 | Installed 0 object(s) from 0 fixture(s)
  5574. web_1 |
  5575. web_1 | Synced:
  5576. web_1 | > django.contrib.auth
  5577. web_1 | > django.contrib.contenttypes
  5578. web_1 | > django.contrib.sessions
  5579. web_1 | > django.contrib.sites
  5580. web_1 | > django.contrib.messages
  5581. web_1 | > django.contrib.staticfiles
  5582. web_1 | > django.contrib.admin
  5583. web_1 | > south
  5584. web_1 | > crispy_forms
  5585. web_1 | > avatar
  5586. web_1 | > bootstrap3
  5587. web_1 | > users
  5588. web_1 | > allauth
  5589. web_1 | > allauth.account
  5590. web_1 | > django.contrib.humanize
  5591. web_1 | > debug_toolbar
  5592. web_1 |
  5593. web_1 | Not synced (use migrations):
  5594. web_1 | - allauth.socialaccount
  5595. web_1 | - django_extensions
  5596. web_1 | (use ./manage.py migrate to migrate these)
  5597. web_1 | Running migrations for socialaccount:
  5598. web_1 | - Nothing to migrate.
  5599. web_1 | - Loading initial data for socialaccount.
  5600. web_1 | Installed 0 object(s) from 0 fixture(s)
  5601. web_1 | Running migrations for django_extensions:
  5602. web_1 | - Nothing to migrate.
  5603. web_1 | - Loading initial data for django_extensions.
  5604. web_1 | Installed 0 object(s) from 0 fixture(s)
  5605. web_1 | ===================================
  5606. web_1 | Creating "root" User
  5607. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5608. web_1 | User "root" exists in API, trying to reactivate...
  5609. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5610. web_1 | ===================================
  5611. web_1 | ===================================
  5612. web_1 | Creating "admin" User
  5613. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5614. web_1 | User "admin" exists in API, trying to reactivate...
  5615. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5616. web_1 | ===================================
  5617. web_1 | Starting the server
  5618. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5619. web_1 |
  5620. web_1 | Fatal error: Unable to find local grunt.
  5621. web_1 |
  5622. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5623. web_1 | your project. For more information about installing and configuring grunt,
  5624. web_1 | please see the Getting Started guide:
  5625. web_1 |
  5626. web_1 | http://gruntjs.com/getting-started
  5627. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5628. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5629. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5630. web_1 |
  5631. web_1 | Host IP=172.19.0.1
  5632. web_1 |
  5633. web_1 | Syncing...
  5634. web_1 | Creating tables ...
  5635. web_1 | Installing custom SQL ...
  5636. web_1 | Installing indexes ...
  5637. db_web_1 | LOG: incomplete startup packet
  5638. web_1 | Installed 0 object(s) from 0 fixture(s)
  5639. web_1 |
  5640. web_1 | Synced:
  5641. web_1 | > django.contrib.auth
  5642. web_1 | > django.contrib.contenttypes
  5643. web_1 | > django.contrib.sessions
  5644. web_1 | > django.contrib.sites
  5645. web_1 | > django.contrib.messages
  5646. web_1 | > django.contrib.staticfiles
  5647. web_1 | > django.contrib.admin
  5648. web_1 | > south
  5649. web_1 | > crispy_forms
  5650. web_1 | > avatar
  5651. web_1 | > bootstrap3
  5652. web_1 | > users
  5653. web_1 | > allauth
  5654. web_1 | > allauth.account
  5655. web_1 | > django.contrib.humanize
  5656. web_1 | > debug_toolbar
  5657. web_1 |
  5658. web_1 | Not synced (use migrations):
  5659. web_1 | - allauth.socialaccount
  5660. web_1 | - django_extensions
  5661. web_1 | (use ./manage.py migrate to migrate these)
  5662. web_1 | Running migrations for socialaccount:
  5663. web_1 | - Nothing to migrate.
  5664. web_1 | - Loading initial data for socialaccount.
  5665. web_1 | Installed 0 object(s) from 0 fixture(s)
  5666. web_1 | Running migrations for django_extensions:
  5667. web_1 | - Nothing to migrate.
  5668. web_1 | - Loading initial data for django_extensions.
  5669. web_1 | Installed 0 object(s) from 0 fixture(s)
  5670. web_1 | ===================================
  5671. web_1 | Creating "root" User
  5672. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5673. web_1 | User "root" exists in API, trying to reactivate...
  5674. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5675. web_1 | ===================================
  5676. web_1 | ===================================
  5677. web_1 | Creating "admin" User
  5678. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5679. web_1 | User "admin" exists in API, trying to reactivate...
  5680. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5681. web_1 | ===================================
  5682. web_1 | Starting the server
  5683. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5684. web_1 |
  5685. web_1 | Fatal error: Unable to find local grunt.
  5686. web_1 |
  5687. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5688. web_1 | your project. For more information about installing and configuring grunt,
  5689. web_1 | please see the Getting Started guide:
  5690. web_1 |
  5691. web_1 | http://gruntjs.com/getting-started
  5692. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5693. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5694. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5695. web_1 |
  5696. web_1 | Host IP=172.19.0.1
  5697. web_1 |
  5698. web_1 | Syncing...
  5699. web_1 | Creating tables ...
  5700. web_1 | Installing custom SQL ...
  5701. web_1 | Installing indexes ...
  5702. web_1 | Installed 0 object(s) from 0 fixture(s)
  5703. web_1 |
  5704. web_1 | Synced:
  5705. web_1 | > django.contrib.auth
  5706. web_1 | > django.contrib.contenttypes
  5707. web_1 | > django.contrib.sessions
  5708. web_1 | > django.contrib.sites
  5709. web_1 | > django.contrib.messages
  5710. web_1 | > django.contrib.staticfiles
  5711. web_1 | > django.contrib.admin
  5712. web_1 | > south
  5713. web_1 | > crispy_forms
  5714. web_1 | > avatar
  5715. web_1 | > bootstrap3
  5716. web_1 | > users
  5717. web_1 | > allauth
  5718. web_1 | > allauth.account
  5719. web_1 | > django.contrib.humanize
  5720. web_1 | > debug_toolbar
  5721. web_1 |
  5722. web_1 | Not synced (use migrations):
  5723. web_1 | - allauth.socialaccount
  5724. web_1 | - django_extensions
  5725. web_1 | (use ./manage.py migrate to migrate these)
  5726. web_1 | Running migrations for socialaccount:
  5727. web_1 | - Nothing to migrate.
  5728. web_1 | - Loading initial data for socialaccount.
  5729. web_1 | Installed 0 object(s) from 0 fixture(s)
  5730. web_1 | Running migrations for django_extensions:
  5731. web_1 | - Nothing to migrate.
  5732. web_1 | - Loading initial data for django_extensions.
  5733. web_1 | Installed 0 object(s) from 0 fixture(s)
  5734. web_1 | ===================================
  5735. web_1 | Creating "root" User
  5736. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5737. web_1 | User "root" exists in API, trying to reactivate...
  5738. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5739. web_1 | ===================================
  5740. web_1 | ===================================
  5741. web_1 | Creating "admin" User
  5742. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5743. web_1 | User "admin" exists in API, trying to reactivate...
  5744. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5745. web_1 | ===================================
  5746. web_1 | Starting the server
  5747. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5748. web_1 |
  5749. web_1 | Fatal error: Unable to find local grunt.
  5750. web_1 |
  5751. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5752. web_1 | your project. For more information about installing and configuring grunt,
  5753. web_1 | please see the Getting Started guide:
  5754. web_1 |
  5755. web_1 | http://gruntjs.com/getting-started
  5756. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5757. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5758. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5759. web_1 |
  5760. web_1 | Host IP=172.19.0.1
  5761. web_1 |
  5762. web_1 | Syncing...
  5763. web_1 | Creating tables ...
  5764. web_1 | Installing custom SQL ...
  5765. web_1 | Installing indexes ...
  5766. web_1 | Installed 0 object(s) from 0 fixture(s)
  5767. web_1 |
  5768. web_1 | Synced:
  5769. web_1 | > django.contrib.auth
  5770. web_1 | > django.contrib.contenttypes
  5771. web_1 | > django.contrib.sessions
  5772. web_1 | > django.contrib.sites
  5773. web_1 | > django.contrib.messages
  5774. web_1 | > django.contrib.staticfiles
  5775. web_1 | > django.contrib.admin
  5776. web_1 | > south
  5777. web_1 | > crispy_forms
  5778. web_1 | > avatar
  5779. web_1 | > bootstrap3
  5780. web_1 | > users
  5781. web_1 | > allauth
  5782. web_1 | > allauth.account
  5783. web_1 | > django.contrib.humanize
  5784. web_1 | > debug_toolbar
  5785. web_1 |
  5786. web_1 | Not synced (use migrations):
  5787. web_1 | - allauth.socialaccount
  5788. web_1 | - django_extensions
  5789. web_1 | (use ./manage.py migrate to migrate these)
  5790. web_1 | Running migrations for socialaccount:
  5791. web_1 | - Nothing to migrate.
  5792. web_1 | - Loading initial data for socialaccount.
  5793. web_1 | Installed 0 object(s) from 0 fixture(s)
  5794. web_1 | Running migrations for django_extensions:
  5795. web_1 | - Nothing to migrate.
  5796. web_1 | - Loading initial data for django_extensions.
  5797. web_1 | Installed 0 object(s) from 0 fixture(s)
  5798. web_1 | ===================================
  5799. web_1 | Creating "root" User
  5800. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5801. web_1 | User "root" exists in API, trying to reactivate...
  5802. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5803. web_1 | ===================================
  5804. web_1 | ===================================
  5805. web_1 | Creating "admin" User
  5806. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5807. web_1 | User "admin" exists in API, trying to reactivate...
  5808. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5809. web_1 | ===================================
  5810. web_1 | Starting the server
  5811. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5812. web_1 |
  5813. web_1 | Fatal error: Unable to find local grunt.
  5814. web_1 |
  5815. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5816. web_1 | your project. For more information about installing and configuring grunt,
  5817. web_1 | please see the Getting Started guide:
  5818. web_1 |
  5819. web_1 | http://gruntjs.com/getting-started
  5820. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5821. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5822. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5823. web_1 |
  5824. web_1 | Host IP=172.19.0.1
  5825. web_1 |
  5826. web_1 | Syncing...
  5827. web_1 | Creating tables ...
  5828. web_1 | Installing custom SQL ...
  5829. web_1 | Installing indexes ...
  5830. web_1 | Installed 0 object(s) from 0 fixture(s)
  5831. web_1 |
  5832. web_1 | Synced:
  5833. web_1 | > django.contrib.auth
  5834. web_1 | > django.contrib.contenttypes
  5835. web_1 | > django.contrib.sessions
  5836. web_1 | > django.contrib.sites
  5837. web_1 | > django.contrib.messages
  5838. web_1 | > django.contrib.staticfiles
  5839. web_1 | > django.contrib.admin
  5840. web_1 | > south
  5841. web_1 | > crispy_forms
  5842. web_1 | > avatar
  5843. web_1 | > bootstrap3
  5844. web_1 | > users
  5845. web_1 | > allauth
  5846. web_1 | > allauth.account
  5847. web_1 | > django.contrib.humanize
  5848. web_1 | > debug_toolbar
  5849. web_1 |
  5850. web_1 | Not synced (use migrations):
  5851. web_1 | - allauth.socialaccount
  5852. web_1 | - django_extensions
  5853. web_1 | (use ./manage.py migrate to migrate these)
  5854. web_1 | Running migrations for socialaccount:
  5855. web_1 | - Nothing to migrate.
  5856. web_1 | - Loading initial data for socialaccount.
  5857. web_1 | Installed 0 object(s) from 0 fixture(s)
  5858. web_1 | Running migrations for django_extensions:
  5859. web_1 | - Nothing to migrate.
  5860. web_1 | - Loading initial data for django_extensions.
  5861. web_1 | Installed 0 object(s) from 0 fixture(s)
  5862. web_1 | ===================================
  5863. web_1 | Creating "root" User
  5864. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5865. web_1 | User "root" exists in API, trying to reactivate...
  5866. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5867. web_1 | ===================================
  5868. web_1 | ===================================
  5869. web_1 | Creating "admin" User
  5870. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5871. web_1 | User "admin" exists in API, trying to reactivate...
  5872. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5873. web_1 | ===================================
  5874. web_1 | Starting the server
  5875. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5876. web_1 |
  5877. web_1 | Fatal error: Unable to find local grunt.
  5878. web_1 |
  5879. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5880. web_1 | your project. For more information about installing and configuring grunt,
  5881. web_1 | please see the Getting Started guide:
  5882. web_1 |
  5883. web_1 | http://gruntjs.com/getting-started
  5884. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5885. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5886. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5887. web_1 |
  5888. web_1 | Host IP=172.19.0.1
  5889. web_1 |
  5890. web_1 | Syncing...
  5891. web_1 | Creating tables ...
  5892. web_1 | Installing custom SQL ...
  5893. web_1 | Installing indexes ...
  5894. web_1 | Installed 0 object(s) from 0 fixture(s)
  5895. web_1 |
  5896. web_1 | Synced:
  5897. web_1 | > django.contrib.auth
  5898. web_1 | > django.contrib.contenttypes
  5899. web_1 | > django.contrib.sessions
  5900. web_1 | > django.contrib.sites
  5901. web_1 | > django.contrib.messages
  5902. web_1 | > django.contrib.staticfiles
  5903. web_1 | > django.contrib.admin
  5904. web_1 | > south
  5905. web_1 | > crispy_forms
  5906. web_1 | > avatar
  5907. web_1 | > bootstrap3
  5908. web_1 | > users
  5909. web_1 | > allauth
  5910. web_1 | > allauth.account
  5911. web_1 | > django.contrib.humanize
  5912. web_1 | > debug_toolbar
  5913. web_1 |
  5914. web_1 | Not synced (use migrations):
  5915. web_1 | - allauth.socialaccount
  5916. web_1 | - django_extensions
  5917. web_1 | (use ./manage.py migrate to migrate these)
  5918. web_1 | Running migrations for socialaccount:
  5919. web_1 | - Nothing to migrate.
  5920. web_1 | - Loading initial data for socialaccount.
  5921. web_1 | Installed 0 object(s) from 0 fixture(s)
  5922. web_1 | Running migrations for django_extensions:
  5923. web_1 | - Nothing to migrate.
  5924. web_1 | - Loading initial data for django_extensions.
  5925. web_1 | Installed 0 object(s) from 0 fixture(s)
  5926. web_1 | ===================================
  5927. web_1 | Creating "root" User
  5928. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5929. web_1 | User "root" exists in API, trying to reactivate...
  5930. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5931. web_1 | ===================================
  5932. web_1 | ===================================
  5933. web_1 | Creating "admin" User
  5934. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5935. web_1 | User "admin" exists in API, trying to reactivate...
  5936. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  5937. web_1 | ===================================
  5938. web_1 | Starting the server
  5939. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  5940. web_1 |
  5941. web_1 | Fatal error: Unable to find local grunt.
  5942. web_1 |
  5943. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  5944. web_1 | your project. For more information about installing and configuring grunt,
  5945. web_1 | please see the Getting Started guide:
  5946. web_1 |
  5947. web_1 | http://gruntjs.com/getting-started
  5948. web_1 | Starting OpenBSD Secure Shell server: sshd.
  5949. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  5950. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  5951. web_1 |
  5952. web_1 | Host IP=172.19.0.1
  5953. web_1 |
  5954. web_1 | Syncing...
  5955. web_1 | Creating tables ...
  5956. web_1 | Installing custom SQL ...
  5957. web_1 | Installing indexes ...
  5958. web_1 | Installed 0 object(s) from 0 fixture(s)
  5959. web_1 |
  5960. web_1 | Synced:
  5961. web_1 | > django.contrib.auth
  5962. web_1 | > django.contrib.contenttypes
  5963. web_1 | > django.contrib.sessions
  5964. web_1 | > django.contrib.sites
  5965. web_1 | > django.contrib.messages
  5966. web_1 | > django.contrib.staticfiles
  5967. web_1 | > django.contrib.admin
  5968. web_1 | > south
  5969. web_1 | > crispy_forms
  5970. web_1 | > avatar
  5971. web_1 | > bootstrap3
  5972. web_1 | > users
  5973. web_1 | > allauth
  5974. web_1 | > allauth.account
  5975. web_1 | > django.contrib.humanize
  5976. web_1 | > debug_toolbar
  5977. web_1 |
  5978. web_1 | Not synced (use migrations):
  5979. web_1 | - allauth.socialaccount
  5980. web_1 | - django_extensions
  5981. web_1 | (use ./manage.py migrate to migrate these)
  5982. web_1 | Running migrations for socialaccount:
  5983. web_1 | - Nothing to migrate.
  5984. web_1 | - Loading initial data for socialaccount.
  5985. web_1 | Installed 0 object(s) from 0 fixture(s)
  5986. web_1 | Running migrations for django_extensions:
  5987. web_1 | - Nothing to migrate.
  5988. web_1 | - Loading initial data for django_extensions.
  5989. web_1 | Installed 0 object(s) from 0 fixture(s)
  5990. web_1 | ===================================
  5991. web_1 | Creating "root" User
  5992. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5993. web_1 | User "root" exists in API, trying to reactivate...
  5994. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  5995. web_1 | ===================================
  5996. web_1 | ===================================
  5997. web_1 | Creating "admin" User
  5998. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  5999. web_1 | User "admin" exists in API, trying to reactivate...
  6000. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6001. web_1 | ===================================
  6002. web_1 | Starting the server
  6003. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6004. web_1 |
  6005. web_1 | Fatal error: Unable to find local grunt.
  6006. web_1 |
  6007. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6008. web_1 | your project. For more information about installing and configuring grunt,
  6009. web_1 | please see the Getting Started guide:
  6010. web_1 |
  6011. web_1 | http://gruntjs.com/getting-started
  6012. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6013. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6014. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6015. web_1 |
  6016. web_1 | Host IP=172.19.0.1
  6017. web_1 |
  6018. web_1 | Syncing...
  6019. web_1 | Creating tables ...
  6020. web_1 | Installing custom SQL ...
  6021. web_1 | Installing indexes ...
  6022. web_1 | Installed 0 object(s) from 0 fixture(s)
  6023. web_1 |
  6024. web_1 | Synced:
  6025. web_1 | > django.contrib.auth
  6026. web_1 | > django.contrib.contenttypes
  6027. web_1 | > django.contrib.sessions
  6028. web_1 | > django.contrib.sites
  6029. web_1 | > django.contrib.messages
  6030. web_1 | > django.contrib.staticfiles
  6031. web_1 | > django.contrib.admin
  6032. web_1 | > south
  6033. web_1 | > crispy_forms
  6034. web_1 | > avatar
  6035. web_1 | > bootstrap3
  6036. web_1 | > users
  6037. web_1 | > allauth
  6038. web_1 | > allauth.account
  6039. web_1 | > django.contrib.humanize
  6040. web_1 | > debug_toolbar
  6041. web_1 |
  6042. web_1 | Not synced (use migrations):
  6043. web_1 | - allauth.socialaccount
  6044. web_1 | - django_extensions
  6045. web_1 | (use ./manage.py migrate to migrate these)
  6046. web_1 | Running migrations for socialaccount:
  6047. web_1 | - Nothing to migrate.
  6048. web_1 | - Loading initial data for socialaccount.
  6049. web_1 | Installed 0 object(s) from 0 fixture(s)
  6050. web_1 | Running migrations for django_extensions:
  6051. web_1 | - Nothing to migrate.
  6052. web_1 | - Loading initial data for django_extensions.
  6053. web_1 | Installed 0 object(s) from 0 fixture(s)
  6054. web_1 | ===================================
  6055. web_1 | Creating "root" User
  6056. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6057. web_1 | User "root" exists in API, trying to reactivate...
  6058. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6059. web_1 | ===================================
  6060. web_1 | ===================================
  6061. web_1 | Creating "admin" User
  6062. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6063. web_1 | User "admin" exists in API, trying to reactivate...
  6064. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6065. web_1 | ===================================
  6066. web_1 | Starting the server
  6067. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6068. web_1 |
  6069. web_1 | Fatal error: Unable to find local grunt.
  6070. web_1 |
  6071. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6072. web_1 | your project. For more information about installing and configuring grunt,
  6073. web_1 | please see the Getting Started guide:
  6074. web_1 |
  6075. web_1 | http://gruntjs.com/getting-started
  6076. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6077. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6078. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6079. web_1 |
  6080. web_1 | Host IP=172.19.0.1
  6081. web_1 |
  6082. web_1 | Syncing...
  6083. web_1 | Creating tables ...
  6084. web_1 | Installing custom SQL ...
  6085. web_1 | Installing indexes ...
  6086. web_1 | Installed 0 object(s) from 0 fixture(s)
  6087. web_1 |
  6088. web_1 | Synced:
  6089. web_1 | > django.contrib.auth
  6090. web_1 | > django.contrib.contenttypes
  6091. web_1 | > django.contrib.sessions
  6092. web_1 | > django.contrib.sites
  6093. web_1 | > django.contrib.messages
  6094. web_1 | > django.contrib.staticfiles
  6095. web_1 | > django.contrib.admin
  6096. web_1 | > south
  6097. web_1 | > crispy_forms
  6098. web_1 | > avatar
  6099. web_1 | > bootstrap3
  6100. web_1 | > users
  6101. web_1 | > allauth
  6102. web_1 | > allauth.account
  6103. web_1 | > django.contrib.humanize
  6104. web_1 | > debug_toolbar
  6105. web_1 |
  6106. web_1 | Not synced (use migrations):
  6107. web_1 | - allauth.socialaccount
  6108. web_1 | - django_extensions
  6109. web_1 | (use ./manage.py migrate to migrate these)
  6110. web_1 | Running migrations for socialaccount:
  6111. web_1 | - Nothing to migrate.
  6112. web_1 | - Loading initial data for socialaccount.
  6113. web_1 | Installed 0 object(s) from 0 fixture(s)
  6114. web_1 | Running migrations for django_extensions:
  6115. web_1 | - Nothing to migrate.
  6116. web_1 | - Loading initial data for django_extensions.
  6117. web_1 | Installed 0 object(s) from 0 fixture(s)
  6118. web_1 | ===================================
  6119. web_1 | Creating "root" User
  6120. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6121. web_1 | User "root" exists in API, trying to reactivate...
  6122. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6123. web_1 | ===================================
  6124. web_1 | ===================================
  6125. web_1 | Creating "admin" User
  6126. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6127. web_1 | User "admin" exists in API, trying to reactivate...
  6128. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6129. web_1 | ===================================
  6130. web_1 | Starting the server
  6131. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6132. web_1 |
  6133. web_1 | Fatal error: Unable to find local grunt.
  6134. web_1 |
  6135. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6136. web_1 | your project. For more information about installing and configuring grunt,
  6137. web_1 | please see the Getting Started guide:
  6138. web_1 |
  6139. web_1 | http://gruntjs.com/getting-started
  6140. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6141. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6142. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6143. web_1 |
  6144. web_1 | Host IP=172.19.0.1
  6145. web_1 |
  6146. web_1 | Syncing...
  6147. web_1 | Creating tables ...
  6148. web_1 | Installing custom SQL ...
  6149. web_1 | Installing indexes ...
  6150. web_1 | Installed 0 object(s) from 0 fixture(s)
  6151. web_1 |
  6152. web_1 | Synced:
  6153. web_1 | > django.contrib.auth
  6154. web_1 | > django.contrib.contenttypes
  6155. web_1 | > django.contrib.sessions
  6156. web_1 | > django.contrib.sites
  6157. web_1 | > django.contrib.messages
  6158. web_1 | > django.contrib.staticfiles
  6159. web_1 | > django.contrib.admin
  6160. web_1 | > south
  6161. web_1 | > crispy_forms
  6162. web_1 | > avatar
  6163. web_1 | > bootstrap3
  6164. web_1 | > users
  6165. web_1 | > allauth
  6166. web_1 | > allauth.account
  6167. web_1 | > django.contrib.humanize
  6168. web_1 | > debug_toolbar
  6169. web_1 |
  6170. web_1 | Not synced (use migrations):
  6171. web_1 | - allauth.socialaccount
  6172. web_1 | - django_extensions
  6173. web_1 | (use ./manage.py migrate to migrate these)
  6174. web_1 | Running migrations for socialaccount:
  6175. web_1 | - Nothing to migrate.
  6176. web_1 | - Loading initial data for socialaccount.
  6177. web_1 | Installed 0 object(s) from 0 fixture(s)
  6178. web_1 | Running migrations for django_extensions:
  6179. web_1 | - Nothing to migrate.
  6180. web_1 | - Loading initial data for django_extensions.
  6181. web_1 | Installed 0 object(s) from 0 fixture(s)
  6182. web_1 | ===================================
  6183. web_1 | Creating "root" User
  6184. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6185. web_1 | User "root" exists in API, trying to reactivate...
  6186. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6187. web_1 | ===================================
  6188. web_1 | ===================================
  6189. web_1 | Creating "admin" User
  6190. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6191. web_1 | User "admin" exists in API, trying to reactivate...
  6192. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6193. web_1 | ===================================
  6194. web_1 | Starting the server
  6195. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6196. web_1 |
  6197. web_1 | Fatal error: Unable to find local grunt.
  6198. web_1 |
  6199. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6200. web_1 | your project. For more information about installing and configuring grunt,
  6201. web_1 | please see the Getting Started guide:
  6202. web_1 |
  6203. web_1 | http://gruntjs.com/getting-started
  6204. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6205. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6206. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6207. web_1 |
  6208. web_1 | Host IP=172.19.0.1
  6209. web_1 |
  6210. web_1 | Syncing...
  6211. web_1 | Creating tables ...
  6212. web_1 | Installing custom SQL ...
  6213. web_1 | Installing indexes ...
  6214. web_1 | Installed 0 object(s) from 0 fixture(s)
  6215. web_1 |
  6216. web_1 | Synced:
  6217. web_1 | > django.contrib.auth
  6218. web_1 | > django.contrib.contenttypes
  6219. web_1 | > django.contrib.sessions
  6220. web_1 | > django.contrib.sites
  6221. web_1 | > django.contrib.messages
  6222. web_1 | > django.contrib.staticfiles
  6223. web_1 | > django.contrib.admin
  6224. web_1 | > south
  6225. web_1 | > crispy_forms
  6226. web_1 | > avatar
  6227. web_1 | > bootstrap3
  6228. web_1 | > users
  6229. web_1 | > allauth
  6230. web_1 | > allauth.account
  6231. web_1 | > django.contrib.humanize
  6232. web_1 | > debug_toolbar
  6233. web_1 |
  6234. web_1 | Not synced (use migrations):
  6235. web_1 | - allauth.socialaccount
  6236. web_1 | - django_extensions
  6237. web_1 | (use ./manage.py migrate to migrate these)
  6238. web_1 | Running migrations for socialaccount:
  6239. web_1 | - Nothing to migrate.
  6240. web_1 | - Loading initial data for socialaccount.
  6241. web_1 | Installed 0 object(s) from 0 fixture(s)
  6242. web_1 | Running migrations for django_extensions:
  6243. web_1 | - Nothing to migrate.
  6244. web_1 | - Loading initial data for django_extensions.
  6245. web_1 | Installed 0 object(s) from 0 fixture(s)
  6246. web_1 | ===================================
  6247. web_1 | Creating "root" User
  6248. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6249. web_1 | User "root" exists in API, trying to reactivate...
  6250. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6251. web_1 | ===================================
  6252. web_1 | ===================================
  6253. web_1 | Creating "admin" User
  6254. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6255. web_1 | User "admin" exists in API, trying to reactivate...
  6256. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6257. web_1 | ===================================
  6258. web_1 | Starting the server
  6259. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6260. web_1 |
  6261. web_1 | Fatal error: Unable to find local grunt.
  6262. web_1 |
  6263. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6264. web_1 | your project. For more information about installing and configuring grunt,
  6265. web_1 | please see the Getting Started guide:
  6266. web_1 |
  6267. web_1 | http://gruntjs.com/getting-started
  6268. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6269. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6270. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6271. web_1 |
  6272. web_1 | Host IP=172.19.0.1
  6273. web_1 |
  6274. web_1 | Syncing...
  6275. web_1 | Creating tables ...
  6276. web_1 | Installing custom SQL ...
  6277. web_1 | Installing indexes ...
  6278. web_1 | Installed 0 object(s) from 0 fixture(s)
  6279. web_1 |
  6280. web_1 | Synced:
  6281. web_1 | > django.contrib.auth
  6282. web_1 | > django.contrib.contenttypes
  6283. web_1 | > django.contrib.sessions
  6284. web_1 | > django.contrib.sites
  6285. web_1 | > django.contrib.messages
  6286. web_1 | > django.contrib.staticfiles
  6287. web_1 | > django.contrib.admin
  6288. web_1 | > south
  6289. web_1 | > crispy_forms
  6290. web_1 | > avatar
  6291. web_1 | > bootstrap3
  6292. web_1 | > users
  6293. web_1 | > allauth
  6294. web_1 | > allauth.account
  6295. web_1 | > django.contrib.humanize
  6296. web_1 | > debug_toolbar
  6297. web_1 |
  6298. web_1 | Not synced (use migrations):
  6299. web_1 | - allauth.socialaccount
  6300. web_1 | - django_extensions
  6301. web_1 | (use ./manage.py migrate to migrate these)
  6302. web_1 | Running migrations for socialaccount:
  6303. web_1 | - Nothing to migrate.
  6304. web_1 | - Loading initial data for socialaccount.
  6305. web_1 | Installed 0 object(s) from 0 fixture(s)
  6306. web_1 | Running migrations for django_extensions:
  6307. web_1 | - Nothing to migrate.
  6308. web_1 | - Loading initial data for django_extensions.
  6309. web_1 | Installed 0 object(s) from 0 fixture(s)
  6310. web_1 | ===================================
  6311. web_1 | Creating "root" User
  6312. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6313. web_1 | User "root" exists in API, trying to reactivate...
  6314. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6315. web_1 | ===================================
  6316. web_1 | ===================================
  6317. web_1 | Creating "admin" User
  6318. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6319. web_1 | User "admin" exists in API, trying to reactivate...
  6320. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6321. web_1 | ===================================
  6322. web_1 | Starting the server
  6323. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6324. web_1 |
  6325. web_1 | Fatal error: Unable to find local grunt.
  6326. web_1 |
  6327. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6328. web_1 | your project. For more information about installing and configuring grunt,
  6329. web_1 | please see the Getting Started guide:
  6330. web_1 |
  6331. web_1 | http://gruntjs.com/getting-started
  6332. db_web_1 | LOG: incomplete startup packet
  6333. oclweb_web_1 exited with code 99
  6334. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6335. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6336. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  6337. web_1 |
  6338. web_1 | Host IP=172.19.0.1
  6339. web_1 |
  6340. web_1 | Syncing...
  6341. web_1 | Creating tables ...
  6342. web_1 | Creating table auth_permission
  6343. web_1 | Creating table auth_group_permissions
  6344. web_1 | Creating table auth_group
  6345. web_1 | Creating table django_content_type
  6346. web_1 | Creating table django_session
  6347. web_1 | Creating table django_site
  6348. web_1 | Creating table django_admin_log
  6349. web_1 | Creating table south_migrationhistory
  6350. web_1 | Creating table avatar_avatar
  6351. web_1 | Creating table users_user_groups
  6352. web_1 | Creating table users_user_user_permissions
  6353. web_1 | Creating table users_user
  6354. web_1 | Creating table account_emailaddress
  6355. web_1 | Creating table account_emailconfirmation
  6356. web_1 | Installing custom SQL ...
  6357. web_1 | Installing indexes ...
  6358. web_1 | Installed 0 object(s) from 0 fixture(s)
  6359. web_1 |
  6360. web_1 | Synced:
  6361. web_1 | > django.contrib.auth
  6362. web_1 | > django.contrib.contenttypes
  6363. web_1 | > django.contrib.sessions
  6364. web_1 | > django.contrib.sites
  6365. web_1 | > django.contrib.messages
  6366. web_1 | > django.contrib.staticfiles
  6367. web_1 | > django.contrib.admin
  6368. web_1 | > south
  6369. web_1 | > crispy_forms
  6370. web_1 | > avatar
  6371. web_1 | > bootstrap3
  6372. web_1 | > users
  6373. web_1 | > allauth
  6374. web_1 | > allauth.account
  6375. web_1 | > django.contrib.humanize
  6376. web_1 | > debug_toolbar
  6377. web_1 |
  6378. web_1 | Not synced (use migrations):
  6379. web_1 | - allauth.socialaccount
  6380. web_1 | - django_extensions
  6381. web_1 | (use ./manage.py migrate to migrate these)
  6382. web_1 | Running migrations for socialaccount:
  6383. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  6384. web_1 | > socialaccount:0001_initial
  6385. web_1 | > socialaccount:0002_genericmodels
  6386. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  6387. web_1 | > socialaccount:0004_add_sites
  6388. web_1 | > socialaccount:0005_set_sites
  6389. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  6390. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  6391. web_1 | > socialaccount:0008_client_id
  6392. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  6393. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  6394. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  6395. web_1 | - Loading initial data for socialaccount.
  6396. web_1 | Installed 0 object(s) from 0 fixture(s)
  6397. web_1 | Running migrations for django_extensions:
  6398. web_1 | - Migrating forwards to 0001_empty.
  6399. web_1 | > django_extensions:0001_empty
  6400. web_1 | - Loading initial data for django_extensions.
  6401. web_1 | Installed 0 object(s) from 0 fixture(s)
  6402. web_1 | ===================================
  6403. web_1 | Creating "root" User
  6404. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6405. web_1 | User "root" exists in API, trying to reactivate...
  6406. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6407. web_1 | ===================================
  6408. web_1 | ===================================
  6409. web_1 | Creating "admin" User
  6410. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6411. web_1 | User "admin" synced to API
  6412. web_1 | ===================================
  6413. web_1 | Starting the server
  6414. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6415. web_1 |
  6416. web_1 | Fatal error: Unable to find local grunt.
  6417. web_1 |
  6418. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6419. web_1 | your project. For more information about installing and configuring grunt,
  6420. web_1 | please see the Getting Started guide:
  6421. web_1 |
  6422. web_1 | http://gruntjs.com/getting-started
  6423. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6424. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6425. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6426. web_1 |
  6427. web_1 | Host IP=172.19.0.1
  6428. web_1 |
  6429. web_1 | Syncing...
  6430. web_1 | Creating tables ...
  6431. web_1 | Installing custom SQL ...
  6432. web_1 | Installing indexes ...
  6433. web_1 | Installed 0 object(s) from 0 fixture(s)
  6434. web_1 |
  6435. web_1 | Synced:
  6436. web_1 | > django.contrib.auth
  6437. web_1 | > django.contrib.contenttypes
  6438. web_1 | > django.contrib.sessions
  6439. web_1 | > django.contrib.sites
  6440. web_1 | > django.contrib.messages
  6441. web_1 | > django.contrib.staticfiles
  6442. web_1 | > django.contrib.admin
  6443. web_1 | > south
  6444. web_1 | > crispy_forms
  6445. web_1 | > avatar
  6446. web_1 | > bootstrap3
  6447. web_1 | > users
  6448. web_1 | > allauth
  6449. web_1 | > allauth.account
  6450. web_1 | > django.contrib.humanize
  6451. web_1 | > debug_toolbar
  6452. web_1 |
  6453. web_1 | Not synced (use migrations):
  6454. web_1 | - allauth.socialaccount
  6455. web_1 | - django_extensions
  6456. web_1 | (use ./manage.py migrate to migrate these)
  6457. web_1 | Running migrations for socialaccount:
  6458. web_1 | - Nothing to migrate.
  6459. web_1 | - Loading initial data for socialaccount.
  6460. web_1 | Installed 0 object(s) from 0 fixture(s)
  6461. web_1 | Running migrations for django_extensions:
  6462. web_1 | - Nothing to migrate.
  6463. web_1 | - Loading initial data for django_extensions.
  6464. web_1 | Installed 0 object(s) from 0 fixture(s)
  6465. web_1 | ===================================
  6466. web_1 | Creating "root" User
  6467. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6468. web_1 | User "root" exists in API, trying to reactivate...
  6469. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6470. web_1 | ===================================
  6471. web_1 | ===================================
  6472. web_1 | Creating "admin" User
  6473. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6474. web_1 | User "admin" exists in API, trying to reactivate...
  6475. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6476. web_1 | ===================================
  6477. web_1 | Starting the server
  6478. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6479. web_1 |
  6480. web_1 | Fatal error: Unable to find local grunt.
  6481. web_1 |
  6482. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6483. web_1 | your project. For more information about installing and configuring grunt,
  6484. web_1 | please see the Getting Started guide:
  6485. web_1 |
  6486. web_1 | http://gruntjs.com/getting-started
  6487. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6488. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6489. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6490. web_1 |
  6491. web_1 | Host IP=172.19.0.1
  6492. web_1 |
  6493. web_1 | Syncing...
  6494. web_1 | Creating tables ...
  6495. web_1 | Installing custom SQL ...
  6496. web_1 | Installing indexes ...
  6497. web_1 | Installed 0 object(s) from 0 fixture(s)
  6498. web_1 |
  6499. web_1 | Synced:
  6500. web_1 | > django.contrib.auth
  6501. web_1 | > django.contrib.contenttypes
  6502. web_1 | > django.contrib.sessions
  6503. web_1 | > django.contrib.sites
  6504. web_1 | > django.contrib.messages
  6505. web_1 | > django.contrib.staticfiles
  6506. web_1 | > django.contrib.admin
  6507. web_1 | > south
  6508. web_1 | > crispy_forms
  6509. web_1 | > avatar
  6510. web_1 | > bootstrap3
  6511. web_1 | > users
  6512. web_1 | > allauth
  6513. web_1 | > allauth.account
  6514. web_1 | > django.contrib.humanize
  6515. web_1 | > debug_toolbar
  6516. web_1 |
  6517. web_1 | Not synced (use migrations):
  6518. web_1 | - allauth.socialaccount
  6519. web_1 | - django_extensions
  6520. web_1 | (use ./manage.py migrate to migrate these)
  6521. web_1 | Running migrations for socialaccount:
  6522. web_1 | - Nothing to migrate.
  6523. web_1 | - Loading initial data for socialaccount.
  6524. web_1 | Installed 0 object(s) from 0 fixture(s)
  6525. web_1 | Running migrations for django_extensions:
  6526. web_1 | - Nothing to migrate.
  6527. web_1 | - Loading initial data for django_extensions.
  6528. web_1 | Installed 0 object(s) from 0 fixture(s)
  6529. web_1 | ===================================
  6530. web_1 | Creating "root" User
  6531. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6532. web_1 | User "root" exists in API, trying to reactivate...
  6533. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6534. web_1 | ===================================
  6535. web_1 | ===================================
  6536. web_1 | Creating "admin" User
  6537. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6538. web_1 | User "admin" exists in API, trying to reactivate...
  6539. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6540. web_1 | ===================================
  6541. web_1 | Starting the server
  6542. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6543. web_1 |
  6544. web_1 | Fatal error: Unable to find local grunt.
  6545. web_1 |
  6546. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6547. web_1 | your project. For more information about installing and configuring grunt,
  6548. web_1 | please see the Getting Started guide:
  6549. web_1 |
  6550. web_1 | http://gruntjs.com/getting-started
  6551. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6552. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6553. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6554. web_1 |
  6555. web_1 | Host IP=172.19.0.1
  6556. web_1 |
  6557. web_1 | Syncing...
  6558. web_1 | Creating tables ...
  6559. web_1 | Installing custom SQL ...
  6560. web_1 | Installing indexes ...
  6561. web_1 | Installed 0 object(s) from 0 fixture(s)
  6562. web_1 |
  6563. web_1 | Synced:
  6564. web_1 | > django.contrib.auth
  6565. web_1 | > django.contrib.contenttypes
  6566. web_1 | > django.contrib.sessions
  6567. web_1 | > django.contrib.sites
  6568. web_1 | > django.contrib.messages
  6569. web_1 | > django.contrib.staticfiles
  6570. web_1 | > django.contrib.admin
  6571. web_1 | > south
  6572. web_1 | > crispy_forms
  6573. web_1 | > avatar
  6574. web_1 | > bootstrap3
  6575. web_1 | > users
  6576. web_1 | > allauth
  6577. web_1 | > allauth.account
  6578. web_1 | > django.contrib.humanize
  6579. web_1 | > debug_toolbar
  6580. web_1 |
  6581. web_1 | Not synced (use migrations):
  6582. web_1 | - allauth.socialaccount
  6583. web_1 | - django_extensions
  6584. web_1 | (use ./manage.py migrate to migrate these)
  6585. web_1 | Running migrations for socialaccount:
  6586. web_1 | - Nothing to migrate.
  6587. web_1 | - Loading initial data for socialaccount.
  6588. web_1 | Installed 0 object(s) from 0 fixture(s)
  6589. web_1 | Running migrations for django_extensions:
  6590. web_1 | - Nothing to migrate.
  6591. web_1 | - Loading initial data for django_extensions.
  6592. web_1 | Installed 0 object(s) from 0 fixture(s)
  6593. web_1 | ===================================
  6594. web_1 | Creating "root" User
  6595. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6596. web_1 | User "root" exists in API, trying to reactivate...
  6597. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6598. web_1 | ===================================
  6599. web_1 | ===================================
  6600. web_1 | Creating "admin" User
  6601. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6602. web_1 | User "admin" exists in API, trying to reactivate...
  6603. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6604. web_1 | ===================================
  6605. web_1 | Starting the server
  6606. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6607. web_1 |
  6608. web_1 | Fatal error: Unable to find local grunt.
  6609. web_1 |
  6610. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6611. web_1 | your project. For more information about installing and configuring grunt,
  6612. web_1 | please see the Getting Started guide:
  6613. web_1 |
  6614. web_1 | http://gruntjs.com/getting-started
  6615. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6616. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6617. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6618. web_1 |
  6619. web_1 | Host IP=172.19.0.1
  6620. web_1 |
  6621. web_1 | Syncing...
  6622. web_1 | Creating tables ...
  6623. web_1 | Installing custom SQL ...
  6624. web_1 | Installing indexes ...
  6625. web_1 | Installed 0 object(s) from 0 fixture(s)
  6626. web_1 |
  6627. web_1 | Synced:
  6628. web_1 | > django.contrib.auth
  6629. web_1 | > django.contrib.contenttypes
  6630. web_1 | > django.contrib.sessions
  6631. web_1 | > django.contrib.sites
  6632. web_1 | > django.contrib.messages
  6633. web_1 | > django.contrib.staticfiles
  6634. web_1 | > django.contrib.admin
  6635. web_1 | > south
  6636. web_1 | > crispy_forms
  6637. web_1 | > avatar
  6638. web_1 | > bootstrap3
  6639. web_1 | > users
  6640. web_1 | > allauth
  6641. web_1 | > allauth.account
  6642. web_1 | > django.contrib.humanize
  6643. web_1 | > debug_toolbar
  6644. db_web_1 | LOG: incomplete startup packet
  6645. web_1 |
  6646. web_1 | Not synced (use migrations):
  6647. web_1 | - allauth.socialaccount
  6648. web_1 | - django_extensions
  6649. web_1 | (use ./manage.py migrate to migrate these)
  6650. web_1 | Running migrations for socialaccount:
  6651. web_1 | - Nothing to migrate.
  6652. web_1 | - Loading initial data for socialaccount.
  6653. web_1 | Installed 0 object(s) from 0 fixture(s)
  6654. web_1 | Running migrations for django_extensions:
  6655. web_1 | - Nothing to migrate.
  6656. web_1 | - Loading initial data for django_extensions.
  6657. web_1 | Installed 0 object(s) from 0 fixture(s)
  6658. web_1 | ===================================
  6659. web_1 | Creating "root" User
  6660. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6661. web_1 | User "root" exists in API, trying to reactivate...
  6662. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6663. web_1 | ===================================
  6664. web_1 | ===================================
  6665. web_1 | Creating "admin" User
  6666. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6667. web_1 | User "admin" exists in API, trying to reactivate...
  6668. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6669. web_1 | ===================================
  6670. web_1 | Starting the server
  6671. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6672. web_1 |
  6673. web_1 | Fatal error: Unable to find local grunt.
  6674. web_1 |
  6675. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6676. web_1 | your project. For more information about installing and configuring grunt,
  6677. web_1 | please see the Getting Started guide:
  6678. web_1 |
  6679. web_1 | http://gruntjs.com/getting-started
  6680. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6681. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6682. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6683. web_1 |
  6684. web_1 | Host IP=172.19.0.1
  6685. web_1 |
  6686. web_1 | Syncing...
  6687. web_1 | Creating tables ...
  6688. web_1 | Installing custom SQL ...
  6689. web_1 | Installing indexes ...
  6690. web_1 | Installed 0 object(s) from 0 fixture(s)
  6691. web_1 |
  6692. web_1 | Synced:
  6693. web_1 | > django.contrib.auth
  6694. web_1 | > django.contrib.contenttypes
  6695. web_1 | > django.contrib.sessions
  6696. web_1 | > django.contrib.sites
  6697. web_1 | > django.contrib.messages
  6698. web_1 | > django.contrib.staticfiles
  6699. web_1 | > django.contrib.admin
  6700. web_1 | > south
  6701. web_1 | > crispy_forms
  6702. web_1 | > avatar
  6703. web_1 | > bootstrap3
  6704. web_1 | > users
  6705. web_1 | > allauth
  6706. web_1 | > allauth.account
  6707. web_1 | > django.contrib.humanize
  6708. web_1 | > debug_toolbar
  6709. web_1 |
  6710. web_1 | Not synced (use migrations):
  6711. web_1 | - allauth.socialaccount
  6712. web_1 | - django_extensions
  6713. web_1 | (use ./manage.py migrate to migrate these)
  6714. web_1 | Running migrations for socialaccount:
  6715. web_1 | - Nothing to migrate.
  6716. web_1 | - Loading initial data for socialaccount.
  6717. web_1 | Installed 0 object(s) from 0 fixture(s)
  6718. web_1 | Running migrations for django_extensions:
  6719. web_1 | - Nothing to migrate.
  6720. web_1 | - Loading initial data for django_extensions.
  6721. web_1 | Installed 0 object(s) from 0 fixture(s)
  6722. web_1 | ===================================
  6723. web_1 | Creating "root" User
  6724. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6725. web_1 | User "root" exists in API, trying to reactivate...
  6726. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6727. web_1 | ===================================
  6728. web_1 | ===================================
  6729. web_1 | Creating "admin" User
  6730. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6731. web_1 | User "admin" exists in API, trying to reactivate...
  6732. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6733. web_1 | ===================================
  6734. web_1 | Starting the server
  6735. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6736. web_1 |
  6737. web_1 | Fatal error: Unable to find local grunt.
  6738. web_1 |
  6739. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6740. web_1 | your project. For more information about installing and configuring grunt,
  6741. web_1 | please see the Getting Started guide:
  6742. web_1 |
  6743. web_1 | http://gruntjs.com/getting-started
  6744. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6745. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6746. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6747. web_1 |
  6748. web_1 | Host IP=172.19.0.1
  6749. web_1 |
  6750. web_1 | Syncing...
  6751. web_1 | Creating tables ...
  6752. web_1 | Installing custom SQL ...
  6753. web_1 | Installing indexes ...
  6754. web_1 | Installed 0 object(s) from 0 fixture(s)
  6755. web_1 |
  6756. web_1 | Synced:
  6757. web_1 | > django.contrib.auth
  6758. web_1 | > django.contrib.contenttypes
  6759. web_1 | > django.contrib.sessions
  6760. web_1 | > django.contrib.sites
  6761. web_1 | > django.contrib.messages
  6762. web_1 | > django.contrib.staticfiles
  6763. web_1 | > django.contrib.admin
  6764. web_1 | > south
  6765. web_1 | > crispy_forms
  6766. web_1 | > avatar
  6767. web_1 | > bootstrap3
  6768. web_1 | > users
  6769. web_1 | > allauth
  6770. web_1 | > allauth.account
  6771. web_1 | > django.contrib.humanize
  6772. web_1 | > debug_toolbar
  6773. web_1 |
  6774. web_1 | Not synced (use migrations):
  6775. web_1 | - allauth.socialaccount
  6776. web_1 | - django_extensions
  6777. web_1 | (use ./manage.py migrate to migrate these)
  6778. web_1 | Running migrations for socialaccount:
  6779. web_1 | - Nothing to migrate.
  6780. web_1 | - Loading initial data for socialaccount.
  6781. web_1 | Installed 0 object(s) from 0 fixture(s)
  6782. web_1 | Running migrations for django_extensions:
  6783. web_1 | - Nothing to migrate.
  6784. web_1 | - Loading initial data for django_extensions.
  6785. web_1 | Installed 0 object(s) from 0 fixture(s)
  6786. web_1 | ===================================
  6787. web_1 | Creating "root" User
  6788. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6789. web_1 | User "root" exists in API, trying to reactivate...
  6790. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6791. web_1 | ===================================
  6792. web_1 | ===================================
  6793. web_1 | Creating "admin" User
  6794. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6795. web_1 | User "admin" exists in API, trying to reactivate...
  6796. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6797. web_1 | ===================================
  6798. web_1 | Starting the server
  6799. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6800. web_1 |
  6801. web_1 | Fatal error: Unable to find local grunt.
  6802. web_1 |
  6803. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6804. web_1 | your project. For more information about installing and configuring grunt,
  6805. web_1 | please see the Getting Started guide:
  6806. web_1 |
  6807. web_1 | http://gruntjs.com/getting-started
  6808. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6809. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6810. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6811. web_1 |
  6812. web_1 | Host IP=172.19.0.1
  6813. web_1 |
  6814. web_1 | Syncing...
  6815. web_1 | Creating tables ...
  6816. web_1 | Installing custom SQL ...
  6817. web_1 | Installing indexes ...
  6818. web_1 | Installed 0 object(s) from 0 fixture(s)
  6819. web_1 |
  6820. web_1 | Synced:
  6821. web_1 | > django.contrib.auth
  6822. web_1 | > django.contrib.contenttypes
  6823. web_1 | > django.contrib.sessions
  6824. web_1 | > django.contrib.sites
  6825. web_1 | > django.contrib.messages
  6826. web_1 | > django.contrib.staticfiles
  6827. web_1 | > django.contrib.admin
  6828. web_1 | > south
  6829. web_1 | > crispy_forms
  6830. web_1 | > avatar
  6831. web_1 | > bootstrap3
  6832. web_1 | > users
  6833. web_1 | > allauth
  6834. web_1 | > allauth.account
  6835. web_1 | > django.contrib.humanize
  6836. web_1 | > debug_toolbar
  6837. web_1 |
  6838. web_1 | Not synced (use migrations):
  6839. web_1 | - allauth.socialaccount
  6840. web_1 | - django_extensions
  6841. web_1 | (use ./manage.py migrate to migrate these)
  6842. web_1 | Running migrations for socialaccount:
  6843. web_1 | - Nothing to migrate.
  6844. web_1 | - Loading initial data for socialaccount.
  6845. web_1 | Installed 0 object(s) from 0 fixture(s)
  6846. web_1 | Running migrations for django_extensions:
  6847. web_1 | - Nothing to migrate.
  6848. web_1 | - Loading initial data for django_extensions.
  6849. web_1 | Installed 0 object(s) from 0 fixture(s)
  6850. web_1 | ===================================
  6851. web_1 | Creating "root" User
  6852. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6853. web_1 | User "root" exists in API, trying to reactivate...
  6854. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6855. web_1 | ===================================
  6856. web_1 | ===================================
  6857. web_1 | Creating "admin" User
  6858. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6859. web_1 | User "admin" exists in API, trying to reactivate...
  6860. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6861. web_1 | ===================================
  6862. web_1 | Starting the server
  6863. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6864. web_1 |
  6865. web_1 | Fatal error: Unable to find local grunt.
  6866. web_1 |
  6867. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6868. web_1 | your project. For more information about installing and configuring grunt,
  6869. web_1 | please see the Getting Started guide:
  6870. web_1 |
  6871. web_1 | http://gruntjs.com/getting-started
  6872. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6873. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6874. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6875. web_1 |
  6876. web_1 | Host IP=172.19.0.1
  6877. web_1 |
  6878. web_1 | Syncing...
  6879. web_1 | Creating tables ...
  6880. web_1 | Installing custom SQL ...
  6881. web_1 | Installing indexes ...
  6882. web_1 | Installed 0 object(s) from 0 fixture(s)
  6883. web_1 |
  6884. web_1 | Synced:
  6885. web_1 | > django.contrib.auth
  6886. web_1 | > django.contrib.contenttypes
  6887. web_1 | > django.contrib.sessions
  6888. web_1 | > django.contrib.sites
  6889. web_1 | > django.contrib.messages
  6890. web_1 | > django.contrib.staticfiles
  6891. web_1 | > django.contrib.admin
  6892. web_1 | > south
  6893. web_1 | > crispy_forms
  6894. web_1 | > avatar
  6895. web_1 | > bootstrap3
  6896. web_1 | > users
  6897. web_1 | > allauth
  6898. web_1 | > allauth.account
  6899. web_1 | > django.contrib.humanize
  6900. web_1 | > debug_toolbar
  6901. web_1 |
  6902. web_1 | Not synced (use migrations):
  6903. web_1 | - allauth.socialaccount
  6904. web_1 | - django_extensions
  6905. web_1 | (use ./manage.py migrate to migrate these)
  6906. web_1 | Running migrations for socialaccount:
  6907. web_1 | - Nothing to migrate.
  6908. web_1 | - Loading initial data for socialaccount.
  6909. web_1 | Installed 0 object(s) from 0 fixture(s)
  6910. web_1 | Running migrations for django_extensions:
  6911. web_1 | - Nothing to migrate.
  6912. web_1 | - Loading initial data for django_extensions.
  6913. web_1 | Installed 0 object(s) from 0 fixture(s)
  6914. web_1 | ===================================
  6915. web_1 | Creating "root" User
  6916. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6917. web_1 | User "root" exists in API, trying to reactivate...
  6918. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6919. web_1 | ===================================
  6920. web_1 | ===================================
  6921. web_1 | Creating "admin" User
  6922. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6923. web_1 | User "admin" exists in API, trying to reactivate...
  6924. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6925. web_1 | ===================================
  6926. web_1 | Starting the server
  6927. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6928. web_1 |
  6929. web_1 | Fatal error: Unable to find local grunt.
  6930. web_1 |
  6931. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6932. web_1 | your project. For more information about installing and configuring grunt,
  6933. web_1 | please see the Getting Started guide:
  6934. web_1 |
  6935. web_1 | http://gruntjs.com/getting-started
  6936. web_1 | Starting OpenBSD Secure Shell server: sshd.
  6937. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  6938. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  6939. web_1 |
  6940. web_1 | Host IP=172.19.0.1
  6941. web_1 |
  6942. web_1 | Syncing...
  6943. web_1 | Creating tables ...
  6944. web_1 | Installing custom SQL ...
  6945. web_1 | Installing indexes ...
  6946. web_1 | Installed 0 object(s) from 0 fixture(s)
  6947. web_1 |
  6948. web_1 | Synced:
  6949. web_1 | > django.contrib.auth
  6950. web_1 | > django.contrib.contenttypes
  6951. web_1 | > django.contrib.sessions
  6952. web_1 | > django.contrib.sites
  6953. web_1 | > django.contrib.messages
  6954. web_1 | > django.contrib.staticfiles
  6955. web_1 | > django.contrib.admin
  6956. web_1 | > south
  6957. web_1 | > crispy_forms
  6958. web_1 | > avatar
  6959. web_1 | > bootstrap3
  6960. web_1 | > users
  6961. web_1 | > allauth
  6962. web_1 | > allauth.account
  6963. web_1 | > django.contrib.humanize
  6964. web_1 | > debug_toolbar
  6965. web_1 |
  6966. web_1 | Not synced (use migrations):
  6967. web_1 | - allauth.socialaccount
  6968. web_1 | - django_extensions
  6969. web_1 | (use ./manage.py migrate to migrate these)
  6970. web_1 | Running migrations for socialaccount:
  6971. web_1 | - Nothing to migrate.
  6972. web_1 | - Loading initial data for socialaccount.
  6973. web_1 | Installed 0 object(s) from 0 fixture(s)
  6974. web_1 | Running migrations for django_extensions:
  6975. web_1 | - Nothing to migrate.
  6976. web_1 | - Loading initial data for django_extensions.
  6977. web_1 | Installed 0 object(s) from 0 fixture(s)
  6978. web_1 | ===================================
  6979. web_1 | Creating "root" User
  6980. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6981. web_1 | User "root" exists in API, trying to reactivate...
  6982. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  6983. web_1 | ===================================
  6984. web_1 | ===================================
  6985. web_1 | Creating "admin" User
  6986. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  6987. web_1 | User "admin" exists in API, trying to reactivate...
  6988. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  6989. web_1 | ===================================
  6990. web_1 | Starting the server
  6991. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  6992. web_1 |
  6993. web_1 | Fatal error: Unable to find local grunt.
  6994. web_1 |
  6995. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  6996. web_1 | your project. For more information about installing and configuring grunt,
  6997. web_1 | please see the Getting Started guide:
  6998. web_1 |
  6999. web_1 | http://gruntjs.com/getting-started
  7000. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7001. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7002. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7003. web_1 |
  7004. web_1 | Host IP=172.19.0.1
  7005. web_1 |
  7006. web_1 | Syncing...
  7007. web_1 | Creating tables ...
  7008. web_1 | Installing custom SQL ...
  7009. web_1 | Installing indexes ...
  7010. web_1 | Installed 0 object(s) from 0 fixture(s)
  7011. web_1 |
  7012. web_1 | Synced:
  7013. web_1 | > django.contrib.auth
  7014. web_1 | > django.contrib.contenttypes
  7015. web_1 | > django.contrib.sessions
  7016. web_1 | > django.contrib.sites
  7017. web_1 | > django.contrib.messages
  7018. web_1 | > django.contrib.staticfiles
  7019. web_1 | > django.contrib.admin
  7020. web_1 | > south
  7021. web_1 | > crispy_forms
  7022. web_1 | > avatar
  7023. web_1 | > bootstrap3
  7024. web_1 | > users
  7025. web_1 | > allauth
  7026. web_1 | > allauth.account
  7027. web_1 | > django.contrib.humanize
  7028. web_1 | > debug_toolbar
  7029. web_1 |
  7030. web_1 | Not synced (use migrations):
  7031. web_1 | - allauth.socialaccount
  7032. web_1 | - django_extensions
  7033. web_1 | (use ./manage.py migrate to migrate these)
  7034. web_1 | Running migrations for socialaccount:
  7035. web_1 | - Nothing to migrate.
  7036. web_1 | - Loading initial data for socialaccount.
  7037. web_1 | Installed 0 object(s) from 0 fixture(s)
  7038. web_1 | Running migrations for django_extensions:
  7039. web_1 | - Nothing to migrate.
  7040. web_1 | - Loading initial data for django_extensions.
  7041. web_1 | Installed 0 object(s) from 0 fixture(s)
  7042. web_1 | ===================================
  7043. web_1 | Creating "root" User
  7044. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7045. web_1 | User "root" exists in API, trying to reactivate...
  7046. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7047. web_1 | ===================================
  7048. web_1 | ===================================
  7049. web_1 | Creating "admin" User
  7050. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7051. web_1 | User "admin" exists in API, trying to reactivate...
  7052. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7053. web_1 | ===================================
  7054. web_1 | Starting the server
  7055. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7056. web_1 |
  7057. web_1 | Fatal error: Unable to find local grunt.
  7058. web_1 |
  7059. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7060. web_1 | your project. For more information about installing and configuring grunt,
  7061. web_1 | please see the Getting Started guide:
  7062. web_1 |
  7063. web_1 | http://gruntjs.com/getting-started
  7064. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7065. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7066. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7067. web_1 |
  7068. web_1 | Host IP=172.19.0.1
  7069. web_1 |
  7070. web_1 | Syncing...
  7071. web_1 | Creating tables ...
  7072. web_1 | Installing custom SQL ...
  7073. web_1 | Installing indexes ...
  7074. web_1 | Installed 0 object(s) from 0 fixture(s)
  7075. web_1 |
  7076. web_1 | Synced:
  7077. web_1 | > django.contrib.auth
  7078. web_1 | > django.contrib.contenttypes
  7079. web_1 | > django.contrib.sessions
  7080. web_1 | > django.contrib.sites
  7081. web_1 | > django.contrib.messages
  7082. web_1 | > django.contrib.staticfiles
  7083. web_1 | > django.contrib.admin
  7084. web_1 | > south
  7085. web_1 | > crispy_forms
  7086. web_1 | > avatar
  7087. web_1 | > bootstrap3
  7088. web_1 | > users
  7089. web_1 | > allauth
  7090. web_1 | > allauth.account
  7091. web_1 | > django.contrib.humanize
  7092. web_1 | > debug_toolbar
  7093. web_1 |
  7094. web_1 | Not synced (use migrations):
  7095. web_1 | - allauth.socialaccount
  7096. web_1 | - django_extensions
  7097. web_1 | (use ./manage.py migrate to migrate these)
  7098. web_1 | Running migrations for socialaccount:
  7099. web_1 | - Nothing to migrate.
  7100. web_1 | - Loading initial data for socialaccount.
  7101. web_1 | Installed 0 object(s) from 0 fixture(s)
  7102. web_1 | Running migrations for django_extensions:
  7103. web_1 | - Nothing to migrate.
  7104. web_1 | - Loading initial data for django_extensions.
  7105. web_1 | Installed 0 object(s) from 0 fixture(s)
  7106. web_1 | ===================================
  7107. web_1 | Creating "root" User
  7108. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7109. web_1 | User "root" exists in API, trying to reactivate...
  7110. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7111. web_1 | ===================================
  7112. web_1 | ===================================
  7113. web_1 | Creating "admin" User
  7114. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7115. web_1 | User "admin" exists in API, trying to reactivate...
  7116. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7117. web_1 | ===================================
  7118. web_1 | Starting the server
  7119. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7120. web_1 |
  7121. web_1 | Fatal error: Unable to find local grunt.
  7122. web_1 |
  7123. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7124. web_1 | your project. For more information about installing and configuring grunt,
  7125. web_1 | please see the Getting Started guide:
  7126. web_1 |
  7127. web_1 | http://gruntjs.com/getting-started
  7128. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7129. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7130. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7131. web_1 |
  7132. web_1 | Host IP=172.19.0.1
  7133. web_1 |
  7134. web_1 | Syncing...
  7135. web_1 | Creating tables ...
  7136. web_1 | Installing custom SQL ...
  7137. web_1 | Installing indexes ...
  7138. web_1 | Installed 0 object(s) from 0 fixture(s)
  7139. web_1 |
  7140. web_1 | Synced:
  7141. web_1 | > django.contrib.auth
  7142. web_1 | > django.contrib.contenttypes
  7143. web_1 | > django.contrib.sessions
  7144. web_1 | > django.contrib.sites
  7145. web_1 | > django.contrib.messages
  7146. web_1 | > django.contrib.staticfiles
  7147. web_1 | > django.contrib.admin
  7148. web_1 | > south
  7149. web_1 | > crispy_forms
  7150. web_1 | > avatar
  7151. web_1 | > bootstrap3
  7152. web_1 | > users
  7153. web_1 | > allauth
  7154. web_1 | > allauth.account
  7155. web_1 | > django.contrib.humanize
  7156. web_1 | > debug_toolbar
  7157. web_1 |
  7158. web_1 | Not synced (use migrations):
  7159. web_1 | - allauth.socialaccount
  7160. web_1 | - django_extensions
  7161. web_1 | (use ./manage.py migrate to migrate these)
  7162. web_1 | Running migrations for socialaccount:
  7163. web_1 | - Nothing to migrate.
  7164. web_1 | - Loading initial data for socialaccount.
  7165. web_1 | Installed 0 object(s) from 0 fixture(s)
  7166. web_1 | Running migrations for django_extensions:
  7167. web_1 | - Nothing to migrate.
  7168. web_1 | - Loading initial data for django_extensions.
  7169. web_1 | Installed 0 object(s) from 0 fixture(s)
  7170. web_1 | ===================================
  7171. web_1 | Creating "root" User
  7172. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7173. web_1 | User "root" exists in API, trying to reactivate...
  7174. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7175. web_1 | ===================================
  7176. web_1 | ===================================
  7177. web_1 | Creating "admin" User
  7178. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7179. web_1 | User "admin" exists in API, trying to reactivate...
  7180. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7181. web_1 | ===================================
  7182. web_1 | Starting the server
  7183. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7184. web_1 |
  7185. web_1 | Fatal error: Unable to find local grunt.
  7186. web_1 |
  7187. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7188. web_1 | your project. For more information about installing and configuring grunt,
  7189. web_1 | please see the Getting Started guide:
  7190. web_1 |
  7191. web_1 | http://gruntjs.com/getting-started
  7192. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7193. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7194. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7195. web_1 |
  7196. web_1 | Host IP=172.19.0.1
  7197. web_1 |
  7198. web_1 | Syncing...
  7199. web_1 | Creating tables ...
  7200. web_1 | Installing custom SQL ...
  7201. web_1 | Installing indexes ...
  7202. web_1 | Installed 0 object(s) from 0 fixture(s)
  7203. web_1 |
  7204. web_1 | Synced:
  7205. web_1 | > django.contrib.auth
  7206. web_1 | > django.contrib.contenttypes
  7207. web_1 | > django.contrib.sessions
  7208. web_1 | > django.contrib.sites
  7209. web_1 | > django.contrib.messages
  7210. web_1 | > django.contrib.staticfiles
  7211. web_1 | > django.contrib.admin
  7212. web_1 | > south
  7213. web_1 | > crispy_forms
  7214. web_1 | > avatar
  7215. web_1 | > bootstrap3
  7216. web_1 | > users
  7217. web_1 | > allauth
  7218. web_1 | > allauth.account
  7219. web_1 | > django.contrib.humanize
  7220. web_1 | > debug_toolbar
  7221. web_1 |
  7222. web_1 | Not synced (use migrations):
  7223. web_1 | - allauth.socialaccount
  7224. web_1 | - django_extensions
  7225. web_1 | (use ./manage.py migrate to migrate these)
  7226. web_1 | Running migrations for socialaccount:
  7227. web_1 | - Nothing to migrate.
  7228. web_1 | - Loading initial data for socialaccount.
  7229. web_1 | Installed 0 object(s) from 0 fixture(s)
  7230. web_1 | Running migrations for django_extensions:
  7231. web_1 | - Nothing to migrate.
  7232. web_1 | - Loading initial data for django_extensions.
  7233. web_1 | Installed 0 object(s) from 0 fixture(s)
  7234. web_1 | ===================================
  7235. web_1 | Creating "root" User
  7236. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7237. web_1 | User "root" exists in API, trying to reactivate...
  7238. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7239. web_1 | ===================================
  7240. web_1 | ===================================
  7241. web_1 | Creating "admin" User
  7242. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7243. web_1 | User "admin" exists in API, trying to reactivate...
  7244. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7245. web_1 | ===================================
  7246. web_1 | Starting the server
  7247. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7248. web_1 |
  7249. web_1 | Fatal error: Unable to find local grunt.
  7250. web_1 |
  7251. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7252. web_1 | your project. For more information about installing and configuring grunt,
  7253. web_1 | please see the Getting Started guide:
  7254. web_1 |
  7255. web_1 | http://gruntjs.com/getting-started
  7256. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7257. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7258. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7259. web_1 |
  7260. web_1 | Host IP=172.19.0.1
  7261. web_1 |
  7262. web_1 | Syncing...
  7263. web_1 | Creating tables ...
  7264. web_1 | Installing custom SQL ...
  7265. web_1 | Installing indexes ...
  7266. web_1 | Installed 0 object(s) from 0 fixture(s)
  7267. web_1 |
  7268. web_1 | Synced:
  7269. web_1 | > django.contrib.auth
  7270. web_1 | > django.contrib.contenttypes
  7271. web_1 | > django.contrib.sessions
  7272. web_1 | > django.contrib.sites
  7273. web_1 | > django.contrib.messages
  7274. web_1 | > django.contrib.staticfiles
  7275. web_1 | > django.contrib.admin
  7276. web_1 | > south
  7277. web_1 | > crispy_forms
  7278. web_1 | > avatar
  7279. web_1 | > bootstrap3
  7280. web_1 | > users
  7281. web_1 | > allauth
  7282. web_1 | > allauth.account
  7283. web_1 | > django.contrib.humanize
  7284. web_1 | > debug_toolbar
  7285. web_1 |
  7286. web_1 | Not synced (use migrations):
  7287. web_1 | - allauth.socialaccount
  7288. web_1 | - django_extensions
  7289. web_1 | (use ./manage.py migrate to migrate these)
  7290. web_1 | Running migrations for socialaccount:
  7291. web_1 | - Nothing to migrate.
  7292. web_1 | - Loading initial data for socialaccount.
  7293. web_1 | Installed 0 object(s) from 0 fixture(s)
  7294. web_1 | Running migrations for django_extensions:
  7295. web_1 | - Nothing to migrate.
  7296. web_1 | - Loading initial data for django_extensions.
  7297. web_1 | Installed 0 object(s) from 0 fixture(s)
  7298. web_1 | ===================================
  7299. web_1 | Creating "root" User
  7300. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7301. web_1 | User "root" exists in API, trying to reactivate...
  7302. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7303. web_1 | ===================================
  7304. web_1 | ===================================
  7305. web_1 | Creating "admin" User
  7306. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7307. web_1 | User "admin" exists in API, trying to reactivate...
  7308. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7309. web_1 | ===================================
  7310. web_1 | Starting the server
  7311. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7312. web_1 |
  7313. web_1 | Fatal error: Unable to find local grunt.
  7314. web_1 |
  7315. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7316. web_1 | your project. For more information about installing and configuring grunt,
  7317. web_1 | please see the Getting Started guide:
  7318. web_1 |
  7319. web_1 | http://gruntjs.com/getting-started
  7320. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7321. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7322. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7323. web_1 |
  7324. web_1 | Host IP=172.19.0.1
  7325. web_1 |
  7326. web_1 | Syncing...
  7327. web_1 | Creating tables ...
  7328. web_1 | Installing custom SQL ...
  7329. web_1 | Installing indexes ...
  7330. web_1 | Installed 0 object(s) from 0 fixture(s)
  7331. web_1 |
  7332. web_1 | Synced:
  7333. web_1 | > django.contrib.auth
  7334. web_1 | > django.contrib.contenttypes
  7335. web_1 | > django.contrib.sessions
  7336. web_1 | > django.contrib.sites
  7337. web_1 | > django.contrib.messages
  7338. web_1 | > django.contrib.staticfiles
  7339. web_1 | > django.contrib.admin
  7340. web_1 | > south
  7341. web_1 | > crispy_forms
  7342. web_1 | > avatar
  7343. web_1 | > bootstrap3
  7344. web_1 | > users
  7345. web_1 | > allauth
  7346. web_1 | > allauth.account
  7347. web_1 | > django.contrib.humanize
  7348. web_1 | > debug_toolbar
  7349. web_1 |
  7350. web_1 | Not synced (use migrations):
  7351. web_1 | - allauth.socialaccount
  7352. web_1 | - django_extensions
  7353. web_1 | (use ./manage.py migrate to migrate these)
  7354. web_1 | Running migrations for socialaccount:
  7355. web_1 | - Nothing to migrate.
  7356. web_1 | - Loading initial data for socialaccount.
  7357. web_1 | Installed 0 object(s) from 0 fixture(s)
  7358. web_1 | Running migrations for django_extensions:
  7359. web_1 | - Nothing to migrate.
  7360. web_1 | - Loading initial data for django_extensions.
  7361. web_1 | Installed 0 object(s) from 0 fixture(s)
  7362. web_1 | ===================================
  7363. web_1 | Creating "root" User
  7364. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7365. web_1 | User "root" exists in API, trying to reactivate...
  7366. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7367. web_1 | ===================================
  7368. web_1 | ===================================
  7369. web_1 | Creating "admin" User
  7370. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7371. web_1 | User "admin" exists in API, trying to reactivate...
  7372. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7373. web_1 | ===================================
  7374. web_1 | Starting the server
  7375. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7376. web_1 |
  7377. web_1 | Fatal error: Unable to find local grunt.
  7378. web_1 |
  7379. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7380. web_1 | your project. For more information about installing and configuring grunt,
  7381. web_1 | please see the Getting Started guide:
  7382. web_1 |
  7383. web_1 | http://gruntjs.com/getting-started
  7384. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7385. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7386. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7387. web_1 |
  7388. web_1 | Host IP=172.19.0.1
  7389. web_1 |
  7390. web_1 | Syncing...
  7391. web_1 | Creating tables ...
  7392. web_1 | Installing custom SQL ...
  7393. web_1 | Installing indexes ...
  7394. web_1 | Installed 0 object(s) from 0 fixture(s)
  7395. web_1 |
  7396. web_1 | Synced:
  7397. web_1 | > django.contrib.auth
  7398. web_1 | > django.contrib.contenttypes
  7399. web_1 | > django.contrib.sessions
  7400. web_1 | > django.contrib.sites
  7401. web_1 | > django.contrib.messages
  7402. web_1 | > django.contrib.staticfiles
  7403. web_1 | > django.contrib.admin
  7404. web_1 | > south
  7405. web_1 | > crispy_forms
  7406. web_1 | > avatar
  7407. web_1 | > bootstrap3
  7408. web_1 | > users
  7409. web_1 | > allauth
  7410. web_1 | > allauth.account
  7411. web_1 | > django.contrib.humanize
  7412. web_1 | > debug_toolbar
  7413. web_1 |
  7414. web_1 | Not synced (use migrations):
  7415. web_1 | - allauth.socialaccount
  7416. web_1 | - django_extensions
  7417. web_1 | (use ./manage.py migrate to migrate these)
  7418. web_1 | Running migrations for socialaccount:
  7419. web_1 | - Nothing to migrate.
  7420. web_1 | - Loading initial data for socialaccount.
  7421. web_1 | Installed 0 object(s) from 0 fixture(s)
  7422. web_1 | Running migrations for django_extensions:
  7423. web_1 | - Nothing to migrate.
  7424. web_1 | - Loading initial data for django_extensions.
  7425. web_1 | Installed 0 object(s) from 0 fixture(s)
  7426. web_1 | ===================================
  7427. web_1 | Creating "root" User
  7428. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7429. web_1 | User "root" exists in API, trying to reactivate...
  7430. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7431. web_1 | ===================================
  7432. web_1 | ===================================
  7433. web_1 | Creating "admin" User
  7434. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7435. web_1 | User "admin" exists in API, trying to reactivate...
  7436. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7437. web_1 | ===================================
  7438. web_1 | Starting the server
  7439. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7440. web_1 |
  7441. web_1 | Fatal error: Unable to find local grunt.
  7442. web_1 |
  7443. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7444. web_1 | your project. For more information about installing and configuring grunt,
  7445. web_1 | please see the Getting Started guide:
  7446. web_1 |
  7447. web_1 | http://gruntjs.com/getting-started
  7448. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7449. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7450. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7451. web_1 |
  7452. web_1 | Host IP=172.19.0.1
  7453. web_1 |
  7454. web_1 | Syncing...
  7455. web_1 | Creating tables ...
  7456. web_1 | Installing custom SQL ...
  7457. web_1 | Installing indexes ...
  7458. web_1 | Installed 0 object(s) from 0 fixture(s)
  7459. web_1 |
  7460. web_1 | Synced:
  7461. web_1 | > django.contrib.auth
  7462. web_1 | > django.contrib.contenttypes
  7463. web_1 | > django.contrib.sessions
  7464. web_1 | > django.contrib.sites
  7465. web_1 | > django.contrib.messages
  7466. web_1 | > django.contrib.staticfiles
  7467. web_1 | > django.contrib.admin
  7468. web_1 | > south
  7469. web_1 | > crispy_forms
  7470. web_1 | > avatar
  7471. web_1 | > bootstrap3
  7472. web_1 | > users
  7473. web_1 | > allauth
  7474. web_1 | > allauth.account
  7475. web_1 | > django.contrib.humanize
  7476. web_1 | > debug_toolbar
  7477. web_1 |
  7478. web_1 | Not synced (use migrations):
  7479. web_1 | - allauth.socialaccount
  7480. web_1 | - django_extensions
  7481. web_1 | (use ./manage.py migrate to migrate these)
  7482. web_1 | Running migrations for socialaccount:
  7483. web_1 | - Nothing to migrate.
  7484. web_1 | - Loading initial data for socialaccount.
  7485. web_1 | Installed 0 object(s) from 0 fixture(s)
  7486. web_1 | Running migrations for django_extensions:
  7487. web_1 | - Nothing to migrate.
  7488. web_1 | - Loading initial data for django_extensions.
  7489. web_1 | Installed 0 object(s) from 0 fixture(s)
  7490. web_1 | ===================================
  7491. web_1 | Creating "root" User
  7492. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7493. web_1 | User "root" exists in API, trying to reactivate...
  7494. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7495. web_1 | ===================================
  7496. web_1 | ===================================
  7497. web_1 | Creating "admin" User
  7498. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7499. web_1 | User "admin" exists in API, trying to reactivate...
  7500. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7501. web_1 | ===================================
  7502. web_1 | Starting the server
  7503. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7504. web_1 |
  7505. web_1 | Fatal error: Unable to find local grunt.
  7506. web_1 |
  7507. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7508. web_1 | your project. For more information about installing and configuring grunt,
  7509. web_1 | please see the Getting Started guide:
  7510. web_1 |
  7511. web_1 | http://gruntjs.com/getting-started
  7512. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7513. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7514. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7515. web_1 |
  7516. web_1 | Host IP=172.19.0.1
  7517. web_1 |
  7518. web_1 | Syncing...
  7519. web_1 | Creating tables ...
  7520. web_1 | Installing custom SQL ...
  7521. web_1 | Installing indexes ...
  7522. web_1 | Installed 0 object(s) from 0 fixture(s)
  7523. web_1 |
  7524. web_1 | Synced:
  7525. web_1 | > django.contrib.auth
  7526. web_1 | > django.contrib.contenttypes
  7527. web_1 | > django.contrib.sessions
  7528. web_1 | > django.contrib.sites
  7529. web_1 | > django.contrib.messages
  7530. web_1 | > django.contrib.staticfiles
  7531. web_1 | > django.contrib.admin
  7532. web_1 | > south
  7533. web_1 | > crispy_forms
  7534. web_1 | > avatar
  7535. web_1 | > bootstrap3
  7536. web_1 | > users
  7537. web_1 | > allauth
  7538. web_1 | > allauth.account
  7539. web_1 | > django.contrib.humanize
  7540. web_1 | > debug_toolbar
  7541. web_1 |
  7542. web_1 | Not synced (use migrations):
  7543. web_1 | - allauth.socialaccount
  7544. web_1 | - django_extensions
  7545. web_1 | (use ./manage.py migrate to migrate these)
  7546. web_1 | Running migrations for socialaccount:
  7547. web_1 | - Nothing to migrate.
  7548. web_1 | - Loading initial data for socialaccount.
  7549. web_1 | Installed 0 object(s) from 0 fixture(s)
  7550. web_1 | Running migrations for django_extensions:
  7551. web_1 | - Nothing to migrate.
  7552. web_1 | - Loading initial data for django_extensions.
  7553. web_1 | Installed 0 object(s) from 0 fixture(s)
  7554. web_1 | ===================================
  7555. web_1 | Creating "root" User
  7556. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7557. web_1 | User "root" exists in API, trying to reactivate...
  7558. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7559. web_1 | ===================================
  7560. web_1 | ===================================
  7561. web_1 | Creating "admin" User
  7562. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7563. web_1 | User "admin" exists in API, trying to reactivate...
  7564. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7565. web_1 | ===================================
  7566. web_1 | Starting the server
  7567. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7568. web_1 |
  7569. web_1 | Fatal error: Unable to find local grunt.
  7570. web_1 |
  7571. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7572. web_1 | your project. For more information about installing and configuring grunt,
  7573. web_1 | please see the Getting Started guide:
  7574. web_1 |
  7575. web_1 | http://gruntjs.com/getting-started
  7576. db_web_1 | LOG: incomplete startup packet
  7577. oclweb_web_1 exited with code 99
  7578. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7579. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7580. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 2 seconds
  7581. web_1 |
  7582. web_1 | Host IP=172.19.0.1
  7583. web_1 |
  7584. web_1 | Syncing...
  7585. web_1 | Creating tables ...
  7586. web_1 | Creating table auth_permission
  7587. web_1 | Creating table auth_group_permissions
  7588. web_1 | Creating table auth_group
  7589. web_1 | Creating table django_content_type
  7590. web_1 | Creating table django_session
  7591. web_1 | Creating table django_site
  7592. web_1 | Creating table django_admin_log
  7593. web_1 | Creating table south_migrationhistory
  7594. web_1 | Creating table avatar_avatar
  7595. web_1 | Creating table users_user_groups
  7596. web_1 | Creating table users_user_user_permissions
  7597. web_1 | Creating table users_user
  7598. web_1 | Creating table account_emailaddress
  7599. web_1 | Creating table account_emailconfirmation
  7600. web_1 | Installing custom SQL ...
  7601. web_1 | Installing indexes ...
  7602. web_1 | Installed 0 object(s) from 0 fixture(s)
  7603. web_1 |
  7604. web_1 | Synced:
  7605. web_1 | > django.contrib.auth
  7606. web_1 | > django.contrib.contenttypes
  7607. web_1 | > django.contrib.sessions
  7608. web_1 | > django.contrib.sites
  7609. web_1 | > django.contrib.messages
  7610. web_1 | > django.contrib.staticfiles
  7611. web_1 | > django.contrib.admin
  7612. web_1 | > south
  7613. web_1 | > crispy_forms
  7614. web_1 | > avatar
  7615. web_1 | > bootstrap3
  7616. web_1 | > users
  7617. web_1 | > allauth
  7618. web_1 | > allauth.account
  7619. web_1 | > django.contrib.humanize
  7620. web_1 | > debug_toolbar
  7621. web_1 |
  7622. web_1 | Not synced (use migrations):
  7623. web_1 | - allauth.socialaccount
  7624. web_1 | - django_extensions
  7625. web_1 | (use ./manage.py migrate to migrate these)
  7626. web_1 | Running migrations for socialaccount:
  7627. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  7628. web_1 | > socialaccount:0001_initial
  7629. web_1 | > socialaccount:0002_genericmodels
  7630. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  7631. web_1 | > socialaccount:0004_add_sites
  7632. web_1 | > socialaccount:0005_set_sites
  7633. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  7634. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  7635. web_1 | > socialaccount:0008_client_id
  7636. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  7637. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  7638. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  7639. web_1 | - Loading initial data for socialaccount.
  7640. web_1 | Installed 0 object(s) from 0 fixture(s)
  7641. web_1 | Running migrations for django_extensions:
  7642. web_1 | - Migrating forwards to 0001_empty.
  7643. web_1 | > django_extensions:0001_empty
  7644. web_1 | - Loading initial data for django_extensions.
  7645. web_1 | Installed 0 object(s) from 0 fixture(s)
  7646. web_1 | ===================================
  7647. web_1 | Creating "root" User
  7648. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7649. web_1 | User "root" exists in API, trying to reactivate...
  7650. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7651. web_1 | ===================================
  7652. web_1 | ===================================
  7653. web_1 | Creating "admin" User
  7654. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7655. web_1 | User "admin" synced to API
  7656. web_1 | ===================================
  7657. web_1 | Starting the server
  7658. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7659. web_1 |
  7660. web_1 | Fatal error: Unable to find local grunt.
  7661. web_1 |
  7662. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7663. web_1 | your project. For more information about installing and configuring grunt,
  7664. web_1 | please see the Getting Started guide:
  7665. web_1 |
  7666. web_1 | http://gruntjs.com/getting-started
  7667. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7668. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7669. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7670. web_1 |
  7671. web_1 | Host IP=172.19.0.1
  7672. web_1 |
  7673. web_1 | Syncing...
  7674. web_1 | Creating tables ...
  7675. web_1 | Installing custom SQL ...
  7676. web_1 | Installing indexes ...
  7677. web_1 | Installed 0 object(s) from 0 fixture(s)
  7678. web_1 |
  7679. web_1 | Synced:
  7680. web_1 | > django.contrib.auth
  7681. web_1 | > django.contrib.contenttypes
  7682. web_1 | > django.contrib.sessions
  7683. web_1 | > django.contrib.sites
  7684. web_1 | > django.contrib.messages
  7685. web_1 | > django.contrib.staticfiles
  7686. web_1 | > django.contrib.admin
  7687. web_1 | > south
  7688. web_1 | > crispy_forms
  7689. web_1 | > avatar
  7690. web_1 | > bootstrap3
  7691. web_1 | > users
  7692. web_1 | > allauth
  7693. web_1 | > allauth.account
  7694. web_1 | > django.contrib.humanize
  7695. web_1 | > debug_toolbar
  7696. web_1 |
  7697. web_1 | Not synced (use migrations):
  7698. web_1 | - allauth.socialaccount
  7699. web_1 | - django_extensions
  7700. web_1 | (use ./manage.py migrate to migrate these)
  7701. web_1 | Running migrations for socialaccount:
  7702. web_1 | - Nothing to migrate.
  7703. web_1 | - Loading initial data for socialaccount.
  7704. web_1 | Installed 0 object(s) from 0 fixture(s)
  7705. web_1 | Running migrations for django_extensions:
  7706. web_1 | - Nothing to migrate.
  7707. web_1 | - Loading initial data for django_extensions.
  7708. web_1 | Installed 0 object(s) from 0 fixture(s)
  7709. web_1 | ===================================
  7710. web_1 | Creating "root" User
  7711. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7712. web_1 | User "root" exists in API, trying to reactivate...
  7713. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7714. web_1 | ===================================
  7715. web_1 | ===================================
  7716. web_1 | Creating "admin" User
  7717. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7718. web_1 | User "admin" exists in API, trying to reactivate...
  7719. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7720. web_1 | ===================================
  7721. web_1 | Starting the server
  7722. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7723. web_1 |
  7724. web_1 | Fatal error: Unable to find local grunt.
  7725. web_1 |
  7726. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7727. web_1 | your project. For more information about installing and configuring grunt,
  7728. web_1 | please see the Getting Started guide:
  7729. web_1 |
  7730. web_1 | http://gruntjs.com/getting-started
  7731. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7732. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7733. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7734. web_1 |
  7735. web_1 | Host IP=172.19.0.1
  7736. web_1 |
  7737. web_1 | Syncing...
  7738. web_1 | Creating tables ...
  7739. web_1 | Installing custom SQL ...
  7740. web_1 | Installing indexes ...
  7741. web_1 | Installed 0 object(s) from 0 fixture(s)
  7742. web_1 |
  7743. web_1 | Synced:
  7744. web_1 | > django.contrib.auth
  7745. web_1 | > django.contrib.contenttypes
  7746. web_1 | > django.contrib.sessions
  7747. web_1 | > django.contrib.sites
  7748. web_1 | > django.contrib.messages
  7749. web_1 | > django.contrib.staticfiles
  7750. web_1 | > django.contrib.admin
  7751. web_1 | > south
  7752. web_1 | > crispy_forms
  7753. web_1 | > avatar
  7754. web_1 | > bootstrap3
  7755. web_1 | > users
  7756. web_1 | > allauth
  7757. web_1 | > allauth.account
  7758. web_1 | > django.contrib.humanize
  7759. web_1 | > debug_toolbar
  7760. web_1 |
  7761. web_1 | Not synced (use migrations):
  7762. web_1 | - allauth.socialaccount
  7763. web_1 | - django_extensions
  7764. web_1 | (use ./manage.py migrate to migrate these)
  7765. web_1 | Running migrations for socialaccount:
  7766. web_1 | - Nothing to migrate.
  7767. web_1 | - Loading initial data for socialaccount.
  7768. web_1 | Installed 0 object(s) from 0 fixture(s)
  7769. web_1 | Running migrations for django_extensions:
  7770. web_1 | - Nothing to migrate.
  7771. web_1 | - Loading initial data for django_extensions.
  7772. web_1 | Installed 0 object(s) from 0 fixture(s)
  7773. web_1 | ===================================
  7774. web_1 | Creating "root" User
  7775. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7776. web_1 | User "root" exists in API, trying to reactivate...
  7777. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7778. web_1 | ===================================
  7779. web_1 | ===================================
  7780. web_1 | Creating "admin" User
  7781. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7782. web_1 | User "admin" exists in API, trying to reactivate...
  7783. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7784. web_1 | ===================================
  7785. web_1 | Starting the server
  7786. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7787. web_1 |
  7788. web_1 | Fatal error: Unable to find local grunt.
  7789. web_1 |
  7790. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7791. web_1 | your project. For more information about installing and configuring grunt,
  7792. web_1 | please see the Getting Started guide:
  7793. web_1 |
  7794. web_1 | http://gruntjs.com/getting-started
  7795. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7796. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7797. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7798. web_1 |
  7799. web_1 | Host IP=172.19.0.1
  7800. web_1 |
  7801. web_1 | Syncing...
  7802. web_1 | Creating tables ...
  7803. web_1 | Installing custom SQL ...
  7804. web_1 | Installing indexes ...
  7805. web_1 | Installed 0 object(s) from 0 fixture(s)
  7806. web_1 |
  7807. web_1 | Synced:
  7808. web_1 | > django.contrib.auth
  7809. web_1 | > django.contrib.contenttypes
  7810. web_1 | > django.contrib.sessions
  7811. web_1 | > django.contrib.sites
  7812. web_1 | > django.contrib.messages
  7813. web_1 | > django.contrib.staticfiles
  7814. web_1 | > django.contrib.admin
  7815. web_1 | > south
  7816. web_1 | > crispy_forms
  7817. web_1 | > avatar
  7818. web_1 | > bootstrap3
  7819. web_1 | > users
  7820. web_1 | > allauth
  7821. web_1 | > allauth.account
  7822. web_1 | > django.contrib.humanize
  7823. web_1 | > debug_toolbar
  7824. web_1 |
  7825. web_1 | Not synced (use migrations):
  7826. web_1 | - allauth.socialaccount
  7827. web_1 | - django_extensions
  7828. web_1 | (use ./manage.py migrate to migrate these)
  7829. web_1 | Running migrations for socialaccount:
  7830. web_1 | - Nothing to migrate.
  7831. web_1 | - Loading initial data for socialaccount.
  7832. web_1 | Installed 0 object(s) from 0 fixture(s)
  7833. web_1 | Running migrations for django_extensions:
  7834. web_1 | - Nothing to migrate.
  7835. web_1 | - Loading initial data for django_extensions.
  7836. web_1 | Installed 0 object(s) from 0 fixture(s)
  7837. web_1 | ===================================
  7838. web_1 | Creating "root" User
  7839. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7840. web_1 | User "root" exists in API, trying to reactivate...
  7841. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7842. web_1 | ===================================
  7843. web_1 | ===================================
  7844. web_1 | Creating "admin" User
  7845. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7846. web_1 | User "admin" exists in API, trying to reactivate...
  7847. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7848. web_1 | ===================================
  7849. web_1 | Starting the server
  7850. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7851. web_1 |
  7852. web_1 | Fatal error: Unable to find local grunt.
  7853. web_1 |
  7854. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7855. web_1 | your project. For more information about installing and configuring grunt,
  7856. web_1 | please see the Getting Started guide:
  7857. web_1 |
  7858. web_1 | http://gruntjs.com/getting-started
  7859. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7860. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7861. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7862. web_1 |
  7863. web_1 | Host IP=172.19.0.1
  7864. web_1 |
  7865. web_1 | Syncing...
  7866. web_1 | Creating tables ...
  7867. web_1 | Installing custom SQL ...
  7868. web_1 | Installing indexes ...
  7869. web_1 | Installed 0 object(s) from 0 fixture(s)
  7870. web_1 |
  7871. web_1 | Synced:
  7872. web_1 | > django.contrib.auth
  7873. web_1 | > django.contrib.contenttypes
  7874. web_1 | > django.contrib.sessions
  7875. web_1 | > django.contrib.sites
  7876. web_1 | > django.contrib.messages
  7877. web_1 | > django.contrib.staticfiles
  7878. web_1 | > django.contrib.admin
  7879. web_1 | > south
  7880. web_1 | > crispy_forms
  7881. web_1 | > avatar
  7882. web_1 | > bootstrap3
  7883. web_1 | > users
  7884. web_1 | > allauth
  7885. web_1 | > allauth.account
  7886. web_1 | > django.contrib.humanize
  7887. web_1 | > debug_toolbar
  7888. web_1 |
  7889. web_1 | Not synced (use migrations):
  7890. web_1 | - allauth.socialaccount
  7891. web_1 | - django_extensions
  7892. web_1 | (use ./manage.py migrate to migrate these)
  7893. web_1 | Running migrations for socialaccount:
  7894. web_1 | - Nothing to migrate.
  7895. web_1 | - Loading initial data for socialaccount.
  7896. web_1 | Installed 0 object(s) from 0 fixture(s)
  7897. web_1 | Running migrations for django_extensions:
  7898. web_1 | - Nothing to migrate.
  7899. web_1 | - Loading initial data for django_extensions.
  7900. web_1 | Installed 0 object(s) from 0 fixture(s)
  7901. web_1 | ===================================
  7902. web_1 | Creating "root" User
  7903. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7904. web_1 | User "root" exists in API, trying to reactivate...
  7905. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7906. web_1 | ===================================
  7907. web_1 | ===================================
  7908. web_1 | Creating "admin" User
  7909. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7910. web_1 | User "admin" exists in API, trying to reactivate...
  7911. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7912. web_1 | ===================================
  7913. web_1 | Starting the server
  7914. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7915. web_1 |
  7916. web_1 | Fatal error: Unable to find local grunt.
  7917. web_1 |
  7918. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7919. db_web_1 | LOG: incomplete startup packet
  7920. web_1 | your project. For more information about installing and configuring grunt,
  7921. web_1 | please see the Getting Started guide:
  7922. web_1 |
  7923. web_1 | http://gruntjs.com/getting-started
  7924. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7925. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7926. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7927. web_1 |
  7928. web_1 | Host IP=172.19.0.1
  7929. web_1 |
  7930. web_1 | Syncing...
  7931. web_1 | Creating tables ...
  7932. web_1 | Installing custom SQL ...
  7933. web_1 | Installing indexes ...
  7934. web_1 | Installed 0 object(s) from 0 fixture(s)
  7935. web_1 |
  7936. web_1 | Synced:
  7937. web_1 | > django.contrib.auth
  7938. web_1 | > django.contrib.contenttypes
  7939. web_1 | > django.contrib.sessions
  7940. web_1 | > django.contrib.sites
  7941. web_1 | > django.contrib.messages
  7942. web_1 | > django.contrib.staticfiles
  7943. web_1 | > django.contrib.admin
  7944. web_1 | > south
  7945. web_1 | > crispy_forms
  7946. web_1 | > avatar
  7947. web_1 | > bootstrap3
  7948. web_1 | > users
  7949. web_1 | > allauth
  7950. web_1 | > allauth.account
  7951. web_1 | > django.contrib.humanize
  7952. web_1 | > debug_toolbar
  7953. web_1 |
  7954. web_1 | Not synced (use migrations):
  7955. web_1 | - allauth.socialaccount
  7956. web_1 | - django_extensions
  7957. web_1 | (use ./manage.py migrate to migrate these)
  7958. web_1 | Running migrations for socialaccount:
  7959. web_1 | - Nothing to migrate.
  7960. web_1 | - Loading initial data for socialaccount.
  7961. web_1 | Installed 0 object(s) from 0 fixture(s)
  7962. web_1 | Running migrations for django_extensions:
  7963. web_1 | - Nothing to migrate.
  7964. web_1 | - Loading initial data for django_extensions.
  7965. web_1 | Installed 0 object(s) from 0 fixture(s)
  7966. web_1 | ===================================
  7967. web_1 | Creating "root" User
  7968. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7969. web_1 | User "root" exists in API, trying to reactivate...
  7970. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  7971. web_1 | ===================================
  7972. web_1 | ===================================
  7973. web_1 | Creating "admin" User
  7974. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  7975. web_1 | User "admin" exists in API, trying to reactivate...
  7976. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  7977. web_1 | ===================================
  7978. web_1 | Starting the server
  7979. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  7980. web_1 |
  7981. web_1 | Fatal error: Unable to find local grunt.
  7982. web_1 |
  7983. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  7984. web_1 | your project. For more information about installing and configuring grunt,
  7985. web_1 | please see the Getting Started guide:
  7986. web_1 |
  7987. web_1 | http://gruntjs.com/getting-started
  7988. web_1 | Starting OpenBSD Secure Shell server: sshd.
  7989. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  7990. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  7991. web_1 |
  7992. web_1 | Host IP=172.19.0.1
  7993. web_1 |
  7994. web_1 | Syncing...
  7995. web_1 | Creating tables ...
  7996. web_1 | Installing custom SQL ...
  7997. web_1 | Installing indexes ...
  7998. web_1 | Installed 0 object(s) from 0 fixture(s)
  7999. web_1 |
  8000. web_1 | Synced:
  8001. web_1 | > django.contrib.auth
  8002. web_1 | > django.contrib.contenttypes
  8003. web_1 | > django.contrib.sessions
  8004. web_1 | > django.contrib.sites
  8005. web_1 | > django.contrib.messages
  8006. web_1 | > django.contrib.staticfiles
  8007. web_1 | > django.contrib.admin
  8008. web_1 | > south
  8009. web_1 | > crispy_forms
  8010. web_1 | > avatar
  8011. web_1 | > bootstrap3
  8012. web_1 | > users
  8013. web_1 | > allauth
  8014. web_1 | > allauth.account
  8015. web_1 | > django.contrib.humanize
  8016. web_1 | > debug_toolbar
  8017. web_1 |
  8018. web_1 | Not synced (use migrations):
  8019. web_1 | - allauth.socialaccount
  8020. web_1 | - django_extensions
  8021. web_1 | (use ./manage.py migrate to migrate these)
  8022. web_1 | Running migrations for socialaccount:
  8023. web_1 | - Nothing to migrate.
  8024. web_1 | - Loading initial data for socialaccount.
  8025. web_1 | Installed 0 object(s) from 0 fixture(s)
  8026. web_1 | Running migrations for django_extensions:
  8027. web_1 | - Nothing to migrate.
  8028. web_1 | - Loading initial data for django_extensions.
  8029. web_1 | Installed 0 object(s) from 0 fixture(s)
  8030. web_1 | ===================================
  8031. web_1 | Creating "root" User
  8032. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8033. web_1 | User "root" exists in API, trying to reactivate...
  8034. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8035. web_1 | ===================================
  8036. web_1 | ===================================
  8037. web_1 | Creating "admin" User
  8038. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8039. web_1 | User "admin" exists in API, trying to reactivate...
  8040. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8041. web_1 | ===================================
  8042. web_1 | Starting the server
  8043. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8044. web_1 |
  8045. web_1 | Fatal error: Unable to find local grunt.
  8046. web_1 |
  8047. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8048. web_1 | your project. For more information about installing and configuring grunt,
  8049. web_1 | please see the Getting Started guide:
  8050. web_1 |
  8051. web_1 | http://gruntjs.com/getting-started
  8052. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8053. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8054. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8055. web_1 |
  8056. web_1 | Host IP=172.19.0.1
  8057. web_1 |
  8058. web_1 | Syncing...
  8059. web_1 | Creating tables ...
  8060. web_1 | Installing custom SQL ...
  8061. web_1 | Installing indexes ...
  8062. web_1 | Installed 0 object(s) from 0 fixture(s)
  8063. web_1 |
  8064. web_1 | Synced:
  8065. web_1 | > django.contrib.auth
  8066. web_1 | > django.contrib.contenttypes
  8067. web_1 | > django.contrib.sessions
  8068. web_1 | > django.contrib.sites
  8069. web_1 | > django.contrib.messages
  8070. web_1 | > django.contrib.staticfiles
  8071. web_1 | > django.contrib.admin
  8072. web_1 | > south
  8073. web_1 | > crispy_forms
  8074. web_1 | > avatar
  8075. web_1 | > bootstrap3
  8076. web_1 | > users
  8077. web_1 | > allauth
  8078. web_1 | > allauth.account
  8079. web_1 | > django.contrib.humanize
  8080. web_1 | > debug_toolbar
  8081. web_1 |
  8082. web_1 | Not synced (use migrations):
  8083. web_1 | - allauth.socialaccount
  8084. web_1 | - django_extensions
  8085. web_1 | (use ./manage.py migrate to migrate these)
  8086. web_1 | Running migrations for socialaccount:
  8087. web_1 | - Nothing to migrate.
  8088. web_1 | - Loading initial data for socialaccount.
  8089. web_1 | Installed 0 object(s) from 0 fixture(s)
  8090. web_1 | Running migrations for django_extensions:
  8091. web_1 | - Nothing to migrate.
  8092. web_1 | - Loading initial data for django_extensions.
  8093. web_1 | Installed 0 object(s) from 0 fixture(s)
  8094. web_1 | ===================================
  8095. web_1 | Creating "root" User
  8096. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8097. web_1 | User "root" exists in API, trying to reactivate...
  8098. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8099. web_1 | ===================================
  8100. web_1 | ===================================
  8101. web_1 | Creating "admin" User
  8102. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8103. web_1 | User "admin" exists in API, trying to reactivate...
  8104. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8105. web_1 | ===================================
  8106. web_1 | Starting the server
  8107. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8108. web_1 |
  8109. web_1 | Fatal error: Unable to find local grunt.
  8110. web_1 |
  8111. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8112. web_1 | your project. For more information about installing and configuring grunt,
  8113. web_1 | please see the Getting Started guide:
  8114. web_1 |
  8115. web_1 | http://gruntjs.com/getting-started
  8116. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8117. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8118. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8119. web_1 |
  8120. web_1 | Host IP=172.19.0.1
  8121. web_1 |
  8122. web_1 | Syncing...
  8123. web_1 | Creating tables ...
  8124. web_1 | Installing custom SQL ...
  8125. web_1 | Installing indexes ...
  8126. web_1 | Installed 0 object(s) from 0 fixture(s)
  8127. web_1 |
  8128. web_1 | Synced:
  8129. web_1 | > django.contrib.auth
  8130. web_1 | > django.contrib.contenttypes
  8131. web_1 | > django.contrib.sessions
  8132. web_1 | > django.contrib.sites
  8133. web_1 | > django.contrib.messages
  8134. web_1 | > django.contrib.staticfiles
  8135. web_1 | > django.contrib.admin
  8136. web_1 | > south
  8137. web_1 | > crispy_forms
  8138. web_1 | > avatar
  8139. web_1 | > bootstrap3
  8140. web_1 | > users
  8141. web_1 | > allauth
  8142. web_1 | > allauth.account
  8143. web_1 | > django.contrib.humanize
  8144. web_1 | > debug_toolbar
  8145. web_1 |
  8146. web_1 | Not synced (use migrations):
  8147. web_1 | - allauth.socialaccount
  8148. web_1 | - django_extensions
  8149. web_1 | (use ./manage.py migrate to migrate these)
  8150. web_1 | Running migrations for socialaccount:
  8151. web_1 | - Nothing to migrate.
  8152. web_1 | - Loading initial data for socialaccount.
  8153. web_1 | Installed 0 object(s) from 0 fixture(s)
  8154. web_1 | Running migrations for django_extensions:
  8155. web_1 | - Nothing to migrate.
  8156. web_1 | - Loading initial data for django_extensions.
  8157. web_1 | Installed 0 object(s) from 0 fixture(s)
  8158. web_1 | ===================================
  8159. web_1 | Creating "root" User
  8160. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8161. web_1 | User "root" exists in API, trying to reactivate...
  8162. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8163. web_1 | ===================================
  8164. web_1 | ===================================
  8165. web_1 | Creating "admin" User
  8166. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8167. web_1 | User "admin" exists in API, trying to reactivate...
  8168. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8169. web_1 | ===================================
  8170. web_1 | Starting the server
  8171. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8172. web_1 |
  8173. web_1 | Fatal error: Unable to find local grunt.
  8174. web_1 |
  8175. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8176. web_1 | your project. For more information about installing and configuring grunt,
  8177. web_1 | please see the Getting Started guide:
  8178. web_1 |
  8179. web_1 | http://gruntjs.com/getting-started
  8180. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8181. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8182. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8183. web_1 |
  8184. web_1 | Host IP=172.19.0.1
  8185. web_1 |
  8186. web_1 | Syncing...
  8187. web_1 | Creating tables ...
  8188. web_1 | Installing custom SQL ...
  8189. web_1 | Installing indexes ...
  8190. web_1 | Installed 0 object(s) from 0 fixture(s)
  8191. web_1 |
  8192. web_1 | Synced:
  8193. web_1 | > django.contrib.auth
  8194. web_1 | > django.contrib.contenttypes
  8195. web_1 | > django.contrib.sessions
  8196. web_1 | > django.contrib.sites
  8197. web_1 | > django.contrib.messages
  8198. web_1 | > django.contrib.staticfiles
  8199. web_1 | > django.contrib.admin
  8200. web_1 | > south
  8201. web_1 | > crispy_forms
  8202. web_1 | > avatar
  8203. web_1 | > bootstrap3
  8204. web_1 | > users
  8205. web_1 | > allauth
  8206. web_1 | > allauth.account
  8207. web_1 | > django.contrib.humanize
  8208. web_1 | > debug_toolbar
  8209. web_1 |
  8210. web_1 | Not synced (use migrations):
  8211. web_1 | - allauth.socialaccount
  8212. web_1 | - django_extensions
  8213. web_1 | (use ./manage.py migrate to migrate these)
  8214. web_1 | Running migrations for socialaccount:
  8215. web_1 | - Nothing to migrate.
  8216. web_1 | - Loading initial data for socialaccount.
  8217. web_1 | Installed 0 object(s) from 0 fixture(s)
  8218. web_1 | Running migrations for django_extensions:
  8219. web_1 | - Nothing to migrate.
  8220. web_1 | - Loading initial data for django_extensions.
  8221. web_1 | Installed 0 object(s) from 0 fixture(s)
  8222. web_1 | ===================================
  8223. web_1 | Creating "root" User
  8224. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8225. web_1 | User "root" exists in API, trying to reactivate...
  8226. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8227. web_1 | ===================================
  8228. web_1 | ===================================
  8229. web_1 | Creating "admin" User
  8230. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8231. web_1 | User "admin" exists in API, trying to reactivate...
  8232. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8233. web_1 | ===================================
  8234. web_1 | Starting the server
  8235. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8236. web_1 |
  8237. web_1 | Fatal error: Unable to find local grunt.
  8238. web_1 |
  8239. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8240. web_1 | your project. For more information about installing and configuring grunt,
  8241. web_1 | please see the Getting Started guide:
  8242. web_1 |
  8243. web_1 | http://gruntjs.com/getting-started
  8244. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8245. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8246. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8247. web_1 |
  8248. web_1 | Host IP=172.19.0.1
  8249. web_1 |
  8250. web_1 | Syncing...
  8251. web_1 | Creating tables ...
  8252. web_1 | Installing custom SQL ...
  8253. web_1 | Installing indexes ...
  8254. web_1 | Installed 0 object(s) from 0 fixture(s)
  8255. web_1 |
  8256. web_1 | Synced:
  8257. web_1 | > django.contrib.auth
  8258. web_1 | > django.contrib.contenttypes
  8259. web_1 | > django.contrib.sessions
  8260. web_1 | > django.contrib.sites
  8261. web_1 | > django.contrib.messages
  8262. web_1 | > django.contrib.staticfiles
  8263. web_1 | > django.contrib.admin
  8264. web_1 | > south
  8265. web_1 | > crispy_forms
  8266. web_1 | > avatar
  8267. web_1 | > bootstrap3
  8268. web_1 | > users
  8269. web_1 | > allauth
  8270. web_1 | > allauth.account
  8271. web_1 | > django.contrib.humanize
  8272. web_1 | > debug_toolbar
  8273. web_1 |
  8274. web_1 | Not synced (use migrations):
  8275. web_1 | - allauth.socialaccount
  8276. web_1 | - django_extensions
  8277. web_1 | (use ./manage.py migrate to migrate these)
  8278. web_1 | Running migrations for socialaccount:
  8279. web_1 | - Nothing to migrate.
  8280. web_1 | - Loading initial data for socialaccount.
  8281. web_1 | Installed 0 object(s) from 0 fixture(s)
  8282. web_1 | Running migrations for django_extensions:
  8283. web_1 | - Nothing to migrate.
  8284. web_1 | - Loading initial data for django_extensions.
  8285. web_1 | Installed 0 object(s) from 0 fixture(s)
  8286. web_1 | ===================================
  8287. web_1 | Creating "root" User
  8288. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8289. web_1 | User "root" exists in API, trying to reactivate...
  8290. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8291. web_1 | ===================================
  8292. web_1 | ===================================
  8293. web_1 | Creating "admin" User
  8294. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8295. web_1 | User "admin" exists in API, trying to reactivate...
  8296. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8297. web_1 | ===================================
  8298. web_1 | Starting the server
  8299. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8300. web_1 |
  8301. web_1 | Fatal error: Unable to find local grunt.
  8302. web_1 |
  8303. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8304. web_1 | your project. For more information about installing and configuring grunt,
  8305. web_1 | please see the Getting Started guide:
  8306. web_1 |
  8307. web_1 | http://gruntjs.com/getting-started
  8308. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8309. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8310. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8311. web_1 |
  8312. web_1 | Host IP=172.19.0.1
  8313. web_1 |
  8314. web_1 | Syncing...
  8315. web_1 | Creating tables ...
  8316. web_1 | Installing custom SQL ...
  8317. web_1 | Installing indexes ...
  8318. web_1 | Installed 0 object(s) from 0 fixture(s)
  8319. web_1 |
  8320. web_1 | Synced:
  8321. web_1 | > django.contrib.auth
  8322. web_1 | > django.contrib.contenttypes
  8323. web_1 | > django.contrib.sessions
  8324. web_1 | > django.contrib.sites
  8325. web_1 | > django.contrib.messages
  8326. web_1 | > django.contrib.staticfiles
  8327. web_1 | > django.contrib.admin
  8328. web_1 | > south
  8329. web_1 | > crispy_forms
  8330. web_1 | > avatar
  8331. web_1 | > bootstrap3
  8332. web_1 | > users
  8333. web_1 | > allauth
  8334. web_1 | > allauth.account
  8335. web_1 | > django.contrib.humanize
  8336. web_1 | > debug_toolbar
  8337. web_1 |
  8338. web_1 | Not synced (use migrations):
  8339. web_1 | - allauth.socialaccount
  8340. web_1 | - django_extensions
  8341. web_1 | (use ./manage.py migrate to migrate these)
  8342. web_1 | Running migrations for socialaccount:
  8343. web_1 | - Nothing to migrate.
  8344. web_1 | - Loading initial data for socialaccount.
  8345. web_1 | Installed 0 object(s) from 0 fixture(s)
  8346. web_1 | Running migrations for django_extensions:
  8347. web_1 | - Nothing to migrate.
  8348. web_1 | - Loading initial data for django_extensions.
  8349. web_1 | Installed 0 object(s) from 0 fixture(s)
  8350. web_1 | ===================================
  8351. web_1 | Creating "root" User
  8352. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8353. web_1 | User "root" exists in API, trying to reactivate...
  8354. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8355. web_1 | ===================================
  8356. web_1 | ===================================
  8357. web_1 | Creating "admin" User
  8358. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8359. web_1 | User "admin" exists in API, trying to reactivate...
  8360. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8361. web_1 | ===================================
  8362. web_1 | Starting the server
  8363. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8364. web_1 |
  8365. web_1 | Fatal error: Unable to find local grunt.
  8366. web_1 |
  8367. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8368. web_1 | your project. For more information about installing and configuring grunt,
  8369. web_1 | please see the Getting Started guide:
  8370. web_1 |
  8371. web_1 | http://gruntjs.com/getting-started
  8372. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8373. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8374. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8375. web_1 |
  8376. web_1 | Host IP=172.19.0.1
  8377. web_1 |
  8378. web_1 | Syncing...
  8379. web_1 | Creating tables ...
  8380. web_1 | Installing custom SQL ...
  8381. web_1 | Installing indexes ...
  8382. web_1 | Installed 0 object(s) from 0 fixture(s)
  8383. web_1 |
  8384. web_1 | Synced:
  8385. web_1 | > django.contrib.auth
  8386. web_1 | > django.contrib.contenttypes
  8387. web_1 | > django.contrib.sessions
  8388. web_1 | > django.contrib.sites
  8389. web_1 | > django.contrib.messages
  8390. web_1 | > django.contrib.staticfiles
  8391. web_1 | > django.contrib.admin
  8392. web_1 | > south
  8393. web_1 | > crispy_forms
  8394. web_1 | > avatar
  8395. web_1 | > bootstrap3
  8396. web_1 | > users
  8397. web_1 | > allauth
  8398. web_1 | > allauth.account
  8399. web_1 | > django.contrib.humanize
  8400. web_1 | > debug_toolbar
  8401. web_1 |
  8402. web_1 | Not synced (use migrations):
  8403. web_1 | - allauth.socialaccount
  8404. web_1 | - django_extensions
  8405. web_1 | (use ./manage.py migrate to migrate these)
  8406. web_1 | Running migrations for socialaccount:
  8407. web_1 | - Nothing to migrate.
  8408. web_1 | - Loading initial data for socialaccount.
  8409. web_1 | Installed 0 object(s) from 0 fixture(s)
  8410. web_1 | Running migrations for django_extensions:
  8411. web_1 | - Nothing to migrate.
  8412. web_1 | - Loading initial data for django_extensions.
  8413. web_1 | Installed 0 object(s) from 0 fixture(s)
  8414. web_1 | ===================================
  8415. web_1 | Creating "root" User
  8416. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8417. web_1 | User "root" exists in API, trying to reactivate...
  8418. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8419. web_1 | ===================================
  8420. web_1 | ===================================
  8421. web_1 | Creating "admin" User
  8422. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8423. web_1 | User "admin" exists in API, trying to reactivate...
  8424. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8425. web_1 | ===================================
  8426. web_1 | Starting the server
  8427. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8428. web_1 |
  8429. web_1 | Fatal error: Unable to find local grunt.
  8430. web_1 |
  8431. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8432. web_1 | your project. For more information about installing and configuring grunt,
  8433. web_1 | please see the Getting Started guide:
  8434. web_1 |
  8435. web_1 | http://gruntjs.com/getting-started
  8436. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8437. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8438. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8439. web_1 |
  8440. web_1 | Host IP=172.19.0.1
  8441. web_1 |
  8442. web_1 | Syncing...
  8443. web_1 | Creating tables ...
  8444. web_1 | Installing custom SQL ...
  8445. web_1 | Installing indexes ...
  8446. web_1 | Installed 0 object(s) from 0 fixture(s)
  8447. web_1 |
  8448. web_1 | Synced:
  8449. web_1 | > django.contrib.auth
  8450. web_1 | > django.contrib.contenttypes
  8451. web_1 | > django.contrib.sessions
  8452. web_1 | > django.contrib.sites
  8453. web_1 | > django.contrib.messages
  8454. web_1 | > django.contrib.staticfiles
  8455. web_1 | > django.contrib.admin
  8456. web_1 | > south
  8457. web_1 | > crispy_forms
  8458. web_1 | > avatar
  8459. web_1 | > bootstrap3
  8460. web_1 | > users
  8461. web_1 | > allauth
  8462. web_1 | > allauth.account
  8463. web_1 | > django.contrib.humanize
  8464. web_1 | > debug_toolbar
  8465. web_1 |
  8466. web_1 | Not synced (use migrations):
  8467. web_1 | - allauth.socialaccount
  8468. web_1 | - django_extensions
  8469. web_1 | (use ./manage.py migrate to migrate these)
  8470. web_1 | Running migrations for socialaccount:
  8471. web_1 | - Nothing to migrate.
  8472. web_1 | - Loading initial data for socialaccount.
  8473. web_1 | Installed 0 object(s) from 0 fixture(s)
  8474. web_1 | Running migrations for django_extensions:
  8475. web_1 | - Nothing to migrate.
  8476. web_1 | - Loading initial data for django_extensions.
  8477. web_1 | Installed 0 object(s) from 0 fixture(s)
  8478. web_1 | ===================================
  8479. web_1 | Creating "root" User
  8480. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8481. web_1 | User "root" exists in API, trying to reactivate...
  8482. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8483. web_1 | ===================================
  8484. web_1 | ===================================
  8485. web_1 | Creating "admin" User
  8486. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8487. web_1 | User "admin" exists in API, trying to reactivate...
  8488. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8489. web_1 | ===================================
  8490. web_1 | Starting the server
  8491. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8492. web_1 |
  8493. web_1 | Fatal error: Unable to find local grunt.
  8494. web_1 |
  8495. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8496. web_1 | your project. For more information about installing and configuring grunt,
  8497. web_1 | please see the Getting Started guide:
  8498. web_1 |
  8499. web_1 | http://gruntjs.com/getting-started
  8500. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8501. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8502. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8503. web_1 |
  8504. web_1 | Host IP=172.19.0.1
  8505. web_1 |
  8506. web_1 | Syncing...
  8507. web_1 | Creating tables ...
  8508. web_1 | Installing custom SQL ...
  8509. web_1 | Installing indexes ...
  8510. web_1 | Installed 0 object(s) from 0 fixture(s)
  8511. web_1 |
  8512. web_1 | Synced:
  8513. web_1 | > django.contrib.auth
  8514. web_1 | > django.contrib.contenttypes
  8515. web_1 | > django.contrib.sessions
  8516. web_1 | > django.contrib.sites
  8517. web_1 | > django.contrib.messages
  8518. web_1 | > django.contrib.staticfiles
  8519. web_1 | > django.contrib.admin
  8520. web_1 | > south
  8521. web_1 | > crispy_forms
  8522. web_1 | > avatar
  8523. web_1 | > bootstrap3
  8524. web_1 | > users
  8525. web_1 | > allauth
  8526. web_1 | > allauth.account
  8527. web_1 | > django.contrib.humanize
  8528. web_1 | > debug_toolbar
  8529. web_1 |
  8530. web_1 | Not synced (use migrations):
  8531. web_1 | - allauth.socialaccount
  8532. web_1 | - django_extensions
  8533. web_1 | (use ./manage.py migrate to migrate these)
  8534. web_1 | Running migrations for socialaccount:
  8535. web_1 | - Nothing to migrate.
  8536. web_1 | - Loading initial data for socialaccount.
  8537. web_1 | Installed 0 object(s) from 0 fixture(s)
  8538. web_1 | Running migrations for django_extensions:
  8539. web_1 | - Nothing to migrate.
  8540. web_1 | - Loading initial data for django_extensions.
  8541. web_1 | Installed 0 object(s) from 0 fixture(s)
  8542. web_1 | ===================================
  8543. web_1 | Creating "root" User
  8544. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8545. web_1 | User "root" exists in API, trying to reactivate...
  8546. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8547. web_1 | ===================================
  8548. web_1 | ===================================
  8549. web_1 | Creating "admin" User
  8550. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8551. web_1 | User "admin" exists in API, trying to reactivate...
  8552. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8553. web_1 | ===================================
  8554. web_1 | Starting the server
  8555. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8556. web_1 |
  8557. web_1 | Fatal error: Unable to find local grunt.
  8558. web_1 |
  8559. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8560. web_1 | your project. For more information about installing and configuring grunt,
  8561. web_1 | please see the Getting Started guide:
  8562. web_1 |
  8563. web_1 | http://gruntjs.com/getting-started
  8564. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8565. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8566. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8567. web_1 |
  8568. web_1 | Host IP=172.19.0.1
  8569. web_1 |
  8570. web_1 | Syncing...
  8571. web_1 | Creating tables ...
  8572. web_1 | Installing custom SQL ...
  8573. web_1 | Installing indexes ...
  8574. web_1 | Installed 0 object(s) from 0 fixture(s)
  8575. web_1 |
  8576. web_1 | Synced:
  8577. web_1 | > django.contrib.auth
  8578. web_1 | > django.contrib.contenttypes
  8579. web_1 | > django.contrib.sessions
  8580. web_1 | > django.contrib.sites
  8581. web_1 | > django.contrib.messages
  8582. web_1 | > django.contrib.staticfiles
  8583. web_1 | > django.contrib.admin
  8584. web_1 | > south
  8585. web_1 | > crispy_forms
  8586. web_1 | > avatar
  8587. web_1 | > bootstrap3
  8588. web_1 | > users
  8589. web_1 | > allauth
  8590. web_1 | > allauth.account
  8591. web_1 | > django.contrib.humanize
  8592. web_1 | > debug_toolbar
  8593. web_1 |
  8594. web_1 | Not synced (use migrations):
  8595. web_1 | - allauth.socialaccount
  8596. web_1 | - django_extensions
  8597. web_1 | (use ./manage.py migrate to migrate these)
  8598. web_1 | Running migrations for socialaccount:
  8599. web_1 | - Nothing to migrate.
  8600. web_1 | - Loading initial data for socialaccount.
  8601. web_1 | Installed 0 object(s) from 0 fixture(s)
  8602. web_1 | Running migrations for django_extensions:
  8603. web_1 | - Nothing to migrate.
  8604. web_1 | - Loading initial data for django_extensions.
  8605. web_1 | Installed 0 object(s) from 0 fixture(s)
  8606. web_1 | ===================================
  8607. web_1 | Creating "root" User
  8608. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8609. web_1 | User "root" exists in API, trying to reactivate...
  8610. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8611. web_1 | ===================================
  8612. web_1 | ===================================
  8613. web_1 | Creating "admin" User
  8614. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8615. web_1 | User "admin" exists in API, trying to reactivate...
  8616. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8617. web_1 | ===================================
  8618. web_1 | Starting the server
  8619. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8620. web_1 |
  8621. web_1 | Fatal error: Unable to find local grunt.
  8622. web_1 |
  8623. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8624. web_1 | your project. For more information about installing and configuring grunt,
  8625. web_1 | please see the Getting Started guide:
  8626. web_1 |
  8627. web_1 | http://gruntjs.com/getting-started
  8628. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8629. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8630. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8631. web_1 |
  8632. web_1 | Host IP=172.19.0.1
  8633. web_1 |
  8634. web_1 | Syncing...
  8635. web_1 | Creating tables ...
  8636. web_1 | Installing custom SQL ...
  8637. web_1 | Installing indexes ...
  8638. web_1 | Installed 0 object(s) from 0 fixture(s)
  8639. web_1 |
  8640. web_1 | Synced:
  8641. web_1 | > django.contrib.auth
  8642. web_1 | > django.contrib.contenttypes
  8643. web_1 | > django.contrib.sessions
  8644. web_1 | > django.contrib.sites
  8645. web_1 | > django.contrib.messages
  8646. web_1 | > django.contrib.staticfiles
  8647. web_1 | > django.contrib.admin
  8648. web_1 | > south
  8649. web_1 | > crispy_forms
  8650. web_1 | > avatar
  8651. web_1 | > bootstrap3
  8652. web_1 | > users
  8653. web_1 | > allauth
  8654. web_1 | > allauth.account
  8655. web_1 | > django.contrib.humanize
  8656. web_1 | > debug_toolbar
  8657. web_1 |
  8658. web_1 | Not synced (use migrations):
  8659. web_1 | - allauth.socialaccount
  8660. web_1 | - django_extensions
  8661. web_1 | (use ./manage.py migrate to migrate these)
  8662. web_1 | Running migrations for socialaccount:
  8663. web_1 | - Nothing to migrate.
  8664. web_1 | - Loading initial data for socialaccount.
  8665. web_1 | Installed 0 object(s) from 0 fixture(s)
  8666. web_1 | Running migrations for django_extensions:
  8667. web_1 | - Nothing to migrate.
  8668. web_1 | - Loading initial data for django_extensions.
  8669. web_1 | Installed 0 object(s) from 0 fixture(s)
  8670. web_1 | ===================================
  8671. web_1 | Creating "root" User
  8672. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8673. web_1 | User "root" exists in API, trying to reactivate...
  8674. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8675. web_1 | ===================================
  8676. web_1 | ===================================
  8677. web_1 | Creating "admin" User
  8678. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8679. web_1 | User "admin" exists in API, trying to reactivate...
  8680. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8681. web_1 | ===================================
  8682. web_1 | Starting the server
  8683. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8684. web_1 |
  8685. web_1 | Fatal error: Unable to find local grunt.
  8686. web_1 |
  8687. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8688. web_1 | your project. For more information about installing and configuring grunt,
  8689. web_1 | please see the Getting Started guide:
  8690. web_1 |
  8691. web_1 | http://gruntjs.com/getting-started
  8692. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8693. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8694. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8695. web_1 |
  8696. web_1 | Host IP=172.19.0.1
  8697. web_1 |
  8698. web_1 | Syncing...
  8699. web_1 | Creating tables ...
  8700. web_1 | Installing custom SQL ...
  8701. web_1 | Installing indexes ...
  8702. web_1 | Installed 0 object(s) from 0 fixture(s)
  8703. web_1 |
  8704. web_1 | Synced:
  8705. web_1 | > django.contrib.auth
  8706. web_1 | > django.contrib.contenttypes
  8707. web_1 | > django.contrib.sessions
  8708. web_1 | > django.contrib.sites
  8709. web_1 | > django.contrib.messages
  8710. web_1 | > django.contrib.staticfiles
  8711. web_1 | > django.contrib.admin
  8712. web_1 | > south
  8713. web_1 | > crispy_forms
  8714. web_1 | > avatar
  8715. web_1 | > bootstrap3
  8716. web_1 | > users
  8717. web_1 | > allauth
  8718. web_1 | > allauth.account
  8719. web_1 | > django.contrib.humanize
  8720. web_1 | > debug_toolbar
  8721. web_1 |
  8722. web_1 | Not synced (use migrations):
  8723. web_1 | - allauth.socialaccount
  8724. web_1 | - django_extensions
  8725. web_1 | (use ./manage.py migrate to migrate these)
  8726. web_1 | Running migrations for socialaccount:
  8727. web_1 | - Nothing to migrate.
  8728. web_1 | - Loading initial data for socialaccount.
  8729. web_1 | Installed 0 object(s) from 0 fixture(s)
  8730. web_1 | Running migrations for django_extensions:
  8731. web_1 | - Nothing to migrate.
  8732. web_1 | - Loading initial data for django_extensions.
  8733. web_1 | Installed 0 object(s) from 0 fixture(s)
  8734. web_1 | ===================================
  8735. web_1 | Creating "root" User
  8736. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8737. web_1 | User "root" exists in API, trying to reactivate...
  8738. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8739. web_1 | ===================================
  8740. web_1 | ===================================
  8741. web_1 | Creating "admin" User
  8742. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8743. web_1 | User "admin" exists in API, trying to reactivate...
  8744. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8745. web_1 | ===================================
  8746. web_1 | Starting the server
  8747. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8748. web_1 |
  8749. web_1 | Fatal error: Unable to find local grunt.
  8750. web_1 |
  8751. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8752. web_1 | your project. For more information about installing and configuring grunt,
  8753. web_1 | please see the Getting Started guide:
  8754. web_1 |
  8755. web_1 | http://gruntjs.com/getting-started
  8756. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8757. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8758. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8759. web_1 |
  8760. web_1 | Host IP=172.19.0.1
  8761. web_1 |
  8762. web_1 | Syncing...
  8763. web_1 | Creating tables ...
  8764. web_1 | Installing custom SQL ...
  8765. web_1 | Installing indexes ...
  8766. web_1 | Installed 0 object(s) from 0 fixture(s)
  8767. web_1 |
  8768. web_1 | Synced:
  8769. web_1 | > django.contrib.auth
  8770. web_1 | > django.contrib.contenttypes
  8771. web_1 | > django.contrib.sessions
  8772. web_1 | > django.contrib.sites
  8773. web_1 | > django.contrib.messages
  8774. web_1 | > django.contrib.staticfiles
  8775. web_1 | > django.contrib.admin
  8776. web_1 | > south
  8777. web_1 | > crispy_forms
  8778. web_1 | > avatar
  8779. web_1 | > bootstrap3
  8780. web_1 | > users
  8781. web_1 | > allauth
  8782. web_1 | > allauth.account
  8783. web_1 | > django.contrib.humanize
  8784. web_1 | > debug_toolbar
  8785. web_1 |
  8786. web_1 | Not synced (use migrations):
  8787. web_1 | - allauth.socialaccount
  8788. web_1 | - django_extensions
  8789. web_1 | (use ./manage.py migrate to migrate these)
  8790. web_1 | Running migrations for socialaccount:
  8791. web_1 | - Nothing to migrate.
  8792. web_1 | - Loading initial data for socialaccount.
  8793. web_1 | Installed 0 object(s) from 0 fixture(s)
  8794. web_1 | Running migrations for django_extensions:
  8795. web_1 | - Nothing to migrate.
  8796. web_1 | - Loading initial data for django_extensions.
  8797. web_1 | Installed 0 object(s) from 0 fixture(s)
  8798. web_1 | ===================================
  8799. web_1 | Creating "root" User
  8800. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8801. web_1 | User "root" exists in API, trying to reactivate...
  8802. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8803. web_1 | ===================================
  8804. web_1 | ===================================
  8805. web_1 | Creating "admin" User
  8806. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8807. web_1 | User "admin" exists in API, trying to reactivate...
  8808. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8809. web_1 | ===================================
  8810. web_1 | Starting the server
  8811. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8812. web_1 |
  8813. web_1 | Fatal error: Unable to find local grunt.
  8814. web_1 |
  8815. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8816. web_1 | your project. For more information about installing and configuring grunt,
  8817. web_1 | please see the Getting Started guide:
  8818. web_1 |
  8819. web_1 | http://gruntjs.com/getting-started
  8820. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8821. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8822. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8823. web_1 |
  8824. web_1 | Host IP=172.19.0.1
  8825. web_1 |
  8826. web_1 | Syncing...
  8827. web_1 | Creating tables ...
  8828. web_1 | Installing custom SQL ...
  8829. web_1 | Installing indexes ...
  8830. web_1 | Installed 0 object(s) from 0 fixture(s)
  8831. web_1 |
  8832. web_1 | Synced:
  8833. web_1 | > django.contrib.auth
  8834. web_1 | > django.contrib.contenttypes
  8835. web_1 | > django.contrib.sessions
  8836. web_1 | > django.contrib.sites
  8837. web_1 | > django.contrib.messages
  8838. web_1 | > django.contrib.staticfiles
  8839. web_1 | > django.contrib.admin
  8840. web_1 | > south
  8841. web_1 | > crispy_forms
  8842. web_1 | > avatar
  8843. web_1 | > bootstrap3
  8844. web_1 | > users
  8845. web_1 | > allauth
  8846. web_1 | > allauth.account
  8847. web_1 | > django.contrib.humanize
  8848. web_1 | > debug_toolbar
  8849. web_1 |
  8850. web_1 | Not synced (use migrations):
  8851. web_1 | - allauth.socialaccount
  8852. web_1 | - django_extensions
  8853. web_1 | (use ./manage.py migrate to migrate these)
  8854. web_1 | Running migrations for socialaccount:
  8855. web_1 | - Nothing to migrate.
  8856. web_1 | - Loading initial data for socialaccount.
  8857. web_1 | Installed 0 object(s) from 0 fixture(s)
  8858. web_1 | Running migrations for django_extensions:
  8859. web_1 | - Nothing to migrate.
  8860. web_1 | - Loading initial data for django_extensions.
  8861. web_1 | Installed 0 object(s) from 0 fixture(s)
  8862. web_1 | ===================================
  8863. web_1 | Creating "root" User
  8864. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8865. web_1 | User "root" exists in API, trying to reactivate...
  8866. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8867. web_1 | ===================================
  8868. web_1 | ===================================
  8869. web_1 | Creating "admin" User
  8870. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8871. web_1 | User "admin" exists in API, trying to reactivate...
  8872. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8873. web_1 | ===================================
  8874. web_1 | Starting the server
  8875. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8876. web_1 |
  8877. web_1 | Fatal error: Unable to find local grunt.
  8878. web_1 |
  8879. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8880. web_1 | your project. For more information about installing and configuring grunt,
  8881. web_1 | please see the Getting Started guide:
  8882. web_1 |
  8883. web_1 | http://gruntjs.com/getting-started
  8884. web_1 | Starting OpenBSD Secure Shell server: sshd.
  8885. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  8886. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  8887. web_1 |
  8888. web_1 | Host IP=172.19.0.1
  8889. web_1 |
  8890. web_1 | Syncing...
  8891. web_1 | Creating tables ...
  8892. web_1 | Installing custom SQL ...
  8893. web_1 | Installing indexes ...
  8894. web_1 | Installed 0 object(s) from 0 fixture(s)
  8895. web_1 |
  8896. web_1 | Synced:
  8897. web_1 | > django.contrib.auth
  8898. web_1 | > django.contrib.contenttypes
  8899. web_1 | > django.contrib.sessions
  8900. web_1 | > django.contrib.sites
  8901. web_1 | > django.contrib.messages
  8902. web_1 | > django.contrib.staticfiles
  8903. web_1 | > django.contrib.admin
  8904. web_1 | > south
  8905. web_1 | > crispy_forms
  8906. web_1 | > avatar
  8907. web_1 | > bootstrap3
  8908. web_1 | > users
  8909. web_1 | > allauth
  8910. web_1 | > allauth.account
  8911. web_1 | > django.contrib.humanize
  8912. web_1 | > debug_toolbar
  8913. web_1 |
  8914. web_1 | Not synced (use migrations):
  8915. web_1 | - allauth.socialaccount
  8916. web_1 | - django_extensions
  8917. web_1 | (use ./manage.py migrate to migrate these)
  8918. web_1 | Running migrations for socialaccount:
  8919. web_1 | - Nothing to migrate.
  8920. web_1 | - Loading initial data for socialaccount.
  8921. web_1 | Installed 0 object(s) from 0 fixture(s)
  8922. web_1 | Running migrations for django_extensions:
  8923. web_1 | - Nothing to migrate.
  8924. web_1 | - Loading initial data for django_extensions.
  8925. web_1 | Installed 0 object(s) from 0 fixture(s)
  8926. web_1 | ===================================
  8927. web_1 | Creating "root" User
  8928. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8929. web_1 | User "root" exists in API, trying to reactivate...
  8930. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  8931. web_1 | ===================================
  8932. web_1 | ===================================
  8933. web_1 | Creating "admin" User
  8934. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  8935. web_1 | User "admin" exists in API, trying to reactivate...
  8936. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  8937. web_1 | ===================================
  8938. web_1 | Starting the server
  8939. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  8940. web_1 |
  8941. web_1 | Fatal error: Unable to find local grunt.
  8942. web_1 |
  8943. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  8944. web_1 | your project. For more information about installing and configuring grunt,
  8945. web_1 | please see the Getting Started guide:
  8946. web_1 |
  8947. web_1 | http://gruntjs.com/getting-started
  8948. db_web_1 | LOG: incomplete startup packet
  8949. oclweb_web_1 exited with code 99
  8950. ^CGracefully stopping... (press Ctrl+C again to force)
  8951. Killing oclweb_web_1 ... done
  8952. Killing oclweb_db_web_1 ... done
  8953. $ docker-compose down -v
  8954. Removing oclweb_web_1 ... done
  8955. Removing oclweb_db_web_1 ... done
  8956. Removing oclweb_web_dependencies_1 ... done
  8957. Removing network oclweb_default
  8958. Removing volume oclweb_db_web_data
  8959. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement