Last active
June 14, 2016 20:19
-
-
Save heddn/a32a507665039b0e8fbdd64cc79cdcf4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building application 'drupal' (runtime type: php:7.0, tree: 1a609a2) | |
Slug already built for this tree id, skipping. | |
Re-deploying environment vfvlefmbmiej2-staging. | |
E: Error building the project (we believe it's our fault): Traceback (most recent call last): | |
File "/usr/lib/python2.7/dist-packages/gevent_jsonrpc/__init__.py", line 202, in _reader | |
obj["id"], obj["method"], obj["params"] | |
File "/usr/lib/python2.7/dist-packages/gevent_jsonrpc/__init__.py", line 316, in _execute_method | |
return obj(**parameters) | |
File "/usr/lib/python2.7/dist-packages/platform_foundation/container/apis/cluster.py", line 77, in update | |
cluster.update(services, parent_cluster) | |
File "/usr/lib/python2.7/dist-packages/protean/proxy.py", line 48, in __call__ | |
raise ProcessingError(**result["error"]) | |
ProcessingError: ProcessingError: Exception: Failed to start Container(/root/.hosts/i-a7d3994b/.containers/vfvlefmbmiej2-staging--drupal6) before timeout | |
File "/usr/lib/python2.7/dist-packages/protean/zookeeper/__init__.py", line 571, in _process_method_call_inner | |
result = method.__func__(self._object, *args, **kwargs) | |
File "/usr/lib/python2.7/dist-packages/platform_foundation/container/__init__.py", line 234, in start | |
raise Exception("Failed to start %s before timeout" % self) | |
File "/usr/lib/python2.7/dist-packages/protean/zookeeper/__init__.py", line 571, in _process_method_call_inner | |
result = method.__func__(self._object, *args, **kwargs) | |
File "/usr/lib/python2.7/dist-packages/platform_foundation/infrastructure/cluster/__init__.py", line 190, in update | |
return self._update(self.services, operations, parent) | |
File "/usr/lib/python2.7/dist-packages/platform_foundation/infrastructure/cluster/__init__.py", line 472, in _update | |
p.execute() | |
File "/usr/lib/python2.7/dist-packages/protean/parallel.py", line 65, in execute | |
self._result = self._execute() | |
File "/usr/lib/python2.7/dist-packages/protean/parallel.py", line 143, in _do_one | |
result = func(*args, **kwargs) | |
File "/usr/lib/python2.7/dist-packages/platform_foundation/infrastructure/cluster/__init__.py", line 630, in _execute_service_operation | |
service.start() | |
File "/usr/lib/python2.7/dist-packages/protean/object.py", line 175, in __call__ | |
result = self._method.__func__(self._obj, *args, **kwargs) | |
File "/usr/lib/python2.7/dist-packages/platform_foundation/infrastructure/service/__init__.py", line 458, in start | |
container.start(self.definition.configuration, self.definition.application) | |
File "/usr/lib/python2.7/dist-packages/protean/proxy.py", line 48, in __call__ | |
raise ProcessingError(**result["error"]) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment