Advertisement
burke

Untitled

Sep 1st, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.12 KB | None | 0 0
  1. $ docker ps
  2. CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
  3. 4452e45217cd openconceptlab/oclapi:dev "bash run_flower.sh" 17 hours ago Up 17 hours (healthy) 22/tcp, 8000/tcp, 0.0.0.0:5555->5555/tcp oclapi_flower_1
  4. 87d6de75c791 openconceptlab/oclapi:dev "bash run_celery.sh" 17 hours ago Up 17 hours (healthy) 22/tcp, 8000/tcp oclapi_celery_1
  5. 66c54b502973 openconceptlab/oclapi:dev "/bin/sh -c 'bash ..." 17 hours ago Up 17 hours (healthy) 0.0.0.0:8000-8001->8000-8001/tcp, 0.0.0.0:2000->22/tcp oclapi_api_1
  6. 9eb49d05d452 openconceptlab/oclsolr:production "docker-entrypoint..." 17 hours ago Up 17 hours (healthy) 0.0.0.0:8983->8983/tcp oclapi_solr_1
  7. bd318db76497 redis:3.2.10 "docker-entrypoint..." 17 hours ago Up 17 hours (healthy) 0.0.0.0:6379->6379/tcp oclapi_redis_1
  8. 833d8ee942bf mongo:3.2.11 "/entrypoint.sh mo..." 17 hours ago Up 17 hours (healthy) 0.0.0.0:27017->27017/tcp oclapi_mongo_1
  9.  
  10. $ curl -H "Authorization: Token 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6" "http://localhost:8000/orgs/"
  11. [{"id": "OCL", "name": "Open Concept Lab", "url": "/orgs/OCL/"}]
  12.  
  13. $ docker network ls
  14. NETWORK ID NAME DRIVER SCOPE
  15. 4ba68295ce04 bridge bridge local
  16. 5ec92c4f0178 host host local
  17. cbab5f74ed5f none null local
  18. e3eb662dfa93 oclapi_default bridge local
  19.  
  20. $ git clone https://github.com/OpenConceptLab/ocl_web.git
  21. Cloning into 'ocl_web'...
  22. remote: Counting objects: 13532, done.
  23. remote: Compressing objects: 100% (111/111), done.
  24. remote: Total 13532 (delta 111), reused 152 (delta 87), pack-reused 13334
  25. Receiving objects: 100% (13532/13532), 2.29 MiB | 2.86 MiB/s, done.
  26. Resolving deltas: 100% (10076/10076), done.
  27. $ cd ocl_web
  28. $ git fetch
  29. $ git checkout -b jetstream origin/jetstream
  30. Branch jetstream set up to track remote branch jetstream from origin.
  31. Switched to a new branch 'jetstream'
  32.  
  33. $ docker-compose up
  34. Creating network "oclweb_default" with the default driver
  35. Creating volume "oclweb_db_web_data" with default driver
  36. Creating oclweb_db_web_1 ...
  37. Creating oclweb_db_web_1 ... done
  38. Creating oclweb_web_1 ...
  39. Creating oclweb_web_1 ... done
  40. Attaching to oclweb_db_web_1, oclweb_web_1
  41. db_web_1 | The files belonging to this database system will be owned by user "postgres".
  42. db_web_1 | This user must also own the server process.
  43. db_web_1 |
  44. db_web_1 | The database cluster will be initialized with locale "en_US.utf8".
  45. db_web_1 | The default database encoding has accordingly been set to "UTF8".
  46. db_web_1 | The default text search configuration will be set to "english".
  47. db_web_1 |
  48. db_web_1 | Data page checksums are disabled.
  49. db_web_1 |
  50. db_web_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
  51. db_web_1 | creating subdirectories ... ok
  52. web_1 | Starting OpenBSD Secure Shell server: sshd.
  53. db_web_1 | selecting default max_connections ... 100
  54. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  55. db_web_1 | selecting default shared_buffers ... 128MB
  56. db_web_1 | selecting dynamic shared memory implementation ... posix
  57. db_web_1 | creating configuration files ... ok
  58. db_web_1 | running bootstrap script ... ok
  59. db_web_1 | performing post-bootstrap initialization ... ok
  60. db_web_1 | syncing data to disk ... ok
  61. db_web_1 |
  62. db_web_1 | Success. You can now start the database server using:
  63. db_web_1 |
  64. db_web_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
  65. db_web_1 |
  66. db_web_1 |
  67. db_web_1 | WARNING: enabling "trust" authentication for local connections
  68. db_web_1 | You can change this by editing pg_hba.conf or using the option -A, or
  69. db_web_1 | --auth-local and --auth-host, the next time you run initdb.
  70. db_web_1 | waiting for server to start....LOG: could not bind IPv6 socket: Cannot assign requested address
  71. db_web_1 | HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
  72. db_web_1 | LOG: database system was shut down at 2017-09-01 14:22:16 UTC
  73. db_web_1 | LOG: MultiXact member wraparound protections are now enabled
  74. db_web_1 | LOG: database system is ready to accept connections
  75. db_web_1 | LOG: autovacuum launcher started
  76. db_web_1 | done
  77. db_web_1 | server started
  78. db_web_1 | CREATE DATABASE
  79. db_web_1 |
  80. db_web_1 | CREATE ROLE
  81. db_web_1 |
  82. db_web_1 |
  83. db_web_1 | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
  84. db_web_1 |
  85. db_web_1 | LOG: received fast shutdown request
  86. db_web_1 | LOG: aborting any active transactions
  87. db_web_1 | LOG: autovacuum launcher shutting down
  88. db_web_1 | waiting for server to shut down....LOG: shutting down
  89. db_web_1 | LOG: database system is shut down
  90. db_web_1 | done
  91. db_web_1 | server stopped
  92. db_web_1 |
  93. db_web_1 | PostgreSQL init process complete; ready for start up.
  94. db_web_1 |
  95. db_web_1 | LOG: database system was shut down at 2017-09-01 14:22:18 UTC
  96. db_web_1 | LOG: MultiXact member wraparound protections are now enabled
  97. db_web_1 | LOG: autovacuum launcher started
  98. db_web_1 | LOG: database system is ready to accept connections
  99. db_web_1 | LOG: incomplete startup packet
  100. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 3 seconds
  101. web_1 |
  102. web_1 | Host IP=172.19.0.1
  103. web_1 |
  104. web_1 | Syncing...
  105. web_1 | Creating tables ...
  106. web_1 | Creating table auth_permission
  107. web_1 | Creating table auth_group_permissions
  108. web_1 | Creating table auth_group
  109. web_1 | Creating table django_content_type
  110. web_1 | Creating table django_session
  111. web_1 | Creating table django_site
  112. web_1 | Creating table django_admin_log
  113. web_1 | Creating table south_migrationhistory
  114. web_1 | Creating table avatar_avatar
  115. web_1 | Creating table users_user_groups
  116. web_1 | Creating table users_user_user_permissions
  117. web_1 | Creating table users_user
  118. web_1 | Creating table account_emailaddress
  119. web_1 | Creating table account_emailconfirmation
  120. web_1 | Installing custom SQL ...
  121. web_1 | Installing indexes ...
  122. web_1 | Installed 0 object(s) from 0 fixture(s)
  123. web_1 |
  124. web_1 | Synced:
  125. web_1 | > django.contrib.auth
  126. web_1 | > django.contrib.contenttypes
  127. web_1 | > django.contrib.sessions
  128. web_1 | > django.contrib.sites
  129. web_1 | > django.contrib.messages
  130. web_1 | > django.contrib.staticfiles
  131. web_1 | > django.contrib.admin
  132. web_1 | > south
  133. web_1 | > crispy_forms
  134. web_1 | > avatar
  135. web_1 | > bootstrap3
  136. web_1 | > users
  137. web_1 | > allauth
  138. web_1 | > allauth.account
  139. web_1 | > django.contrib.humanize
  140. web_1 | > debug_toolbar
  141. web_1 |
  142. web_1 | Not synced (use migrations):
  143. web_1 | - allauth.socialaccount
  144. web_1 | - django_extensions
  145. web_1 | (use ./manage.py migrate to migrate these)
  146. web_1 | Running migrations for socialaccount:
  147. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  148. web_1 | > socialaccount:0001_initial
  149. web_1 | > socialaccount:0002_genericmodels
  150. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  151. web_1 | > socialaccount:0004_add_sites
  152. web_1 | > socialaccount:0005_set_sites
  153. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  154. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  155. web_1 | > socialaccount:0008_client_id
  156. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  157. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  158. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  159. web_1 | - Loading initial data for socialaccount.
  160. web_1 | Installed 0 object(s) from 0 fixture(s)
  161. web_1 | Running migrations for django_extensions:
  162. web_1 | - Migrating forwards to 0001_empty.
  163. web_1 | > django_extensions:0001_empty
  164. web_1 | - Loading initial data for django_extensions.
  165. web_1 | Installed 0 object(s) from 0 fixture(s)
  166. web_1 | ===================================
  167. web_1 | Creating "root" User
  168. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  169. web_1 | User "root" exists in API, trying to reactivate...
  170. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  171. web_1 | ===================================
  172. web_1 | ===================================
  173. web_1 | Creating "admin" User
  174. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  175. web_1 | User "admin" exists in API, trying to reactivate...
  176. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  177. web_1 | ===================================
  178. web_1 | Starting the server
  179. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  180. web_1 |
  181. web_1 | Fatal error: Unable to find local grunt.
  182. web_1 |
  183. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  184. web_1 | your project. For more information about installing and configuring grunt,
  185. web_1 | please see the Getting Started guide:
  186. web_1 |
  187. web_1 | http://gruntjs.com/getting-started
  188. db_web_1 | LOG: incomplete startup packet
  189. oclweb_web_1 exited with code 99
  190. web_1 | Starting OpenBSD Secure Shell server: sshd.
  191. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  192. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 3 seconds
  193. web_1 |
  194. web_1 | Host IP=172.19.0.1
  195. web_1 |
  196. web_1 | Syncing...
  197. web_1 | Creating tables ...
  198. web_1 | Creating table auth_permission
  199. web_1 | Creating table auth_group_permissions
  200. web_1 | Creating table auth_group
  201. web_1 | Creating table django_content_type
  202. web_1 | Creating table django_session
  203. web_1 | Creating table django_site
  204. web_1 | Creating table django_admin_log
  205. web_1 | Creating table south_migrationhistory
  206. web_1 | Creating table avatar_avatar
  207. web_1 | Creating table users_user_groups
  208. web_1 | Creating table users_user_user_permissions
  209. web_1 | Creating table users_user
  210. web_1 | Creating table account_emailaddress
  211. web_1 | Creating table account_emailconfirmation
  212. web_1 | Installing custom SQL ...
  213. web_1 | Installing indexes ...
  214. web_1 | Installed 0 object(s) from 0 fixture(s)
  215. web_1 |
  216. web_1 | Synced:
  217. web_1 | > django.contrib.auth
  218. web_1 | > django.contrib.contenttypes
  219. web_1 | > django.contrib.sessions
  220. web_1 | > django.contrib.sites
  221. web_1 | > django.contrib.messages
  222. web_1 | > django.contrib.staticfiles
  223. web_1 | > django.contrib.admin
  224. web_1 | > south
  225. web_1 | > crispy_forms
  226. web_1 | > avatar
  227. web_1 | > bootstrap3
  228. web_1 | > users
  229. web_1 | > allauth
  230. web_1 | > allauth.account
  231. web_1 | > django.contrib.humanize
  232. web_1 | > debug_toolbar
  233. web_1 |
  234. web_1 | Not synced (use migrations):
  235. web_1 | - allauth.socialaccount
  236. web_1 | - django_extensions
  237. web_1 | (use ./manage.py migrate to migrate these)
  238. web_1 | Running migrations for socialaccount:
  239. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  240. web_1 | > socialaccount:0001_initial
  241. web_1 | > socialaccount:0002_genericmodels
  242. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  243. web_1 | > socialaccount:0004_add_sites
  244. web_1 | > socialaccount:0005_set_sites
  245. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  246. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  247. web_1 | > socialaccount:0008_client_id
  248. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  249. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  250. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  251. web_1 | - Loading initial data for socialaccount.
  252. web_1 | Installed 0 object(s) from 0 fixture(s)
  253. web_1 | Running migrations for django_extensions:
  254. web_1 | - Migrating forwards to 0001_empty.
  255. web_1 | > django_extensions:0001_empty
  256. web_1 | - Loading initial data for django_extensions.
  257. web_1 | Installed 0 object(s) from 0 fixture(s)
  258. web_1 | ===================================
  259. web_1 | Creating "root" User
  260. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  261. web_1 | User "root" exists in API, trying to reactivate...
  262. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  263. web_1 | ===================================
  264. web_1 | ===================================
  265. web_1 | Creating "admin" User
  266. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  267. web_1 | User "admin" exists in API, trying to reactivate...
  268. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  269. web_1 | ===================================
  270. web_1 | Starting the server
  271. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  272. web_1 |
  273. web_1 | Fatal error: Unable to find local grunt.
  274. web_1 |
  275. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  276. web_1 | your project. For more information about installing and configuring grunt,
  277. web_1 | please see the Getting Started guide:
  278. web_1 |
  279. web_1 | http://gruntjs.com/getting-started
  280. web_1 | Starting OpenBSD Secure Shell server: sshd.
  281. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  282. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  283. web_1 |
  284. web_1 | Host IP=172.19.0.1
  285. web_1 |
  286. web_1 | Syncing...
  287. web_1 | Creating tables ...
  288. web_1 | Installing custom SQL ...
  289. web_1 | Installing indexes ...
  290. web_1 | Installed 0 object(s) from 0 fixture(s)
  291. web_1 |
  292. web_1 | Synced:
  293. web_1 | > django.contrib.auth
  294. web_1 | > django.contrib.contenttypes
  295. web_1 | > django.contrib.sessions
  296. web_1 | > django.contrib.sites
  297. web_1 | > django.contrib.messages
  298. web_1 | > django.contrib.staticfiles
  299. web_1 | > django.contrib.admin
  300. web_1 | > south
  301. web_1 | > crispy_forms
  302. web_1 | > avatar
  303. web_1 | > bootstrap3
  304. web_1 | > users
  305. web_1 | > allauth
  306. web_1 | > allauth.account
  307. web_1 | > django.contrib.humanize
  308. web_1 | > debug_toolbar
  309. web_1 |
  310. web_1 | Not synced (use migrations):
  311. web_1 | - allauth.socialaccount
  312. web_1 | - django_extensions
  313. web_1 | (use ./manage.py migrate to migrate these)
  314. web_1 | Running migrations for socialaccount:
  315. web_1 | - Nothing to migrate.
  316. web_1 | - Loading initial data for socialaccount.
  317. web_1 | Installed 0 object(s) from 0 fixture(s)
  318. web_1 | Running migrations for django_extensions:
  319. web_1 | - Nothing to migrate.
  320. web_1 | - Loading initial data for django_extensions.
  321. web_1 | Installed 0 object(s) from 0 fixture(s)
  322. web_1 | ===================================
  323. web_1 | Creating "root" User
  324. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  325. web_1 | User "root" exists in API, trying to reactivate...
  326. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  327. web_1 | ===================================
  328. web_1 | ===================================
  329. web_1 | Creating "admin" User
  330. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  331. web_1 | User "admin" exists in API, trying to reactivate...
  332. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  333. web_1 | ===================================
  334. web_1 | Starting the server
  335. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  336. web_1 |
  337. web_1 | Fatal error: Unable to find local grunt.
  338. web_1 |
  339. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  340. web_1 | your project. For more information about installing and configuring grunt,
  341. web_1 | please see the Getting Started guide:
  342. web_1 |
  343. web_1 | http://gruntjs.com/getting-started
  344. web_1 | Starting OpenBSD Secure Shell server: sshd.
  345. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  346. db_web_1 | LOG: incomplete startup packet
  347. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  348. web_1 |
  349. web_1 | Host IP=172.19.0.1
  350. web_1 |
  351. web_1 | Syncing...
  352. web_1 | Creating tables ...
  353. web_1 | Installing custom SQL ...
  354. web_1 | Installing indexes ...
  355. web_1 | Installed 0 object(s) from 0 fixture(s)
  356. web_1 |
  357. web_1 | Synced:
  358. web_1 | > django.contrib.auth
  359. web_1 | > django.contrib.contenttypes
  360. web_1 | > django.contrib.sessions
  361. web_1 | > django.contrib.sites
  362. web_1 | > django.contrib.messages
  363. web_1 | > django.contrib.staticfiles
  364. web_1 | > django.contrib.admin
  365. web_1 | > south
  366. web_1 | > crispy_forms
  367. web_1 | > avatar
  368. web_1 | > bootstrap3
  369. web_1 | > users
  370. web_1 | > allauth
  371. web_1 | > allauth.account
  372. web_1 | > django.contrib.humanize
  373. web_1 | > debug_toolbar
  374. web_1 |
  375. web_1 | Not synced (use migrations):
  376. web_1 | - allauth.socialaccount
  377. web_1 | - django_extensions
  378. web_1 | (use ./manage.py migrate to migrate these)
  379. web_1 | Running migrations for socialaccount:
  380. web_1 | - Nothing to migrate.
  381. web_1 | - Loading initial data for socialaccount.
  382. web_1 | Installed 0 object(s) from 0 fixture(s)
  383. web_1 | Running migrations for django_extensions:
  384. web_1 | - Nothing to migrate.
  385. web_1 | - Loading initial data for django_extensions.
  386. web_1 | Installed 0 object(s) from 0 fixture(s)
  387. web_1 | ===================================
  388. web_1 | Creating "root" User
  389. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  390. web_1 | User "root" exists in API, trying to reactivate...
  391. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  392. web_1 | ===================================
  393. web_1 | ===================================
  394. web_1 | Creating "admin" User
  395. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  396. web_1 | User "admin" exists in API, trying to reactivate...
  397. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  398. web_1 | ===================================
  399. web_1 | Starting the server
  400. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  401. web_1 |
  402. web_1 | Fatal error: Unable to find local grunt.
  403. web_1 |
  404. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  405. web_1 | your project. For more information about installing and configuring grunt,
  406. web_1 | please see the Getting Started guide:
  407. web_1 |
  408. web_1 | http://gruntjs.com/getting-started
  409. db_web_1 | LOG: incomplete startup packet
  410. oclweb_web_1 exited with code 99
  411. web_1 | Starting OpenBSD Secure Shell server: sshd.
  412. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  413. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 3 seconds
  414. web_1 |
  415. web_1 | Host IP=172.19.0.1
  416. web_1 |
  417. web_1 | Syncing...
  418. web_1 | Creating tables ...
  419. web_1 | Creating table auth_permission
  420. web_1 | Creating table auth_group_permissions
  421. web_1 | Creating table auth_group
  422. web_1 | Creating table django_content_type
  423. web_1 | Creating table django_session
  424. web_1 | Creating table django_site
  425. web_1 | Creating table django_admin_log
  426. web_1 | Creating table south_migrationhistory
  427. web_1 | Creating table avatar_avatar
  428. web_1 | Creating table users_user_groups
  429. web_1 | Creating table users_user_user_permissions
  430. web_1 | Creating table users_user
  431. web_1 | Creating table account_emailaddress
  432. web_1 | Creating table account_emailconfirmation
  433. web_1 | Installing custom SQL ...
  434. web_1 | Installing indexes ...
  435. web_1 | Installed 0 object(s) from 0 fixture(s)
  436. web_1 |
  437. web_1 | Synced:
  438. web_1 | > django.contrib.auth
  439. web_1 | > django.contrib.contenttypes
  440. web_1 | > django.contrib.sessions
  441. web_1 | > django.contrib.sites
  442. web_1 | > django.contrib.messages
  443. web_1 | > django.contrib.staticfiles
  444. web_1 | > django.contrib.admin
  445. web_1 | > south
  446. web_1 | > crispy_forms
  447. web_1 | > avatar
  448. web_1 | > bootstrap3
  449. web_1 | > users
  450. web_1 | > allauth
  451. web_1 | > allauth.account
  452. web_1 | > django.contrib.humanize
  453. web_1 | > debug_toolbar
  454. web_1 |
  455. web_1 | Not synced (use migrations):
  456. web_1 | - allauth.socialaccount
  457. web_1 | - django_extensions
  458. web_1 | (use ./manage.py migrate to migrate these)
  459. web_1 | Running migrations for socialaccount:
  460. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  461. web_1 | > socialaccount:0001_initial
  462. web_1 | > socialaccount:0002_genericmodels
  463. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  464. web_1 | > socialaccount:0004_add_sites
  465. web_1 | > socialaccount:0005_set_sites
  466. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  467. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  468. web_1 | > socialaccount:0008_client_id
  469. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  470. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  471. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  472. web_1 | - Loading initial data for socialaccount.
  473. web_1 | Installed 0 object(s) from 0 fixture(s)
  474. web_1 | Running migrations for django_extensions:
  475. web_1 | - Migrating forwards to 0001_empty.
  476. web_1 | > django_extensions:0001_empty
  477. web_1 | - Loading initial data for django_extensions.
  478. web_1 | Installed 0 object(s) from 0 fixture(s)
  479. web_1 | ===================================
  480. web_1 | Creating "root" User
  481. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  482. web_1 | User "root" exists in API, trying to reactivate...
  483. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  484. web_1 | ===================================
  485. web_1 | ===================================
  486. web_1 | Creating "admin" User
  487. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  488. web_1 | User "admin" exists in API, trying to reactivate...
  489. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  490. web_1 | ===================================
  491. web_1 | Starting the server
  492. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  493. web_1 |
  494. web_1 | Fatal error: Unable to find local grunt.
  495. web_1 |
  496. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  497. web_1 | your project. For more information about installing and configuring grunt,
  498. web_1 | please see the Getting Started guide:
  499. web_1 |
  500. web_1 | http://gruntjs.com/getting-started
  501. web_1 | Starting OpenBSD Secure Shell server: sshd.
  502. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  503. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  504. web_1 |
  505. web_1 | Host IP=172.19.0.1
  506. web_1 |
  507. web_1 | Syncing...
  508. web_1 | Creating tables ...
  509. web_1 | Installing custom SQL ...
  510. web_1 | Installing indexes ...
  511. web_1 | Installed 0 object(s) from 0 fixture(s)
  512. web_1 |
  513. web_1 | Synced:
  514. web_1 | > django.contrib.auth
  515. web_1 | > django.contrib.contenttypes
  516. web_1 | > django.contrib.sessions
  517. web_1 | > django.contrib.sites
  518. web_1 | > django.contrib.messages
  519. web_1 | > django.contrib.staticfiles
  520. web_1 | > django.contrib.admin
  521. web_1 | > south
  522. web_1 | > crispy_forms
  523. web_1 | > avatar
  524. web_1 | > bootstrap3
  525. web_1 | > users
  526. web_1 | > allauth
  527. web_1 | > allauth.account
  528. web_1 | > django.contrib.humanize
  529. web_1 | > debug_toolbar
  530. web_1 |
  531. web_1 | Not synced (use migrations):
  532. web_1 | - allauth.socialaccount
  533. web_1 | - django_extensions
  534. web_1 | (use ./manage.py migrate to migrate these)
  535. web_1 | Running migrations for socialaccount:
  536. web_1 | - Nothing to migrate.
  537. web_1 | - Loading initial data for socialaccount.
  538. web_1 | Installed 0 object(s) from 0 fixture(s)
  539. web_1 | Running migrations for django_extensions:
  540. web_1 | - Nothing to migrate.
  541. web_1 | - Loading initial data for django_extensions.
  542. web_1 | Installed 0 object(s) from 0 fixture(s)
  543. web_1 | ===================================
  544. web_1 | Creating "root" User
  545. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  546. web_1 | User "root" exists in API, trying to reactivate...
  547. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  548. web_1 | ===================================
  549. web_1 | ===================================
  550. web_1 | Creating "admin" User
  551. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  552. web_1 | User "admin" exists in API, trying to reactivate...
  553. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  554. web_1 | ===================================
  555. web_1 | Starting the server
  556. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  557. web_1 |
  558. web_1 | Fatal error: Unable to find local grunt.
  559. web_1 |
  560. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  561. web_1 | your project. For more information about installing and configuring grunt,
  562. web_1 | please see the Getting Started guide:
  563. web_1 |
  564. web_1 | http://gruntjs.com/getting-started
  565. web_1 | Starting OpenBSD Secure Shell server: sshd.
  566. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  567. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  568. web_1 |
  569. web_1 | Host IP=172.19.0.1
  570. web_1 |
  571. web_1 | Syncing...
  572. web_1 | Creating tables ...
  573. web_1 | Installing custom SQL ...
  574. web_1 | Installing indexes ...
  575. web_1 | Installed 0 object(s) from 0 fixture(s)
  576. web_1 |
  577. web_1 | Synced:
  578. web_1 | > django.contrib.auth
  579. web_1 | > django.contrib.contenttypes
  580. web_1 | > django.contrib.sessions
  581. web_1 | > django.contrib.sites
  582. web_1 | > django.contrib.messages
  583. web_1 | > django.contrib.staticfiles
  584. web_1 | > django.contrib.admin
  585. web_1 | > south
  586. web_1 | > crispy_forms
  587. web_1 | > avatar
  588. web_1 | > bootstrap3
  589. web_1 | > users
  590. web_1 | > allauth
  591. web_1 | > allauth.account
  592. web_1 | > django.contrib.humanize
  593. web_1 | > debug_toolbar
  594. web_1 |
  595. web_1 | Not synced (use migrations):
  596. web_1 | - allauth.socialaccount
  597. web_1 | - django_extensions
  598. web_1 | (use ./manage.py migrate to migrate these)
  599. web_1 | Running migrations for socialaccount:
  600. web_1 | - Nothing to migrate.
  601. web_1 | - Loading initial data for socialaccount.
  602. web_1 | Installed 0 object(s) from 0 fixture(s)
  603. web_1 | Running migrations for django_extensions:
  604. web_1 | - Nothing to migrate.
  605. web_1 | - Loading initial data for django_extensions.
  606. web_1 | Installed 0 object(s) from 0 fixture(s)
  607. web_1 | ===================================
  608. web_1 | Creating "root" User
  609. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  610. web_1 | User "root" exists in API, trying to reactivate...
  611. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  612. web_1 | ===================================
  613. web_1 | ===================================
  614. web_1 | Creating "admin" User
  615. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  616. web_1 | User "admin" exists in API, trying to reactivate...
  617. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  618. web_1 | ===================================
  619. web_1 | Starting the server
  620. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  621. web_1 |
  622. web_1 | Fatal error: Unable to find local grunt.
  623. web_1 |
  624. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  625. web_1 | your project. For more information about installing and configuring grunt,
  626. web_1 | please see the Getting Started guide:
  627. web_1 |
  628. web_1 | http://gruntjs.com/getting-started
  629. web_1 | Starting OpenBSD Secure Shell server: sshd.
  630. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  631. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  632. web_1 |
  633. web_1 | Host IP=172.19.0.1
  634. web_1 |
  635. web_1 | Syncing...
  636. web_1 | Creating tables ...
  637. web_1 | Installing custom SQL ...
  638. web_1 | Installing indexes ...
  639. web_1 | Installed 0 object(s) from 0 fixture(s)
  640. web_1 |
  641. web_1 | Synced:
  642. web_1 | > django.contrib.auth
  643. web_1 | > django.contrib.contenttypes
  644. web_1 | > django.contrib.sessions
  645. web_1 | > django.contrib.sites
  646. web_1 | > django.contrib.messages
  647. web_1 | > django.contrib.staticfiles
  648. web_1 | > django.contrib.admin
  649. web_1 | > south
  650. web_1 | > crispy_forms
  651. web_1 | > avatar
  652. web_1 | > bootstrap3
  653. web_1 | > users
  654. web_1 | > allauth
  655. web_1 | > allauth.account
  656. web_1 | > django.contrib.humanize
  657. web_1 | > debug_toolbar
  658. web_1 |
  659. web_1 | Not synced (use migrations):
  660. web_1 | - allauth.socialaccount
  661. web_1 | - django_extensions
  662. web_1 | (use ./manage.py migrate to migrate these)
  663. web_1 | Running migrations for socialaccount:
  664. web_1 | - Nothing to migrate.
  665. web_1 | - Loading initial data for socialaccount.
  666. web_1 | Installed 0 object(s) from 0 fixture(s)
  667. web_1 | Running migrations for django_extensions:
  668. web_1 | - Nothing to migrate.
  669. web_1 | - Loading initial data for django_extensions.
  670. web_1 | Installed 0 object(s) from 0 fixture(s)
  671. web_1 | ===================================
  672. web_1 | Creating "root" User
  673. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  674. web_1 | User "root" exists in API, trying to reactivate...
  675. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  676. web_1 | ===================================
  677. web_1 | ===================================
  678. web_1 | Creating "admin" User
  679. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  680. web_1 | User "admin" exists in API, trying to reactivate...
  681. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  682. web_1 | ===================================
  683. web_1 | Starting the server
  684. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  685. web_1 |
  686. web_1 | Fatal error: Unable to find local grunt.
  687. web_1 |
  688. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  689. web_1 | your project. For more information about installing and configuring grunt,
  690. web_1 | please see the Getting Started guide:
  691. web_1 |
  692. web_1 | http://gruntjs.com/getting-started
  693. web_1 | Starting OpenBSD Secure Shell server: sshd.
  694. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  695. db_web_1 | LOG: incomplete startup packet
  696. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  697. web_1 |
  698. web_1 | Host IP=172.19.0.1
  699. web_1 |
  700. web_1 | Syncing...
  701. web_1 | Creating tables ...
  702. web_1 | Installing custom SQL ...
  703. web_1 | Installing indexes ...
  704. web_1 | Installed 0 object(s) from 0 fixture(s)
  705. web_1 |
  706. web_1 | Synced:
  707. web_1 | > django.contrib.auth
  708. web_1 | > django.contrib.contenttypes
  709. web_1 | > django.contrib.sessions
  710. web_1 | > django.contrib.sites
  711. web_1 | > django.contrib.messages
  712. web_1 | > django.contrib.staticfiles
  713. web_1 | > django.contrib.admin
  714. web_1 | > south
  715. web_1 | > crispy_forms
  716. web_1 | > avatar
  717. web_1 | > bootstrap3
  718. web_1 | > users
  719. web_1 | > allauth
  720. web_1 | > allauth.account
  721. web_1 | > django.contrib.humanize
  722. web_1 | > debug_toolbar
  723. web_1 |
  724. web_1 | Not synced (use migrations):
  725. web_1 | - allauth.socialaccount
  726. web_1 | - django_extensions
  727. web_1 | (use ./manage.py migrate to migrate these)
  728. web_1 | Running migrations for socialaccount:
  729. web_1 | - Nothing to migrate.
  730. web_1 | - Loading initial data for socialaccount.
  731. web_1 | Installed 0 object(s) from 0 fixture(s)
  732. web_1 | Running migrations for django_extensions:
  733. web_1 | - Nothing to migrate.
  734. web_1 | - Loading initial data for django_extensions.
  735. web_1 | Installed 0 object(s) from 0 fixture(s)
  736. web_1 | ===================================
  737. web_1 | Creating "root" User
  738. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  739. web_1 | User "root" exists in API, trying to reactivate...
  740. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  741. web_1 | ===================================
  742. web_1 | ===================================
  743. web_1 | Creating "admin" User
  744. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  745. web_1 | User "admin" exists in API, trying to reactivate...
  746. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  747. web_1 | ===================================
  748. web_1 | Starting the server
  749. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  750. web_1 |
  751. web_1 | Fatal error: Unable to find local grunt.
  752. web_1 |
  753. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  754. web_1 | your project. For more information about installing and configuring grunt,
  755. web_1 | please see the Getting Started guide:
  756. web_1 |
  757. web_1 | http://gruntjs.com/getting-started
  758. db_web_1 | LOG: incomplete startup packet
  759. oclweb_web_1 exited with code 99
  760. web_1 | Starting OpenBSD Secure Shell server: sshd.
  761. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  762. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 3 seconds
  763. web_1 |
  764. web_1 | Host IP=172.19.0.1
  765. web_1 |
  766. web_1 | Syncing...
  767. web_1 | Creating tables ...
  768. web_1 | Creating table auth_permission
  769. web_1 | Creating table auth_group_permissions
  770. web_1 | Creating table auth_group
  771. web_1 | Creating table django_content_type
  772. web_1 | Creating table django_session
  773. web_1 | Creating table django_site
  774. web_1 | Creating table django_admin_log
  775. web_1 | Creating table south_migrationhistory
  776. web_1 | Creating table avatar_avatar
  777. web_1 | Creating table users_user_groups
  778. web_1 | Creating table users_user_user_permissions
  779. web_1 | Creating table users_user
  780. web_1 | Creating table account_emailaddress
  781. web_1 | Creating table account_emailconfirmation
  782. web_1 | Installing custom SQL ...
  783. web_1 | Installing indexes ...
  784. web_1 | Installed 0 object(s) from 0 fixture(s)
  785. web_1 |
  786. web_1 | Synced:
  787. web_1 | > django.contrib.auth
  788. web_1 | > django.contrib.contenttypes
  789. web_1 | > django.contrib.sessions
  790. web_1 | > django.contrib.sites
  791. web_1 | > django.contrib.messages
  792. web_1 | > django.contrib.staticfiles
  793. web_1 | > django.contrib.admin
  794. web_1 | > south
  795. web_1 | > crispy_forms
  796. web_1 | > avatar
  797. web_1 | > bootstrap3
  798. web_1 | > users
  799. web_1 | > allauth
  800. web_1 | > allauth.account
  801. web_1 | > django.contrib.humanize
  802. web_1 | > debug_toolbar
  803. web_1 |
  804. web_1 | Not synced (use migrations):
  805. web_1 | - allauth.socialaccount
  806. web_1 | - django_extensions
  807. web_1 | (use ./manage.py migrate to migrate these)
  808. web_1 | Running migrations for socialaccount:
  809. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  810. web_1 | > socialaccount:0001_initial
  811. web_1 | > socialaccount:0002_genericmodels
  812. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  813. web_1 | > socialaccount:0004_add_sites
  814. web_1 | > socialaccount:0005_set_sites
  815. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  816. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  817. web_1 | > socialaccount:0008_client_id
  818. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  819. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  820. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  821. web_1 | - Loading initial data for socialaccount.
  822. web_1 | Installed 0 object(s) from 0 fixture(s)
  823. web_1 | Running migrations for django_extensions:
  824. web_1 | - Migrating forwards to 0001_empty.
  825. web_1 | > django_extensions:0001_empty
  826. web_1 | - Loading initial data for django_extensions.
  827. web_1 | Installed 0 object(s) from 0 fixture(s)
  828. web_1 | ===================================
  829. web_1 | Creating "root" User
  830. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  831. web_1 | User "root" exists in API, trying to reactivate...
  832. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  833. web_1 | ===================================
  834. web_1 | ===================================
  835. web_1 | Creating "admin" User
  836. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  837. web_1 | User "admin" exists in API, trying to reactivate...
  838. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  839. web_1 | ===================================
  840. web_1 | Starting the server
  841. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  842. web_1 |
  843. web_1 | Fatal error: Unable to find local grunt.
  844. web_1 |
  845. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  846. web_1 | your project. For more information about installing and configuring grunt,
  847. web_1 | please see the Getting Started guide:
  848. web_1 |
  849. web_1 | http://gruntjs.com/getting-started
  850. web_1 | Starting OpenBSD Secure Shell server: sshd.
  851. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  852. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  853. web_1 |
  854. web_1 | Host IP=172.19.0.1
  855. web_1 |
  856. web_1 | Syncing...
  857. web_1 | Creating tables ...
  858. web_1 | Installing custom SQL ...
  859. web_1 | Installing indexes ...
  860. web_1 | Installed 0 object(s) from 0 fixture(s)
  861. web_1 |
  862. web_1 | Synced:
  863. web_1 | > django.contrib.auth
  864. web_1 | > django.contrib.contenttypes
  865. web_1 | > django.contrib.sessions
  866. web_1 | > django.contrib.sites
  867. web_1 | > django.contrib.messages
  868. web_1 | > django.contrib.staticfiles
  869. web_1 | > django.contrib.admin
  870. web_1 | > south
  871. web_1 | > crispy_forms
  872. web_1 | > avatar
  873. web_1 | > bootstrap3
  874. web_1 | > users
  875. web_1 | > allauth
  876. web_1 | > allauth.account
  877. web_1 | > django.contrib.humanize
  878. web_1 | > debug_toolbar
  879. web_1 |
  880. web_1 | Not synced (use migrations):
  881. web_1 | - allauth.socialaccount
  882. web_1 | - django_extensions
  883. web_1 | (use ./manage.py migrate to migrate these)
  884. web_1 | Running migrations for socialaccount:
  885. web_1 | - Nothing to migrate.
  886. web_1 | - Loading initial data for socialaccount.
  887. web_1 | Installed 0 object(s) from 0 fixture(s)
  888. web_1 | Running migrations for django_extensions:
  889. web_1 | - Nothing to migrate.
  890. web_1 | - Loading initial data for django_extensions.
  891. web_1 | Installed 0 object(s) from 0 fixture(s)
  892. web_1 | ===================================
  893. web_1 | Creating "root" User
  894. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  895. web_1 | User "root" exists in API, trying to reactivate...
  896. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  897. web_1 | ===================================
  898. web_1 | ===================================
  899. web_1 | Creating "admin" User
  900. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  901. web_1 | User "admin" exists in API, trying to reactivate...
  902. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  903. web_1 | ===================================
  904. web_1 | Starting the server
  905. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  906. web_1 |
  907. web_1 | Fatal error: Unable to find local grunt.
  908. web_1 |
  909. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  910. web_1 | your project. For more information about installing and configuring grunt,
  911. web_1 | please see the Getting Started guide:
  912. web_1 |
  913. web_1 | http://gruntjs.com/getting-started
  914. web_1 | Starting OpenBSD Secure Shell server: sshd.
  915. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  916. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  917. web_1 |
  918. web_1 | Host IP=172.19.0.1
  919. web_1 |
  920. web_1 | Syncing...
  921. web_1 | Creating tables ...
  922. web_1 | Installing custom SQL ...
  923. web_1 | Installing indexes ...
  924. web_1 | Installed 0 object(s) from 0 fixture(s)
  925. web_1 |
  926. web_1 | Synced:
  927. web_1 | > django.contrib.auth
  928. web_1 | > django.contrib.contenttypes
  929. web_1 | > django.contrib.sessions
  930. web_1 | > django.contrib.sites
  931. web_1 | > django.contrib.messages
  932. web_1 | > django.contrib.staticfiles
  933. web_1 | > django.contrib.admin
  934. web_1 | > south
  935. web_1 | > crispy_forms
  936. web_1 | > avatar
  937. web_1 | > bootstrap3
  938. web_1 | > users
  939. web_1 | > allauth
  940. web_1 | > allauth.account
  941. web_1 | > django.contrib.humanize
  942. web_1 | > debug_toolbar
  943. web_1 |
  944. web_1 | Not synced (use migrations):
  945. web_1 | - allauth.socialaccount
  946. web_1 | - django_extensions
  947. web_1 | (use ./manage.py migrate to migrate these)
  948. web_1 | Running migrations for socialaccount:
  949. web_1 | - Nothing to migrate.
  950. web_1 | - Loading initial data for socialaccount.
  951. web_1 | Installed 0 object(s) from 0 fixture(s)
  952. web_1 | Running migrations for django_extensions:
  953. web_1 | - Nothing to migrate.
  954. web_1 | - Loading initial data for django_extensions.
  955. web_1 | Installed 0 object(s) from 0 fixture(s)
  956. web_1 | ===================================
  957. web_1 | Creating "root" User
  958. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  959. web_1 | User "root" exists in API, trying to reactivate...
  960. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  961. web_1 | ===================================
  962. web_1 | ===================================
  963. web_1 | Creating "admin" User
  964. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  965. web_1 | User "admin" exists in API, trying to reactivate...
  966. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  967. web_1 | ===================================
  968. web_1 | Starting the server
  969. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  970. web_1 |
  971. web_1 | Fatal error: Unable to find local grunt.
  972. web_1 |
  973. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  974. web_1 | your project. For more information about installing and configuring grunt,
  975. web_1 | please see the Getting Started guide:
  976. web_1 |
  977. web_1 | http://gruntjs.com/getting-started
  978. web_1 | Starting OpenBSD Secure Shell server: sshd.
  979. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  980. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  981. web_1 |
  982. web_1 | Host IP=172.19.0.1
  983. web_1 |
  984. web_1 | Syncing...
  985. web_1 | Creating tables ...
  986. web_1 | Installing custom SQL ...
  987. web_1 | Installing indexes ...
  988. web_1 | Installed 0 object(s) from 0 fixture(s)
  989. web_1 |
  990. web_1 | Synced:
  991. web_1 | > django.contrib.auth
  992. web_1 | > django.contrib.contenttypes
  993. web_1 | > django.contrib.sessions
  994. web_1 | > django.contrib.sites
  995. web_1 | > django.contrib.messages
  996. web_1 | > django.contrib.staticfiles
  997. web_1 | > django.contrib.admin
  998. web_1 | > south
  999. web_1 | > crispy_forms
  1000. web_1 | > avatar
  1001. web_1 | > bootstrap3
  1002. web_1 | > users
  1003. web_1 | > allauth
  1004. web_1 | > allauth.account
  1005. web_1 | > django.contrib.humanize
  1006. web_1 | > debug_toolbar
  1007. web_1 |
  1008. web_1 | Not synced (use migrations):
  1009. web_1 | - allauth.socialaccount
  1010. web_1 | - django_extensions
  1011. web_1 | (use ./manage.py migrate to migrate these)
  1012. web_1 | Running migrations for socialaccount:
  1013. web_1 | - Nothing to migrate.
  1014. db_web_1 | LOG: incomplete startup packet
  1015. web_1 | - Loading initial data for socialaccount.
  1016. web_1 | Installed 0 object(s) from 0 fixture(s)
  1017. web_1 | Running migrations for django_extensions:
  1018. web_1 | - Nothing to migrate.
  1019. web_1 | - Loading initial data for django_extensions.
  1020. web_1 | Installed 0 object(s) from 0 fixture(s)
  1021. web_1 | ===================================
  1022. web_1 | Creating "root" User
  1023. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1024. web_1 | User "root" exists in API, trying to reactivate...
  1025. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1026. web_1 | ===================================
  1027. web_1 | ===================================
  1028. web_1 | Creating "admin" User
  1029. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1030. web_1 | User "admin" exists in API, trying to reactivate...
  1031. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1032. web_1 | ===================================
  1033. web_1 | Starting the server
  1034. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1035. web_1 |
  1036. web_1 | Fatal error: Unable to find local grunt.
  1037. web_1 |
  1038. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1039. web_1 | your project. For more information about installing and configuring grunt,
  1040. web_1 | please see the Getting Started guide:
  1041. web_1 |
  1042. web_1 | http://gruntjs.com/getting-started
  1043. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1044. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1045. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1046. web_1 |
  1047. web_1 | Host IP=172.19.0.1
  1048. web_1 |
  1049. web_1 | Syncing...
  1050. web_1 | Creating tables ...
  1051. web_1 | Installing custom SQL ...
  1052. web_1 | Installing indexes ...
  1053. web_1 | Installed 0 object(s) from 0 fixture(s)
  1054. web_1 |
  1055. web_1 | Synced:
  1056. web_1 | > django.contrib.auth
  1057. web_1 | > django.contrib.contenttypes
  1058. web_1 | > django.contrib.sessions
  1059. web_1 | > django.contrib.sites
  1060. web_1 | > django.contrib.messages
  1061. web_1 | > django.contrib.staticfiles
  1062. web_1 | > django.contrib.admin
  1063. web_1 | > south
  1064. web_1 | > crispy_forms
  1065. web_1 | > avatar
  1066. web_1 | > bootstrap3
  1067. web_1 | > users
  1068. web_1 | > allauth
  1069. web_1 | > allauth.account
  1070. web_1 | > django.contrib.humanize
  1071. web_1 | > debug_toolbar
  1072. web_1 |
  1073. web_1 | Not synced (use migrations):
  1074. web_1 | - allauth.socialaccount
  1075. web_1 | - django_extensions
  1076. web_1 | (use ./manage.py migrate to migrate these)
  1077. web_1 | Running migrations for socialaccount:
  1078. web_1 | - Nothing to migrate.
  1079. web_1 | - Loading initial data for socialaccount.
  1080. web_1 | Installed 0 object(s) from 0 fixture(s)
  1081. web_1 | Running migrations for django_extensions:
  1082. web_1 | - Nothing to migrate.
  1083. web_1 | - Loading initial data for django_extensions.
  1084. web_1 | Installed 0 object(s) from 0 fixture(s)
  1085. web_1 | ===================================
  1086. web_1 | Creating "root" User
  1087. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1088. web_1 | User "root" exists in API, trying to reactivate...
  1089. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1090. web_1 | ===================================
  1091. web_1 | ===================================
  1092. web_1 | Creating "admin" User
  1093. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1094. web_1 | User "admin" exists in API, trying to reactivate...
  1095. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1096. web_1 | ===================================
  1097. web_1 | Starting the server
  1098. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1099. web_1 |
  1100. web_1 | Fatal error: Unable to find local grunt.
  1101. web_1 |
  1102. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1103. web_1 | your project. For more information about installing and configuring grunt,
  1104. web_1 | please see the Getting Started guide:
  1105. web_1 |
  1106. web_1 | http://gruntjs.com/getting-started
  1107. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1108. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1109. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1110. web_1 |
  1111. web_1 | Host IP=172.19.0.1
  1112. web_1 |
  1113. web_1 | Syncing...
  1114. web_1 | Creating tables ...
  1115. web_1 | Installing custom SQL ...
  1116. web_1 | Installing indexes ...
  1117. web_1 | Installed 0 object(s) from 0 fixture(s)
  1118. web_1 |
  1119. web_1 | Synced:
  1120. web_1 | > django.contrib.auth
  1121. web_1 | > django.contrib.contenttypes
  1122. web_1 | > django.contrib.sessions
  1123. web_1 | > django.contrib.sites
  1124. web_1 | > django.contrib.messages
  1125. web_1 | > django.contrib.staticfiles
  1126. web_1 | > django.contrib.admin
  1127. web_1 | > south
  1128. web_1 | > crispy_forms
  1129. web_1 | > avatar
  1130. web_1 | > bootstrap3
  1131. web_1 | > users
  1132. web_1 | > allauth
  1133. web_1 | > allauth.account
  1134. web_1 | > django.contrib.humanize
  1135. web_1 | > debug_toolbar
  1136. web_1 |
  1137. web_1 | Not synced (use migrations):
  1138. web_1 | - allauth.socialaccount
  1139. web_1 | - django_extensions
  1140. web_1 | (use ./manage.py migrate to migrate these)
  1141. web_1 | Running migrations for socialaccount:
  1142. web_1 | - Nothing to migrate.
  1143. web_1 | - Loading initial data for socialaccount.
  1144. web_1 | Installed 0 object(s) from 0 fixture(s)
  1145. web_1 | Running migrations for django_extensions:
  1146. web_1 | - Nothing to migrate.
  1147. web_1 | - Loading initial data for django_extensions.
  1148. web_1 | Installed 0 object(s) from 0 fixture(s)
  1149. web_1 | ===================================
  1150. web_1 | Creating "root" User
  1151. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1152. web_1 | User "root" exists in API, trying to reactivate...
  1153. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1154. web_1 | ===================================
  1155. web_1 | ===================================
  1156. web_1 | Creating "admin" User
  1157. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1158. web_1 | User "admin" exists in API, trying to reactivate...
  1159. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1160. web_1 | ===================================
  1161. web_1 | Starting the server
  1162. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1163. web_1 |
  1164. web_1 | Fatal error: Unable to find local grunt.
  1165. web_1 |
  1166. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1167. web_1 | your project. For more information about installing and configuring grunt,
  1168. web_1 | please see the Getting Started guide:
  1169. web_1 |
  1170. web_1 | http://gruntjs.com/getting-started
  1171. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1172. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1173. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1174. web_1 |
  1175. web_1 | Host IP=172.19.0.1
  1176. web_1 |
  1177. web_1 | Syncing...
  1178. web_1 | Creating tables ...
  1179. web_1 | Installing custom SQL ...
  1180. web_1 | Installing indexes ...
  1181. web_1 | Installed 0 object(s) from 0 fixture(s)
  1182. web_1 |
  1183. web_1 | Synced:
  1184. web_1 | > django.contrib.auth
  1185. web_1 | > django.contrib.contenttypes
  1186. web_1 | > django.contrib.sessions
  1187. web_1 | > django.contrib.sites
  1188. web_1 | > django.contrib.messages
  1189. web_1 | > django.contrib.staticfiles
  1190. web_1 | > django.contrib.admin
  1191. web_1 | > south
  1192. web_1 | > crispy_forms
  1193. web_1 | > avatar
  1194. web_1 | > bootstrap3
  1195. web_1 | > users
  1196. web_1 | > allauth
  1197. web_1 | > allauth.account
  1198. web_1 | > django.contrib.humanize
  1199. web_1 | > debug_toolbar
  1200. web_1 |
  1201. web_1 | Not synced (use migrations):
  1202. web_1 | - allauth.socialaccount
  1203. web_1 | - django_extensions
  1204. web_1 | (use ./manage.py migrate to migrate these)
  1205. web_1 | Running migrations for socialaccount:
  1206. web_1 | - Nothing to migrate.
  1207. web_1 | - Loading initial data for socialaccount.
  1208. web_1 | Installed 0 object(s) from 0 fixture(s)
  1209. web_1 | Running migrations for django_extensions:
  1210. web_1 | - Nothing to migrate.
  1211. web_1 | - Loading initial data for django_extensions.
  1212. web_1 | Installed 0 object(s) from 0 fixture(s)
  1213. web_1 | ===================================
  1214. web_1 | Creating "root" User
  1215. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1216. web_1 | User "root" exists in API, trying to reactivate...
  1217. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1218. web_1 | ===================================
  1219. web_1 | ===================================
  1220. web_1 | Creating "admin" User
  1221. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1222. web_1 | User "admin" exists in API, trying to reactivate...
  1223. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1224. web_1 | ===================================
  1225. web_1 | Starting the server
  1226. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1227. web_1 |
  1228. web_1 | Fatal error: Unable to find local grunt.
  1229. web_1 |
  1230. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1231. web_1 | your project. For more information about installing and configuring grunt,
  1232. web_1 | please see the Getting Started guide:
  1233. web_1 |
  1234. web_1 | http://gruntjs.com/getting-started
  1235. db_web_1 | LOG: incomplete startup packet
  1236. oclweb_web_1 exited with code 99
  1237. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1238. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1239. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 3 seconds
  1240. web_1 |
  1241. web_1 | Host IP=172.19.0.1
  1242. web_1 |
  1243. web_1 | Syncing...
  1244. web_1 | Creating tables ...
  1245. web_1 | Creating table auth_permission
  1246. web_1 | Creating table auth_group_permissions
  1247. web_1 | Creating table auth_group
  1248. web_1 | Creating table django_content_type
  1249. web_1 | Creating table django_session
  1250. web_1 | Creating table django_site
  1251. web_1 | Creating table django_admin_log
  1252. web_1 | Creating table south_migrationhistory
  1253. web_1 | Creating table avatar_avatar
  1254. web_1 | Creating table users_user_groups
  1255. web_1 | Creating table users_user_user_permissions
  1256. web_1 | Creating table users_user
  1257. web_1 | Creating table account_emailaddress
  1258. web_1 | Creating table account_emailconfirmation
  1259. web_1 | Installing custom SQL ...
  1260. web_1 | Installing indexes ...
  1261. web_1 | Installed 0 object(s) from 0 fixture(s)
  1262. web_1 |
  1263. web_1 | Synced:
  1264. web_1 | > django.contrib.auth
  1265. web_1 | > django.contrib.contenttypes
  1266. web_1 | > django.contrib.sessions
  1267. web_1 | > django.contrib.sites
  1268. web_1 | > django.contrib.messages
  1269. web_1 | > django.contrib.staticfiles
  1270. web_1 | > django.contrib.admin
  1271. web_1 | > south
  1272. web_1 | > crispy_forms
  1273. web_1 | > avatar
  1274. web_1 | > bootstrap3
  1275. web_1 | > users
  1276. web_1 | > allauth
  1277. web_1 | > allauth.account
  1278. web_1 | > django.contrib.humanize
  1279. web_1 | > debug_toolbar
  1280. web_1 |
  1281. web_1 | Not synced (use migrations):
  1282. web_1 | - allauth.socialaccount
  1283. web_1 | - django_extensions
  1284. web_1 | (use ./manage.py migrate to migrate these)
  1285. web_1 | Running migrations for socialaccount:
  1286. web_1 | - Migrating forwards to 0011_auto__chg_field_socialtoken_token.
  1287. web_1 | > socialaccount:0001_initial
  1288. web_1 | > socialaccount:0002_genericmodels
  1289. web_1 | > socialaccount:0003_auto__add_unique_socialaccount_uid_provider
  1290. web_1 | > socialaccount:0004_add_sites
  1291. web_1 | > socialaccount:0005_set_sites
  1292. web_1 | > socialaccount:0006_auto__del_field_socialapp_site
  1293. web_1 | > socialaccount:0007_auto__add_field_socialapp_client_id
  1294. web_1 | > socialaccount:0008_client_id
  1295. web_1 | > socialaccount:0009_auto__add_field_socialtoken_expires_at
  1296. web_1 | > socialaccount:0010_auto__chg_field_socialtoken_token
  1297. web_1 | > socialaccount:0011_auto__chg_field_socialtoken_token
  1298. web_1 | - Loading initial data for socialaccount.
  1299. web_1 | Installed 0 object(s) from 0 fixture(s)
  1300. web_1 | Running migrations for django_extensions:
  1301. web_1 | - Migrating forwards to 0001_empty.
  1302. web_1 | > django_extensions:0001_empty
  1303. web_1 | - Loading initial data for django_extensions.
  1304. web_1 | Installed 0 object(s) from 0 fixture(s)
  1305. web_1 | ===================================
  1306. web_1 | Creating "root" User
  1307. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1308. web_1 | User "root" exists in API, trying to reactivate...
  1309. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1310. web_1 | ===================================
  1311. web_1 | ===================================
  1312. web_1 | Creating "admin" User
  1313. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1314. web_1 | User "admin" exists in API, trying to reactivate...
  1315. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1316. web_1 | ===================================
  1317. web_1 | Starting the server
  1318. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1319. web_1 |
  1320. web_1 | Fatal error: Unable to find local grunt.
  1321. web_1 |
  1322. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1323. web_1 | your project. For more information about installing and configuring grunt,
  1324. web_1 | please see the Getting Started guide:
  1325. web_1 |
  1326. web_1 | http://gruntjs.com/getting-started
  1327. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1328. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1329. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1330. web_1 |
  1331. web_1 | Host IP=172.19.0.1
  1332. web_1 |
  1333. web_1 | Syncing...
  1334. web_1 | Creating tables ...
  1335. web_1 | Installing custom SQL ...
  1336. web_1 | Installing indexes ...
  1337. web_1 | Installed 0 object(s) from 0 fixture(s)
  1338. web_1 |
  1339. web_1 | Synced:
  1340. web_1 | > django.contrib.auth
  1341. web_1 | > django.contrib.contenttypes
  1342. web_1 | > django.contrib.sessions
  1343. web_1 | > django.contrib.sites
  1344. web_1 | > django.contrib.messages
  1345. web_1 | > django.contrib.staticfiles
  1346. web_1 | > django.contrib.admin
  1347. web_1 | > south
  1348. web_1 | > crispy_forms
  1349. web_1 | > avatar
  1350. web_1 | > bootstrap3
  1351. web_1 | > users
  1352. web_1 | > allauth
  1353. web_1 | > allauth.account
  1354. web_1 | > django.contrib.humanize
  1355. web_1 | > debug_toolbar
  1356. web_1 |
  1357. web_1 | Not synced (use migrations):
  1358. web_1 | - allauth.socialaccount
  1359. web_1 | - django_extensions
  1360. web_1 | (use ./manage.py migrate to migrate these)
  1361. web_1 | Running migrations for socialaccount:
  1362. web_1 | - Nothing to migrate.
  1363. web_1 | - Loading initial data for socialaccount.
  1364. web_1 | Installed 0 object(s) from 0 fixture(s)
  1365. web_1 | Running migrations for django_extensions:
  1366. web_1 | - Nothing to migrate.
  1367. web_1 | - Loading initial data for django_extensions.
  1368. web_1 | Installed 0 object(s) from 0 fixture(s)
  1369. web_1 | ===================================
  1370. web_1 | Creating "root" User
  1371. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1372. web_1 | User "root" exists in API, trying to reactivate...
  1373. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1374. web_1 | ===================================
  1375. web_1 | ===================================
  1376. web_1 | Creating "admin" User
  1377. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1378. web_1 | User "admin" exists in API, trying to reactivate...
  1379. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1380. web_1 | ===================================
  1381. web_1 | Starting the server
  1382. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1383. web_1 |
  1384. web_1 | Fatal error: Unable to find local grunt.
  1385. web_1 |
  1386. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1387. web_1 | your project. For more information about installing and configuring grunt,
  1388. web_1 | please see the Getting Started guide:
  1389. web_1 |
  1390. web_1 | http://gruntjs.com/getting-started
  1391. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1392. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1393. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1394. web_1 |
  1395. web_1 | Host IP=172.19.0.1
  1396. web_1 |
  1397. web_1 | Syncing...
  1398. web_1 | Creating tables ...
  1399. web_1 | Installing custom SQL ...
  1400. web_1 | Installing indexes ...
  1401. web_1 | Installed 0 object(s) from 0 fixture(s)
  1402. web_1 |
  1403. web_1 | Synced:
  1404. web_1 | > django.contrib.auth
  1405. web_1 | > django.contrib.contenttypes
  1406. web_1 | > django.contrib.sessions
  1407. web_1 | > django.contrib.sites
  1408. web_1 | > django.contrib.messages
  1409. web_1 | > django.contrib.staticfiles
  1410. web_1 | > django.contrib.admin
  1411. web_1 | > south
  1412. web_1 | > crispy_forms
  1413. web_1 | > avatar
  1414. web_1 | > bootstrap3
  1415. web_1 | > users
  1416. web_1 | > allauth
  1417. web_1 | > allauth.account
  1418. web_1 | > django.contrib.humanize
  1419. web_1 | > debug_toolbar
  1420. web_1 |
  1421. web_1 | Not synced (use migrations):
  1422. web_1 | - allauth.socialaccount
  1423. web_1 | - django_extensions
  1424. web_1 | (use ./manage.py migrate to migrate these)
  1425. web_1 | Running migrations for socialaccount:
  1426. web_1 | - Nothing to migrate.
  1427. web_1 | - Loading initial data for socialaccount.
  1428. web_1 | Installed 0 object(s) from 0 fixture(s)
  1429. web_1 | Running migrations for django_extensions:
  1430. web_1 | - Nothing to migrate.
  1431. web_1 | - Loading initial data for django_extensions.
  1432. web_1 | Installed 0 object(s) from 0 fixture(s)
  1433. web_1 | ===================================
  1434. web_1 | Creating "root" User
  1435. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1436. web_1 | User "root" exists in API, trying to reactivate...
  1437. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1438. web_1 | ===================================
  1439. web_1 | ===================================
  1440. web_1 | Creating "admin" User
  1441. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1442. web_1 | User "admin" exists in API, trying to reactivate...
  1443. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1444. web_1 | ===================================
  1445. web_1 | Starting the server
  1446. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1447. web_1 |
  1448. web_1 | Fatal error: Unable to find local grunt.
  1449. web_1 |
  1450. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1451. web_1 | your project. For more information about installing and configuring grunt,
  1452. web_1 | please see the Getting Started guide:
  1453. web_1 |
  1454. web_1 | http://gruntjs.com/getting-started
  1455. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1456. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1457. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1458. web_1 |
  1459. web_1 | Host IP=172.19.0.1
  1460. web_1 |
  1461. web_1 | Syncing...
  1462. web_1 | Creating tables ...
  1463. web_1 | Installing custom SQL ...
  1464. web_1 | Installing indexes ...
  1465. web_1 | Installed 0 object(s) from 0 fixture(s)
  1466. web_1 |
  1467. web_1 | Synced:
  1468. web_1 | > django.contrib.auth
  1469. web_1 | > django.contrib.contenttypes
  1470. web_1 | > django.contrib.sessions
  1471. web_1 | > django.contrib.sites
  1472. web_1 | > django.contrib.messages
  1473. web_1 | > django.contrib.staticfiles
  1474. web_1 | > django.contrib.admin
  1475. web_1 | > south
  1476. web_1 | > crispy_forms
  1477. web_1 | > avatar
  1478. web_1 | > bootstrap3
  1479. web_1 | > users
  1480. web_1 | > allauth
  1481. web_1 | > allauth.account
  1482. web_1 | > django.contrib.humanize
  1483. web_1 | > debug_toolbar
  1484. web_1 |
  1485. web_1 | Not synced (use migrations):
  1486. web_1 | - allauth.socialaccount
  1487. web_1 | - django_extensions
  1488. web_1 | (use ./manage.py migrate to migrate these)
  1489. web_1 | Running migrations for socialaccount:
  1490. web_1 | - Nothing to migrate.
  1491. web_1 | - Loading initial data for socialaccount.
  1492. web_1 | Installed 0 object(s) from 0 fixture(s)
  1493. web_1 | Running migrations for django_extensions:
  1494. web_1 | - Nothing to migrate.
  1495. web_1 | - Loading initial data for django_extensions.
  1496. web_1 | Installed 0 object(s) from 0 fixture(s)
  1497. web_1 | ===================================
  1498. web_1 | Creating "root" User
  1499. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1500. web_1 | User "root" exists in API, trying to reactivate...
  1501. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1502. web_1 | ===================================
  1503. web_1 | ===================================
  1504. web_1 | Creating "admin" User
  1505. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1506. web_1 | User "admin" exists in API, trying to reactivate...
  1507. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1508. web_1 | ===================================
  1509. web_1 | Starting the server
  1510. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1511. web_1 |
  1512. web_1 | Fatal error: Unable to find local grunt.
  1513. web_1 |
  1514. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1515. web_1 | your project. For more information about installing and configuring grunt,
  1516. web_1 | please see the Getting Started guide:
  1517. web_1 |
  1518. web_1 | http://gruntjs.com/getting-started
  1519. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1520. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1521. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1522. web_1 |
  1523. web_1 | Host IP=172.19.0.1
  1524. web_1 |
  1525. web_1 | Syncing...
  1526. web_1 | Creating tables ...
  1527. web_1 | Installing custom SQL ...
  1528. web_1 | Installing indexes ...
  1529. web_1 | Installed 0 object(s) from 0 fixture(s)
  1530. web_1 |
  1531. web_1 | Synced:
  1532. web_1 | > django.contrib.auth
  1533. web_1 | > django.contrib.contenttypes
  1534. web_1 | > django.contrib.sessions
  1535. web_1 | > django.contrib.sites
  1536. web_1 | > django.contrib.messages
  1537. web_1 | > django.contrib.staticfiles
  1538. web_1 | > django.contrib.admin
  1539. web_1 | > south
  1540. web_1 | > crispy_forms
  1541. web_1 | > avatar
  1542. web_1 | > bootstrap3
  1543. web_1 | > users
  1544. web_1 | > allauth
  1545. web_1 | > allauth.account
  1546. web_1 | > django.contrib.humanize
  1547. web_1 | > debug_toolbar
  1548. web_1 |
  1549. web_1 | Not synced (use migrations):
  1550. web_1 | - allauth.socialaccount
  1551. web_1 | - django_extensions
  1552. web_1 | (use ./manage.py migrate to migrate these)
  1553. web_1 | Running migrations for socialaccount:
  1554. web_1 | - Nothing to migrate.
  1555. web_1 | - Loading initial data for socialaccount.
  1556. web_1 | Installed 0 object(s) from 0 fixture(s)
  1557. web_1 | Running migrations for django_extensions:
  1558. web_1 | - Nothing to migrate.
  1559. web_1 | - Loading initial data for django_extensions.
  1560. web_1 | Installed 0 object(s) from 0 fixture(s)
  1561. web_1 | ===================================
  1562. web_1 | Creating "root" User
  1563. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1564. web_1 | User "root" exists in API, trying to reactivate...
  1565. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1566. web_1 | ===================================
  1567. web_1 | ===================================
  1568. web_1 | Creating "admin" User
  1569. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1570. web_1 | User "admin" exists in API, trying to reactivate...
  1571. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1572. web_1 | ===================================
  1573. web_1 | Starting the server
  1574. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1575. web_1 |
  1576. web_1 | Fatal error: Unable to find local grunt.
  1577. web_1 |
  1578. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1579. web_1 | your project. For more information about installing and configuring grunt,
  1580. web_1 | please see the Getting Started guide:
  1581. web_1 |
  1582. web_1 | http://gruntjs.com/getting-started
  1583. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1584. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1585. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1586. web_1 |
  1587. web_1 | Host IP=172.19.0.1
  1588. web_1 |
  1589. web_1 | Syncing...
  1590. web_1 | Creating tables ...
  1591. web_1 | Installing custom SQL ...
  1592. web_1 | Installing indexes ...
  1593. web_1 | Installed 0 object(s) from 0 fixture(s)
  1594. web_1 |
  1595. web_1 | Synced:
  1596. web_1 | > django.contrib.auth
  1597. web_1 | > django.contrib.contenttypes
  1598. web_1 | > django.contrib.sessions
  1599. web_1 | > django.contrib.sites
  1600. web_1 | > django.contrib.messages
  1601. web_1 | > django.contrib.staticfiles
  1602. web_1 | > django.contrib.admin
  1603. web_1 | > south
  1604. web_1 | > crispy_forms
  1605. web_1 | > avatar
  1606. web_1 | > bootstrap3
  1607. web_1 | > users
  1608. web_1 | > allauth
  1609. web_1 | > allauth.account
  1610. web_1 | > django.contrib.humanize
  1611. web_1 | > debug_toolbar
  1612. web_1 |
  1613. web_1 | Not synced (use migrations):
  1614. web_1 | - allauth.socialaccount
  1615. web_1 | - django_extensions
  1616. web_1 | (use ./manage.py migrate to migrate these)
  1617. web_1 | Running migrations for socialaccount:
  1618. web_1 | - Nothing to migrate.
  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 | - Nothing to migrate.
  1623. web_1 | - Loading initial data for django_extensions.
  1624. web_1 | Installed 0 object(s) from 0 fixture(s)
  1625. db_web_1 | LOG: incomplete startup packet
  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" exists in API, trying to reactivate...
  1636. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1637. web_1 | ===================================
  1638. web_1 | Starting the server
  1639. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1640. web_1 |
  1641. web_1 | Fatal error: Unable to find local grunt.
  1642. web_1 |
  1643. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1644. web_1 | your project. For more information about installing and configuring grunt,
  1645. web_1 | please see the Getting Started guide:
  1646. web_1 |
  1647. web_1 | http://gruntjs.com/getting-started
  1648. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1649. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1650. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1651. web_1 |
  1652. web_1 | Host IP=172.19.0.1
  1653. web_1 |
  1654. web_1 | Syncing...
  1655. web_1 | Creating tables ...
  1656. web_1 | Installing custom SQL ...
  1657. web_1 | Installing indexes ...
  1658. web_1 | Installed 0 object(s) from 0 fixture(s)
  1659. web_1 |
  1660. web_1 | Synced:
  1661. web_1 | > django.contrib.auth
  1662. web_1 | > django.contrib.contenttypes
  1663. web_1 | > django.contrib.sessions
  1664. web_1 | > django.contrib.sites
  1665. web_1 | > django.contrib.messages
  1666. web_1 | > django.contrib.staticfiles
  1667. web_1 | > django.contrib.admin
  1668. web_1 | > south
  1669. web_1 | > crispy_forms
  1670. web_1 | > avatar
  1671. web_1 | > bootstrap3
  1672. web_1 | > users
  1673. web_1 | > allauth
  1674. web_1 | > allauth.account
  1675. web_1 | > django.contrib.humanize
  1676. web_1 | > debug_toolbar
  1677. web_1 |
  1678. web_1 | Not synced (use migrations):
  1679. web_1 | - allauth.socialaccount
  1680. web_1 | - django_extensions
  1681. web_1 | (use ./manage.py migrate to migrate these)
  1682. web_1 | Running migrations for socialaccount:
  1683. web_1 | - Nothing to migrate.
  1684. web_1 | - Loading initial data for socialaccount.
  1685. web_1 | Installed 0 object(s) from 0 fixture(s)
  1686. web_1 | Running migrations for django_extensions:
  1687. web_1 | - Nothing to migrate.
  1688. web_1 | - Loading initial data for django_extensions.
  1689. web_1 | Installed 0 object(s) from 0 fixture(s)
  1690. web_1 | ===================================
  1691. web_1 | Creating "root" User
  1692. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1693. web_1 | User "root" exists in API, trying to reactivate...
  1694. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1695. web_1 | ===================================
  1696. web_1 | ===================================
  1697. web_1 | Creating "admin" User
  1698. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1699. web_1 | User "admin" exists in API, trying to reactivate...
  1700. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1701. web_1 | ===================================
  1702. web_1 | Starting the server
  1703. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1704. web_1 |
  1705. web_1 | Fatal error: Unable to find local grunt.
  1706. web_1 |
  1707. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1708. web_1 | your project. For more information about installing and configuring grunt,
  1709. web_1 | please see the Getting Started guide:
  1710. web_1 |
  1711. web_1 | http://gruntjs.com/getting-started
  1712. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1713. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1714. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1715. web_1 |
  1716. web_1 | Host IP=172.19.0.1
  1717. web_1 |
  1718. web_1 | Syncing...
  1719. web_1 | Creating tables ...
  1720. web_1 | Installing custom SQL ...
  1721. web_1 | Installing indexes ...
  1722. web_1 | Installed 0 object(s) from 0 fixture(s)
  1723. web_1 |
  1724. web_1 | Synced:
  1725. web_1 | > django.contrib.auth
  1726. web_1 | > django.contrib.contenttypes
  1727. web_1 | > django.contrib.sessions
  1728. web_1 | > django.contrib.sites
  1729. web_1 | > django.contrib.messages
  1730. web_1 | > django.contrib.staticfiles
  1731. web_1 | > django.contrib.admin
  1732. web_1 | > south
  1733. web_1 | > crispy_forms
  1734. web_1 | > avatar
  1735. web_1 | > bootstrap3
  1736. web_1 | > users
  1737. web_1 | > allauth
  1738. web_1 | > allauth.account
  1739. web_1 | > django.contrib.humanize
  1740. web_1 | > debug_toolbar
  1741. web_1 |
  1742. web_1 | Not synced (use migrations):
  1743. web_1 | - allauth.socialaccount
  1744. web_1 | - django_extensions
  1745. web_1 | (use ./manage.py migrate to migrate these)
  1746. web_1 | Running migrations for socialaccount:
  1747. web_1 | - Nothing to migrate.
  1748. web_1 | - Loading initial data for socialaccount.
  1749. web_1 | Installed 0 object(s) from 0 fixture(s)
  1750. web_1 | Running migrations for django_extensions:
  1751. web_1 | - Nothing to migrate.
  1752. web_1 | - Loading initial data for django_extensions.
  1753. web_1 | Installed 0 object(s) from 0 fixture(s)
  1754. web_1 | ===================================
  1755. web_1 | Creating "root" User
  1756. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1757. web_1 | User "root" exists in API, trying to reactivate...
  1758. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1759. web_1 | ===================================
  1760. web_1 | ===================================
  1761. web_1 | Creating "admin" User
  1762. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1763. web_1 | User "admin" exists in API, trying to reactivate...
  1764. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1765. web_1 | ===================================
  1766. web_1 | Starting the server
  1767. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1768. web_1 |
  1769. web_1 | Fatal error: Unable to find local grunt.
  1770. web_1 |
  1771. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1772. web_1 | your project. For more information about installing and configuring grunt,
  1773. web_1 | please see the Getting Started guide:
  1774. web_1 |
  1775. web_1 | http://gruntjs.com/getting-started
  1776. web_1 | Starting OpenBSD Secure Shell server: sshd.
  1777. web_1 | wait-for-it.sh: waiting 15 seconds for dbweb.openconceptlab.org:5432
  1778. web_1 | wait-for-it.sh: dbweb.openconceptlab.org:5432 is available after 0 seconds
  1779. web_1 |
  1780. web_1 | Host IP=172.19.0.1
  1781. web_1 |
  1782. web_1 | Syncing...
  1783. web_1 | Creating tables ...
  1784. web_1 | Installing custom SQL ...
  1785. web_1 | Installing indexes ...
  1786. web_1 | Installed 0 object(s) from 0 fixture(s)
  1787. web_1 |
  1788. web_1 | Synced:
  1789. web_1 | > django.contrib.auth
  1790. web_1 | > django.contrib.contenttypes
  1791. web_1 | > django.contrib.sessions
  1792. web_1 | > django.contrib.sites
  1793. web_1 | > django.contrib.messages
  1794. web_1 | > django.contrib.staticfiles
  1795. web_1 | > django.contrib.admin
  1796. web_1 | > south
  1797. web_1 | > crispy_forms
  1798. web_1 | > avatar
  1799. web_1 | > bootstrap3
  1800. web_1 | > users
  1801. web_1 | > allauth
  1802. web_1 | > allauth.account
  1803. web_1 | > django.contrib.humanize
  1804. web_1 | > debug_toolbar
  1805. web_1 |
  1806. web_1 | Not synced (use migrations):
  1807. web_1 | - allauth.socialaccount
  1808. web_1 | - django_extensions
  1809. web_1 | (use ./manage.py migrate to migrate these)
  1810. web_1 | Running migrations for socialaccount:
  1811. web_1 | - Nothing to migrate.
  1812. web_1 | - Loading initial data for socialaccount.
  1813. web_1 | Installed 0 object(s) from 0 fixture(s)
  1814. web_1 | Running migrations for django_extensions:
  1815. web_1 | - Nothing to migrate.
  1816. web_1 | - Loading initial data for django_extensions.
  1817. web_1 | Installed 0 object(s) from 0 fixture(s)
  1818. web_1 | ===================================
  1819. web_1 | Creating "root" User
  1820. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1821. web_1 | User "root" exists in API, trying to reactivate...
  1822. web_1 | Failed to reactivate user "root" in API. Server responded with 404
  1823. web_1 | ===================================
  1824. web_1 | ===================================
  1825. web_1 | Creating "admin" User
  1826. web_1 | 891b4b17feab99f3ff7e5b5d04ccc5da7aa96da6
  1827. web_1 | User "admin" exists in API, trying to reactivate...
  1828. web_1 | Failed to reactivate user "admin" in API. Server responded with 404
  1829. web_1 | ===================================
  1830. web_1 | Starting the server
  1831. web_1 | grunt-cli: The grunt command line interface (v1.2.0)
  1832. web_1 |
  1833. web_1 | Fatal error: Unable to find local grunt.
  1834. web_1 |
  1835. web_1 | If you're seeing this message, grunt hasn't been installed locally to
  1836. web_1 | your project. For more information about installing and configuring grunt,
  1837. web_1 | please see the Getting Started guide:
  1838. web_1 |
  1839. web_1 | http://gruntjs.com/getting-started
  1840. db_web_1 | LOG: incomplete startup packet
  1841. oclweb_web_1 exited with code 99
  1842. Killing oclweb_web_1 ... done
  1843. Killing oclweb_db_web_1 ... done
  1844. $ docker-compose down -v
  1845. Removing oclweb_web_1 ... done
  1846. Removing oclweb_db_web_1 ... done
  1847. Removing network oclweb_default
  1848. Removing volume oclweb_db_web_data
  1849. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement