Skip to content

Instantly share code, notes, and snippets.

@eayoungs
Created June 28, 2018 23:10
Show Gist options
  • Save eayoungs/8cd6a264025d912f00d37b95cdc2792a to your computer and use it in GitHub Desktop.
Save eayoungs/8cd6a264025d912f00d37b95cdc2792a to your computer and use it in GitHub Desktop.
Gitcoin-web docker log
Attaching to web_web_1
web_1 | First run - Provisioning the local development environment...
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | Cache table 'my_cache_table' already exists.
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 39, in <module>
web_1 | execute_from_command_line(sys.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
web_1 | utility.execute()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute
web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv
web_1 | self.execute(*args, **cmd_options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute
web_1 | output = self.handle(*args, **options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/commands/migrate.py", line 79, in handle
web_1 | executor = MigrationExecutor(connection, self.migration_progress_callback)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 18, in __init__
web_1 | self.loader = MigrationLoader(self.connection)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 49, in __init__
web_1 | self.build_graph()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 267, in build_graph
web_1 | raise exc
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 241, in build_graph
web_1 | self.graph.validate_consistency()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in validate_consistency
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in <listcomp>
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 96, in raise_error
web_1 | raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
web_1 | django.db.migrations.exceptions.NodeNotFoundError: Migration dashboard.0088_merge_20180628_2125 dependencies reference nonexistent parent node ('dashboard', '0051_grant_stakeholder')
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | Found another file with the destination path 'cookielaw/css/cookielaw.css'. It will be ignored since only the first encountered file is collected. If this is not what you want, make sure every static file has a unique path.
web_1 | Installed 1373 object(s) from 3 fixture(s)
web_1 | Provisioning completed!
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | Post-processed 'admin/css/vendor/select2/select2.css' as 'admin/css/vendor/select2/select2.3805311d5fc1.css'
web_1 | Post-processed 'admin/css/vendor/select2/select2.min.css' as 'admin/css/vendor/select2/select2.min.d44571114a90.css'
web_1 | Post-processed 'v2/css/forms/label.css' as 'v2/css/forms/label.d6a320dc483c.css'
web_1 | Post-processed 'v2/css/forms/radio.css' as 'v2/css/forms/radio.06f3da195b24.css'
web_1 | Post-processed 'v2/css/forms/select.css' as 'v2/css/forms/select.d097eb18704f.css'
web_1 | Post-processed 'v2/css/forms/input.css' as 'v2/css/forms/input.5962d07f0913.css'
web_1 | Post-processed 'v2/css/forms/checkbox.css' as 'v2/css/forms/checkbox.c5e93a0613fb.css'
web_1 | Post-processed 'v2/css/forms/form.css' as 'v2/css/forms/form.9ac6e56a1ad8.css'
web_1 | Post-processed 'v2/css/forms/button.css' as 'v2/css/forms/button.ce61bf188fed.css'
web_1 | Post-processed 'v2/css/external_bounties/bounty.css' as 'v2/css/external_bounties/bounty.265830847723.css'
web_1 | Post-processed 'v2/css/external_bounties/checkboxes.css' as 'v2/css/external_bounties/checkboxes.40e441286199.css'
web_1 | Post-processed 'v2/css/external_bounties/bounties.css' as 'v2/css/external_bounties/bounties.6f7ec166d3ec.css'
web_1 | Post-processed 'v2/js/dataviz/heatmap.css' as 'v2/js/dataviz/heatmap.1fe07aaaa3d7.css'
web_1 | Post-processed 'v2/js/dataviz/sequences.css' as 'v2/js/dataviz/sequences.a555fba8d66c.css'
web_1 | Post-processed 'v2/js/dataviz/dragit.css' as 'v2/js/dataviz/dragit.bfc55e264688.css'
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 39, in <module>
web_1 | execute_from_command_line(sys.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
web_1 | utility.execute()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute
web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv
web_1 | self.execute(*args, **cmd_options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute
web_1 | output = self.handle(*args, **options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/utils.py", line 59, in inner
web_1 | ret = func(self, *args, **kwargs)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 258, in handle
web_1 | self.inner_run(options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 301, in inner_run
web_1 | self.check_migrations()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 427, in check_migrations
web_1 | executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 18, in __init__
web_1 | self.loader = MigrationLoader(self.connection)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 49, in __init__
web_1 | self.build_graph()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 267, in build_graph
web_1 | raise exc
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 241, in build_graph
web_1 | self.graph.validate_consistency()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in validate_consistency
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in <listcomp>
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 96, in raise_error
web_1 | raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
web_1 | django.db.migrations.exceptions.NodeNotFoundError: Migration dashboard.0088_merge_20180628_2125 dependencies reference nonexistent parent node ('dashboard', '0051_grant_stakeholder')
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 39, in <module>
web_1 | execute_from_command_line(sys.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
web_1 | utility.execute()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute
web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv
web_1 | self.execute(*args, **cmd_options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute
web_1 | output = self.handle(*args, **options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/utils.py", line 59, in inner
web_1 | ret = func(self, *args, **kwargs)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 258, in handle
web_1 | self.inner_run(options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 301, in inner_run
web_1 | self.check_migrations()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 427, in check_migrations
web_1 | executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 18, in __init__
web_1 | self.loader = MigrationLoader(self.connection)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 49, in __init__
web_1 | self.build_graph()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 267, in build_graph
web_1 | raise exc
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 241, in build_graph
web_1 | self.graph.validate_consistency()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in validate_consistency
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in <listcomp>
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 96, in raise_error
web_1 | raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
web_1 | django.db.migrations.exceptions.NodeNotFoundError: Migration dashboard.0088_merge_20180628_2125 dependencies reference nonexistent parent node ('dashboard', '0051_grant_stakeholder')
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 39, in <module>
web_1 | execute_from_command_line(sys.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
web_1 | utility.execute()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute
web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv
web_1 | self.execute(*args, **cmd_options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute
web_1 | output = self.handle(*args, **options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/utils.py", line 59, in inner
web_1 | ret = func(self, *args, **kwargs)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 258, in handle
web_1 | self.inner_run(options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 301, in inner_run
web_1 | self.check_migrations()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 427, in check_migrations
web_1 | executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 18, in __init__
web_1 | self.loader = MigrationLoader(self.connection)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 49, in __init__
web_1 | self.build_graph()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 267, in build_graph
web_1 | raise exc
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 241, in build_graph
web_1 | self.graph.validate_consistency()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in validate_consistency
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in <listcomp>
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 96, in raise_error
web_1 | raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
web_1 | django.db.migrations.exceptions.NodeNotFoundError: Migration dashboard.0088_merge_20180628_2125 dependencies reference nonexistent parent node ('dashboard', '0051_grant_stakeholder')
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 39, in <module>
web_1 | execute_from_command_line(sys.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
web_1 | utility.execute()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute
web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv
web_1 | self.execute(*args, **cmd_options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute
web_1 | output = self.handle(*args, **options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/utils.py", line 59, in inner
web_1 | ret = func(self, *args, **kwargs)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 258, in handle
web_1 | self.inner_run(options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 301, in inner_run
web_1 | self.check_migrations()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 427, in check_migrations
web_1 | executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 18, in __init__
web_1 | self.loader = MigrationLoader(self.connection)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 49, in __init__
web_1 | self.build_graph()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 267, in build_graph
web_1 | raise exc
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 241, in build_graph
web_1 | self.graph.validate_consistency()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in validate_consistency
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in <listcomp>
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 96, in raise_error
web_1 | raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
web_1 | django.db.migrations.exceptions.NodeNotFoundError: Migration dashboard.0088_merge_20180628_2125 dependencies reference nonexistent parent node ('dashboard', '0051_grant_stakeholder')
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 39, in <module>
web_1 | execute_from_command_line(sys.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
web_1 | utility.execute()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute
web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv
web_1 | self.execute(*args, **cmd_options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute
web_1 | output = self.handle(*args, **options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/utils.py", line 59, in inner
web_1 | ret = func(self, *args, **kwargs)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 258, in handle
web_1 | self.inner_run(options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 301, in inner_run
web_1 | self.check_migrations()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 427, in check_migrations
web_1 | executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 18, in __init__
web_1 | self.loader = MigrationLoader(self.connection)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 49, in __init__
web_1 | self.build_graph()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 267, in build_graph
web_1 | raise exc
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 241, in build_graph
web_1 | self.graph.validate_consistency()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in validate_consistency
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in <listcomp>
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 96, in raise_error
web_1 | raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
web_1 | django.db.migrations.exceptions.NodeNotFoundError: Migration dashboard.0088_merge_20180628_2125 dependencies reference nonexistent parent node ('dashboard', '0051_grant_stakeholder')
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 39, in <module>
web_1 | execute_from_command_line(sys.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
web_1 | utility.execute()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute
web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv
web_1 | self.execute(*args, **cmd_options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute
web_1 | output = self.handle(*args, **options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/utils.py", line 59, in inner
web_1 | ret = func(self, *args, **kwargs)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 258, in handle
web_1 | self.inner_run(options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 301, in inner_run
web_1 | self.check_migrations()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 427, in check_migrations
web_1 | executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 18, in __init__
web_1 | self.loader = MigrationLoader(self.connection)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 49, in __init__
web_1 | self.build_graph()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 267, in build_graph
web_1 | raise exc
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 241, in build_graph
web_1 | self.graph.validate_consistency()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in validate_consistency
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in <listcomp>
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 96, in raise_error
web_1 | raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
web_1 | django.db.migrations.exceptions.NodeNotFoundError: Migration dashboard.0088_merge_20180628_2125 dependencies reference nonexistent parent node ('dashboard', '0051_grant_stakeholder')
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 39, in <module>
web_1 | execute_from_command_line(sys.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
web_1 | utility.execute()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute
web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv
web_1 | self.execute(*args, **cmd_options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute
web_1 | output = self.handle(*args, **options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/utils.py", line 59, in inner
web_1 | ret = func(self, *args, **kwargs)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 258, in handle
web_1 | self.inner_run(options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 301, in inner_run
web_1 | self.check_migrations()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 427, in check_migrations
web_1 | executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 18, in __init__
web_1 | self.loader = MigrationLoader(self.connection)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 49, in __init__
web_1 | self.build_graph()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 267, in build_graph
web_1 | raise exc
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 241, in build_graph
web_1 | self.graph.validate_consistency()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in validate_consistency
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in <listcomp>
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 96, in raise_error
web_1 | raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
web_1 | django.db.migrations.exceptions.NodeNotFoundError: Migration dashboard.0088_merge_20180628_2125 dependencies reference nonexistent parent node ('dashboard', '0051_grant_stakeholder')
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 39, in <module>
web_1 | execute_from_command_line(sys.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
web_1 | utility.execute()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute
web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv
web_1 | self.execute(*args, **cmd_options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute
web_1 | output = self.handle(*args, **options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/utils.py", line 59, in inner
web_1 | ret = func(self, *args, **kwargs)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 258, in handle
web_1 | self.inner_run(options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 301, in inner_run
web_1 | self.check_migrations()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 427, in check_migrations
web_1 | executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 18, in __init__
web_1 | self.loader = MigrationLoader(self.connection)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 49, in __init__
web_1 | self.build_graph()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 267, in build_graph
web_1 | raise exc
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 241, in build_graph
web_1 | self.graph.validate_consistency()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in validate_consistency
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in <listcomp>
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 96, in raise_error
web_1 | raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
web_1 | django.db.migrations.exceptions.NodeNotFoundError: Migration dashboard.0088_merge_20180628_2125 dependencies reference nonexistent parent node ('dashboard', '0051_grant_stakeholder')
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 39, in <module>
web_1 | execute_from_command_line(sys.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
web_1 | utility.execute()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute
web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv
web_1 | self.execute(*args, **cmd_options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute
web_1 | output = self.handle(*args, **options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/utils.py", line 59, in inner
web_1 | ret = func(self, *args, **kwargs)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 258, in handle
web_1 | self.inner_run(options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 301, in inner_run
web_1 | self.check_migrations()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 427, in check_migrations
web_1 | executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 18, in __init__
web_1 | self.loader = MigrationLoader(self.connection)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 49, in __init__
web_1 | self.build_graph()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 267, in build_graph
web_1 | raise exc
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 241, in build_graph
web_1 | self.graph.validate_consistency()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in validate_consistency
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in <listcomp>
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 96, in raise_error
web_1 | raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
web_1 | django.db.migrations.exceptions.NodeNotFoundError: Migration dashboard.0088_merge_20180628_2125 dependencies reference nonexistent parent node ('dashboard', '0051_grant_stakeholder')
web_1 | /usr/local/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
web_1 | """)
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 39, in <module>
web_1 | execute_from_command_line(sys.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
web_1 | utility.execute()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute
web_1 | self.fetch_command(subcommand).run_from_argv(self.argv)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv
web_1 | self.execute(*args, **cmd_options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute
web_1 | output = self.handle(*args, **options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/utils.py", line 59, in inner
web_1 | ret = func(self, *args, **kwargs)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 258, in handle
web_1 | self.inner_run(options)
web_1 | File "/usr/local/lib/python3.6/site-packages/django_extensions/management/commands/runserver_plus.py", line 301, in inner_run
web_1 | self.check_migrations()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 427, in check_migrations
web_1 | executor = MigrationExecutor(connections[DEFAULT_DB_ALIAS])
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/executor.py", line 18, in __init__
web_1 | self.loader = MigrationLoader(self.connection)
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 49, in __init__
web_1 | self.build_graph()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 267, in build_graph
web_1 | raise exc
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/loader.py", line 241, in build_graph
web_1 | self.graph.validate_consistency()
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in validate_consistency
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 243, in <listcomp>
web_1 | [n.raise_error() for n in self.node_map.values() if isinstance(n, DummyNode)]
web_1 | File "/usr/local/lib/python3.6/site-packages/django/db/migrations/graph.py", line 96, in raise_error
web_1 | raise NodeNotFoundError(self.error_message, self.key, origin=self.origin)
web_1 | django.db.migrations.exceptions.NodeNotFoundError: Migration dashboard.0088_merge_20180628_2125 dependencies reference nonexistent parent node ('dashboard', '0051_grant_stakeholder')
web_web_1 exited with code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment