Skip to content

Instantly share code, notes, and snippets.

@mackwic
Created July 27, 2015 20:40
Show Gist options
  • Save mackwic/35749e9bdb2d58890def to your computer and use it in GitHub Desktop.
Save mackwic/35749e9bdb2d58890def to your computer and use it in GitHub Desktop.
Jul 27 17:46:04 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: 10.21.2.204 "POST /v1/hooks/config HTTP/1.1" 200 645 "deis-builder"
Jul 27 17:53:58 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: INFO actual-yachting: build actual-yachting-14ff67e created
Jul 27 17:53:58 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: INFO actual-yachting: release actual-yachting-v5 created
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: ERROR Internal Server Error: /v1/hooks/build
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: Traceback (most recent call last):
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/usr/lib/python2.7/site-packages/django/core/handlers/base.py", line 112, in get_response
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: response = wrapped_callback(request, *callback_args, **callback_kwargs)
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/usr/lib/python2.7/site-packages/django/views/decorators/csrf.py", line 57, in wrapped_view
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: return view_func(*args, **kwargs)
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/usr/lib/python2.7/site-packages/rest_framework/viewsets.py", line 85, in view
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: return self.dispatch(request, *args, **kwargs)
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/usr/lib/python2.7/site-packages/rest_framework/views.py", line 407, in dispatch
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: response = self.handle_exception(exc)
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/usr/lib/python2.7/site-packages/rest_framework/views.py", line 404, in dispatch
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: response = handler(request, *args, **kwargs)
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/app/api/views.py", line 356, in create
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: super(BuildHookViewSet, self).create(request, *args, **kwargs)
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/app/api/views.py", line 101, in create
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: return super(BaseDeisViewSet, self).create(request, *args, **kwargs)
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/usr/lib/python2.7/site-packages/rest_framework/mixins.py", line 21, in create
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: self.perform_create(serializer)
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/app/api/viewsets.py", line 21, in perform_create
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: self.post_save(obj)
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/app/api/views.py", line 363, in post_save
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: build.create(self.user)
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/app/api/models.py", line 609, in create
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: self.app.deploy(user, new_release)
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/app/api/models.py", line 350, in deploy
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: self._default_scale(user, release)
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/app/api/models.py", line 370, in _default_scale
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: self.scale(user, structure)
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: File "/app/api/models.py", line 238, in scale
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: 'Container type {} does not exist in application'.format(container_type))
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: EnvironmentError: Container type web does not exist in application
Jul 27 17:53:59 ip-10-21-2-205.eu-west-1.compute.internal sh[3996]: 10.21.2.204 "POST /v1/hooks/build HTTP/1.1" 500 27 "deis-builder"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment