Skip to content

Instantly share code, notes, and snippets.

@JJediny
Created January 18, 2016 18:50
Show Gist options
  • Select an option

  • Save JJediny/3501a2cccb44463c2bfd to your computer and use it in GitHub Desktop.

Select an option

Save JJediny/3501a2cccb44463c2bfd to your computer and use it in GitHub Desktop.
hypothosis: Docker Compose Errors
bash-3.2$ docker-compose up
WARNING: The PASSWORD variable is not set. Defaulting to a blank string.
ERROR: build path /Users/johnjediny/h/hypothesis/h . either does not exist, is not accessible, or is not a valid URL.
bash-3.2$ docker-compose up
WARNING: The PASSWORD variable is not set. Defaulting to a blank string.
ERROR: Service "app" has a link to service "statsd" which does not exist.
bash-3.2$ docker-compose up
WARNING: The PASSWORD variable is not set. Defaulting to a blank string.
Pulling postgresql (postgres:latest)...
latest: Pulling from library/postgres
8b57c6bf5c36: Pull complete
ada8aa55613a: Pull complete
b3de40c730c6: Pull complete
7b8f7ba65711: Pull complete
1bb8b8636476: Pull complete
eca1007b842c: Pull complete
189c3f75d39c: Pull complete
ad45579db688: Pull complete
7c5cb7f4a1a8: Pull complete
c6770af17534: Pull complete
6b6e9868d88a: Pull complete
3b7eb1ffa9e2: Pull complete
c8d89116b183: Pull complete
6d9d81c13df4: Pull complete
af366c0e9aed: Pull complete
6246cbebdfe0: Pull complete
b731665a3278: Pull complete
7f586af960a2: Pull complete
9aae83d4127f: Pull complete
Digest: sha256:8f409a6532de4805704f3a6a9486ae26f141958d8932136782b5ee34978f1814
Status: Downloaded newer image for postgres:latest
Creating h_postgresql_1
Creating h_redis_1
Pulling nsqd (nsqio/nsq:latest)...
latest: Pulling from nsqio/nsq
ed1f33c5883d: Pull complete
b3ca410aa2c1: Pull complete
4c8868e44460: Pull complete
2bc0ef4ea7a9: Pull complete
9dcf161219bd: Pull complete
a8888d6ccf86: Pull complete
0ead88e2e523: Pull complete
Digest: sha256:9cf3abbc6783263770668f4aaf18cf0db08872435d6bab472c3330d4b9ff34f7
Status: Downloaded newer image for nsqio/nsq:latest
Creating h_nsqd_1
Pulling elasticsearch (nickstenning/elasticsearch-icu:latest)...
latest: Pulling from nickstenning/elasticsearch-icu
d634beec75db: Pull complete
763b4d4a785c: Pull complete
94711a772f1e: Pull complete
28a3eaaaf61f: Pull complete
6d2322637072: Pull complete
2d17be09c3e7: Pull complete
79bee16e819c: Pull complete
016dc47e45af: Pull complete
9c226659f10b: Pull complete
a9d1d2f133e4: Pull complete
637a07d7c00c: Pull complete
6a853b2c68d0: Pull complete
37f9029773ad: Pull complete
c9dd91e72023: Pull complete
bec472d21b46: Pull complete
f17ec2c45c41: Pull complete
e054135e25f5: Pull complete
b53bb7c4669e: Pull complete
be553bb1052c: Pull complete
4f14a6e459cc: Pull complete
Digest: sha256:229fb120b96c00b510684eb066c54a090f8fe1a465a1617f2f584950f83cc11e
Status: Downloaded newer image for nickstenning/elasticsearch-icu:latest
Creating h_elasticsearch_1
Pulling mail (svendowideit/ambassador:latest)...
latest: Pulling from svendowideit/ambassador
74e49af2062e: Pull complete
27d568151269: Pull complete
178ba704bdf3: Pull complete
5109e2399cca: Pull complete
5a7e9e0f7c61: Pull complete
Digest: sha256:bb60fceae45493a7ce17c19958a38caf8d5b6869958fc9c7f78885c75f1881cf
Status: Downloaded newer image for svendowideit/ambassador:latest
Creating h_mail_1
Building app
Step 1 : FROM gliderlabs/alpine:3.2
---> f8c7812ced3a
Step 2 : MAINTAINER Hypothes.is Project and contributors
---> Using cache
---> d55b59915013
Step 3 : RUN apk add --update ca-certificates libffi libpq python py-pip nodejs ruby && apk add libffi-dev g++ make postgresql-dev python-dev ruby-dev && gem install --no-ri compass && pip install --no-cache-dir -U pip && rm -rf /var/cache/apk/*
---> Using cache
---> 47af082ebd69
Step 4 : RUN addgroup -S hypothesis && adduser -S -G hypothesis -h /var/lib/hypothesis hypothesis
---> Using cache
---> 31ab0c50a4bf
Step 5 : WORKDIR /var/lib/hypothesis
---> Using cache
---> b9cd25a8c7e1
Step 6 : COPY h/_version.py ./h/
---> 63c62d1efab8
Removing intermediate container 621fcea0753e
Step 7 : COPY README.rst package.json setup.* requirements.txt versioneer.py ./
---> b8cf072ef557
Removing intermediate container 07b2e15d8b74
Step 8 : RUN npm install --production && pip install --no-cache-dir -r requirements.txt && npm cache clean
---> Running in 7159e2599ce1
npm WARN deprecated node-iterator-shim@2.0.1: The node-iterator-shim module has been renamed to dom-node-iterator.
document-base-uri@1.0.0 node_modules/document-base-uri
escape-html@1.0.3 node_modules/escape-html
autofill-event@0.0.1 node_modules/autofill-event
inherits@2.0.1 node_modules/inherits
tiny-emitter@1.0.2 node_modules/tiny-emitter
extend@2.0.1 node_modules/extend
scroll-into-view@1.6.0 node_modules/scroll-into-view
angular-resource@1.4.7 node_modules/angular-resource
angular-sanitize@1.4.7 node_modules/angular-sanitize
dom-anchor-fragment@1.0.4 node_modules/dom-anchor-fragment
angular-route@1.4.7 node_modules/angular-route
retry@0.8.0 node_modules/retry
dom-seek@1.0.1 node_modules/dom-seek
ng-tags-input@2.2.0 node_modules/ng-tags-input
dom-anchor-text-quote@2.0.1 node_modules/dom-anchor-text-quote
node-uuid@1.4.7 node_modules/node-uuid
angular-mocks@1.4.7 node_modules/angular-mocks
is-equal-shallow@0.1.3 node_modules/is-equal-shallow
└── is-primitive@2.0.0
diff-match-patch@1.0.0 node_modules/diff-match-patch
angular-jwt@0.0.9 node_modules/angular-jwt
es6-promise@3.0.2 node_modules/es6-promise
unorm@1.4.1 node_modules/unorm
raf@3.1.0 node_modules/raf
└── performance-now@0.2.0
angular-toastr@1.6.0 node_modules/angular-toastr
angular-animate@1.4.7 node_modules/angular-animate
dom-anchor-text-position@2.0.1 node_modules/dom-anchor-text-position
└── node-iterator-shim@2.0.1
angulartics@0.17.2 node_modules/angulartics
coffeeify@1.2.0 node_modules/coffeeify
├── through@2.3.8
├── convert-source-map@1.1.3
└── coffee-script@1.10.0
coffee-script@1.7.1 node_modules/coffee-script
└── mkdirp@0.3.5
js-polyfills@0.1.12 node_modules/js-polyfills
clean-css@3.3.9 node_modules/clean-css
├── commander@2.8.1 (graceful-readlink@1.0.1)
└── source-map@0.4.4 (amdefine@1.0.0)
hammerjs@2.0.6 node_modules/hammerjs
postcss@5.0.14 node_modules/postcss
├── js-base64@2.1.9
├── supports-color@3.1.2 (has-flag@1.0.0)
└── source-map@0.5.3
uglify-js@2.6.1 node_modules/uglify-js
├── uglify-to-browserify@1.0.2
├── async@0.2.10
├── source-map@0.5.3
└── yargs@3.10.0 (camelcase@1.2.1, window-size@0.1.0, decamelize@1.1.2, cliui@2.1.0)
angular@1.4.7 node_modules/angular
browserify-ngannotate@1.0.1 node_modules/browserify-ngannotate
├── defaults@1.0.3
├── clone@1.0.2
├── through2@0.6.5 (xtend@4.0.1, readable-stream@1.0.33)
└── ng-annotate@1.2.1 (tryor@0.1.2, simple-fmt@0.1.0, simple-is@0.2.0, stringset@0.2.1, stringmap@0.2.2, alter@0.2.0, stable@0.1.5, convert-source-map@1.1.3, ordered-ast-traverse@1.1.1, optimist@0.6.1, acorn@2.6.4, source-map@0.5.3)
bootstrap@3.3.5 node_modules/bootstrap
browserify-shim@3.8.12 node_modules/browserify-shim
├── through@2.3.8
├── mothership@0.2.0 (find-parent-dir@0.3.0)
├── resolve@0.6.3
├── exposify@0.4.3 (map-obj@1.0.1, has-require@1.1.0, globo@1.0.2, through2@0.4.2, transformify@0.1.2, replace-requires@1.0.3)
└── rename-function-calls@0.1.1 (detective@3.1.0)
showdown@1.3.0 node_modules/showdown
└── yargs@3.32.0 (camelcase@2.0.1, window-size@0.1.4, y18n@3.2.0, decamelize@1.1.2, os-locale@1.4.0, string-width@1.0.1, cliui@3.1.0)
browserify@9.0.8 node_modules/browserify
├── https-browserify@0.0.1
├── tty-browserify@0.0.0
├── isarray@0.0.1
├── builtins@0.0.7
├── browser-resolve@1.11.0
├── string_decoder@0.10.31
├── constants-browserify@0.0.1
├── process@0.10.1
├── path-browserify@0.0.0
├── os-browserify@0.1.2
├── commondir@0.0.1
├── stream-browserify@1.0.0
├── defined@0.0.0
├── shell-quote@0.0.1
├── shallow-copy@0.0.1
├── xtend@3.0.0
├── duplexer2@0.0.2
├── deep-equal@1.0.1
├── querystring-es3@0.2.1
├── assert@1.3.0
├── punycode@1.2.4
├── domain-browser@1.1.7
├── util@0.10.3
├── through2@1.1.1 (xtend@4.0.1)
├── events@1.0.2
├── parents@1.0.1 (path-platform@0.11.15)
├── timers-browserify@1.4.2 (process@0.11.2)
├── vm-browserify@0.0.4 (indexof@0.0.1)
├── has@1.0.1 (function-bind@1.0.2)
├── concat-stream@1.4.10 (typedarray@0.0.6)
├── read-only-stream@1.1.1 (readable-wrap@1.0.0)
├── console-browserify@1.1.0 (date-now@0.1.4)
├── subarg@1.0.0 (minimist@1.2.0)
├── http-browserify@1.7.0 (Base64@0.2.1)
├── readable-stream@1.1.13 (core-util-is@1.0.2)
├── url@0.10.3 (punycode@1.3.2, querystring@0.2.0)
├── shasum@1.0.2 (sha.js@2.4.4, json-stable-stringify@0.0.1)
├── labeled-stream-splicer@1.0.2 (stream-splicer@1.3.2)
├── resolve@1.1.6
├── buffer@3.6.0 (isarray@1.0.0, ieee754@1.1.6, base64-js@0.0.8)
├── glob@4.5.3 (inflight@1.0.4, once@1.3.3, minimatch@2.0.10)
├── JSONStream@0.10.0 (through@2.3.8, jsonparse@0.0.5)
├── syntax-error@1.1.4 (acorn@1.2.2)
├── deps-sort@1.3.9 (JSONStream@1.0.7)
├── crypto-browserify@3.11.0 (create-hmac@1.1.4, randombytes@2.0.2, pbkdf2@3.0.4, create-hash@1.1.2, diffie-hellman@5.0.1, browserify-cipher@1.0.0, create-ecdh@4.0.0, public-encrypt@4.0.0, browserify-sign@4.0.0)
├── browser-pack@4.0.4 (umd@3.0.1, defined@1.0.0, through2@0.5.1, JSONStream@1.0.7, combine-source-map@0.3.0)
├── insert-module-globals@6.6.3 (process@0.11.2, is-buffer@1.1.1, xtend@4.0.1, combine-source-map@0.6.1, JSONStream@1.0.7, lexical-scope@1.2.0)
├── browserify-zlib@0.1.4 (pako@0.2.8)
└── module-deps@3.9.1 (defined@1.0.0, xtend@4.0.1, stream-combiner2@1.0.2, JSONStream@1.0.7, detective@4.3.1)
jquery@1.11.1 node_modules/jquery
core-js@1.2.6 node_modules/core-js
babelify@6.4.0 node_modules/babelify
├── object-assign@4.0.1
└── babel-core@5.8.34 (slash@1.0.0, try-resolve@1.0.1, babel-plugin-remove-console@1.0.1, babel-plugin-remove-debugger@1.0.1, babel-plugin-property-literals@1.0.1, babel-plugin-inline-environment-variables@1.0.1, babel-plugin-jscript@1.0.4, babel-plugin-eval@1.0.1, babel-plugin-react-constant-elements@1.0.3, babel-plugin-member-expression-literals@1.0.1, babel-plugin-undefined-to-void@1.1.6, trim-right@1.0.1, to-fast-properties@1.0.1, shebang-regex@1.0.0, babel-plugin-react-display-name@1.0.3, path-exists@1.0.0, path-is-absolute@1.0.0, babel-plugin-constant-folding@1.0.1, fs-readdir-recursive@0.1.2, babel-plugin-proto-to-assign@1.0.4, babel-plugin-dead-code-elimination@1.0.2, babel-plugin-runtime@1.0.7, private@0.1.6, globals@6.4.1, esutils@2.0.2, convert-source-map@1.1.3, js-tokens@1.0.1, babel-plugin-undeclared-variables-check@1.0.2, home-or-tmp@1.0.0, line-numbers@0.2.0, debug@2.2.0, is-integer@1.0.6, repeating@1.1.3, chalk@1.1.1, detect-indent@3.0.1, minimatch@2.0.10, babylon@5.8.34, resolve@1.1.6, output-file-sync@1.1.1, bluebird@2.10.2, json5@0.4.0, source-map-support@0.2.10, source-map@0.5.3, regexpu@1.3.0, regenerator@0.8.40, lodash@3.10.1)
autoprefixer@6.3.1 node_modules/autoprefixer
├── normalize-range@0.1.2
├── num2fraction@1.2.2
├── postcss-value-parser@3.2.3
├── browserslist@1.1.1
└── caniuse-db@1.0.30000387
Obtaining file:///var/lib/hypothesis (from -r requirements.txt (line 1))
Collecting certifi (from -r requirements.txt (line 2))
Downloading certifi-2015.11.20.1-py2.py3-none-any.whl (368kB)
Collecting cffi (from -r requirements.txt (line 3))
Downloading cffi-1.5.0.tar.gz (385kB)
Collecting gunicorn (from -r requirements.txt (line 4))
Downloading gunicorn-19.4.5-py2.py3-none-any.whl (112kB)
Collecting honcho (from -r requirements.txt (line 5))
Downloading honcho-0.6.6-py2.py3-none-any.whl
Collecting pyramid-multiauth (from -r requirements.txt (line 6))
Downloading pyramid_multiauth-0.5.0.zip
Collecting pyramid-redis-sessions (from -r requirements.txt (line 7))
Downloading pyramid_redis_sessions-1.0.1.tar.gz
Collecting requests[security] (from -r requirements.txt (line 8))
Downloading requests-2.9.1-py2.py3-none-any.whl (501kB)
Collecting wsaccel (from -r requirements.txt (line 9))
Downloading wsaccel-0.6.2.tar.gz
Collecting PyJWT<2.0.0,>=1.0.0 (from h===0-unknown->-r requirements.txt (line 1))
Downloading PyJWT-1.4.0-py2.py3-none-any.whl
Collecting SQLAlchemy>=0.8.0 (from h===0-unknown->-r requirements.txt (line 1))
Downloading SQLAlchemy-1.0.11.tar.gz (4.7MB)
Collecting alembic>=0.7.0 (from h===0-unknown->-r requirements.txt (line 1))
Downloading alembic-0.8.4.tar.gz (950kB)
Collecting annotator<0.15,>=0.14.2 (from h===0-unknown->-r requirements.txt (line 1))
Downloading annotator-0.14.2-py2.py3-none-any.whl
Collecting blinker<1.4,>=1.3 (from h===0-unknown->-r requirements.txt (line 1))
Downloading blinker-1.3.tar.gz (91kB)
Collecting cryptacular<1.5,>=1.4 (from h===0-unknown->-r requirements.txt (line 1))
Downloading cryptacular-1.4.1.tar.gz (40kB)
Collecting cryptography>=0.7 (from h===0-unknown->-r requirements.txt (line 1))
Downloading cryptography-1.2.1.tar.gz (372kB)
Collecting deform<1.0,>=0.9 (from h===0-unknown->-r requirements.txt (line 1))
Downloading deform-0.9.9.tar.gz (1.3MB)
Collecting deform-jinja2<0.6,>=0.5 (from h===0-unknown->-r requirements.txt (line 1))
Downloading deform_jinja2-0.5.tar.gz
Collecting elasticsearch<2.0.0,>=1.1.0 (from h===0-unknown->-r requirements.txt (line 1))
Downloading elasticsearch-1.9.0-py2.py3-none-any.whl (59kB)
Collecting gevent<1.1.0,>=1.0.2 (from h===0-unknown->-r requirements.txt (line 1))
Downloading gevent-1.0.2.tar.gz (1.7MB)
Collecting gnsq<0.4.0,>=0.3.0 (from h===0-unknown->-r requirements.txt (line 1))
Downloading gnsq-0.3.1-py2.py3-none-any.whl
Collecting itsdangerous>=0.24 (from h===0-unknown->-r requirements.txt (line 1))
Downloading itsdangerous-0.24.tar.gz (46kB)
Collecting jsonpointer==1.0 (from h===0-unknown->-r requirements.txt (line 1))
Downloading jsonpointer-1.0.tar.gz
Collecting jsonschema<2.6,>=2.5.1 (from h===0-unknown->-r requirements.txt (line 1))
Downloading jsonschema-2.5.1-py2.py3-none-any.whl
Collecting oauthlib==0.6.3 (from h===0-unknown->-r requirements.txt (line 1))
Downloading oauthlib-0.6.3.tar.gz (100kB)
Collecting pyramid<1.6,>=1.5 (from h===0-unknown->-r requirements.txt (line 1))
Downloading pyramid-1.5.8-py2.py3-none-any.whl (618kB)
Collecting psycogreen>=1.0 (from h===0-unknown->-r requirements.txt (line 1))
Downloading psycogreen-1.0.tar.gz
Collecting psycopg2>=2.6.1 (from h===0-unknown->-r requirements.txt (line 1))
Downloading psycopg2-2.6.1.tar.gz (371kB)
Collecting pyramid-mailer>=0.13 (from h===0-unknown->-r requirements.txt (line 1))
Downloading pyramid_mailer-0.14.1-py2.py3-none-any.whl
Collecting pyramid-oauthlib<0.3.0,>=0.2.0 (from h===0-unknown->-r requirements.txt (line 1))
Downloading pyramid_oauthlib-0.2.0-py2.py3-none-any.whl
Collecting pyramid-tm>=0.7 (from h===0-unknown->-r requirements.txt (line 1))
Downloading pyramid_tm-0.12.1-py2.py3-none-any.whl
Collecting python-dateutil>=2.1 (from h===0-unknown->-r requirements.txt (line 1))
Downloading python_dateutil-2.4.2-py2.py3-none-any.whl (188kB)
Collecting python-slugify<1.2.0,>=1.1.3 (from h===0-unknown->-r requirements.txt (line 1))
Downloading python-slugify-1.1.4.tar.gz
Collecting python-statsd<1.8.0,>=1.7.0 (from h===0-unknown->-r requirements.txt (line 1))
Downloading python-statsd-1.7.2.tar.gz
Collecting webassets<0.11,>=0.10 (from h===0-unknown->-r requirements.txt (line 1))
Downloading webassets-0.10.1.tar.gz (167kB)
Collecting pyramid-webassets<1.0,>=0.9 (from h===0-unknown->-r requirements.txt (line 1))
Downloading pyramid_webassets-0.9-py2.py3-none-any.whl
Collecting pyramid-jinja2>=2.3.3 (from h===0-unknown->-r requirements.txt (line 1))
Downloading pyramid_jinja2-2.5.tar.gz (63kB)
Collecting raven<5.9.0,>=5.8.0 (from h===0-unknown->-r requirements.txt (line 1))
Downloading raven-5.8.1-py2.py3-none-any.whl (257kB)
Collecting ws4py<0.4,>=0.3 (from h===0-unknown->-r requirements.txt (line 1))
Downloading ws4py-0.3.4.tar.gz
Collecting zope.sqlalchemy<0.8.0,>=0.7.6 (from h===0-unknown->-r requirements.txt (line 1))
Downloading zope.sqlalchemy-0.7.6.zip
Collecting repoze.sendmail<4.2 (from h===0-unknown->-r requirements.txt (line 1))
Downloading repoze.sendmail-4.1.tar.gz
Collecting PyYAML (from h===0-unknown->-r requirements.txt (line 1))
Downloading PyYAML-3.11.tar.gz (248kB)
Collecting pycparser (from cffi->-r requirements.txt (line 3))
Downloading pycparser-2.14.tar.gz (223kB)
Collecting redis!=2.9.1,>=2.4.11 (from pyramid-redis-sessions->-r requirements.txt (line 7))
Downloading redis-2.10.5-py2.py3-none-any.whl (60kB)
Collecting pyOpenSSL>=0.13 (from requests[security]->-r requirements.txt (line 8))
Downloading pyOpenSSL-0.15.1-py2.py3-none-any.whl (102kB)
Collecting ndg-httpsclient (from requests[security]->-r requirements.txt (line 8))
Downloading ndg_httpsclient-0.4.0.tar.gz
Collecting pyasn1 (from requests[security]->-r requirements.txt (line 8))
Downloading pyasn1-0.1.9-py2.py3-none-any.whl
Collecting Mako (from alembic>=0.7.0->h===0-unknown->-r requirements.txt (line 1))
Downloading Mako-1.0.3.tar.gz (565kB)
Collecting python-editor>=0.3 (from alembic>=0.7.0->h===0-unknown->-r requirements.txt (line 1))
Downloading python-editor-0.5.tar.gz
Collecting six (from annotator<0.15,>=0.14.2->h===0-unknown->-r requirements.txt (line 1))
Downloading six-1.10.0-py2.py3-none-any.whl
Collecting iso8601>=0.1.4 (from annotator<0.15,>=0.14.2->h===0-unknown->-r requirements.txt (line 1))
Downloading iso8601-0.1.11-py2.py3-none-any.whl
Collecting pbkdf2 (from cryptacular<1.5,>=1.4->h===0-unknown->-r requirements.txt (line 1))
Downloading pbkdf2-1.3.tar.gz
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/site-packages (from cryptacular<1.5,>=1.4->h===0-unknown->-r requirements.txt (line 1))
Collecting idna>=2.0 (from cryptography>=0.7->h===0-unknown->-r requirements.txt (line 1))
Downloading idna-2.0-py2.py3-none-any.whl (61kB)
Collecting enum34 (from cryptography>=0.7->h===0-unknown->-r requirements.txt (line 1))
Downloading enum34-1.1.2.tar.gz (46kB)
Collecting ipaddress (from cryptography>=0.7->h===0-unknown->-r requirements.txt (line 1))
Downloading ipaddress-1.0.16-py27-none-any.whl
Collecting Chameleon>=2.5.1 (from deform<1.0,>=0.9->h===0-unknown->-r requirements.txt (line 1))
Downloading Chameleon-2.24.tar.gz (193kB)
Collecting colander>=1.0a1 (from deform<1.0,>=0.9->h===0-unknown->-r requirements.txt (line 1))
Downloading colander-1.1-py2.py3-none-any.whl (109kB)
Collecting peppercorn>=0.3 (from deform<1.0,>=0.9->h===0-unknown->-r requirements.txt (line 1))
Downloading peppercorn-0.5.tar.gz
Collecting translationstring>=1.0 (from deform<1.0,>=0.9->h===0-unknown->-r requirements.txt (line 1))
Downloading translationstring-1.3-py2.py3-none-any.whl
Collecting zope.deprecation (from deform<1.0,>=0.9->h===0-unknown->-r requirements.txt (line 1))
Downloading zope.deprecation-4.1.2.tar.gz (146kB)
Collecting Jinja2 (from deform-jinja2<0.6,>=0.5->h===0-unknown->-r requirements.txt (line 1))
Downloading Jinja2-2.8-py2.py3-none-any.whl (263kB)
Collecting urllib3<2.0,>=1.8 (from elasticsearch<2.0.0,>=1.1.0->h===0-unknown->-r requirements.txt (line 1))
Downloading urllib3-1.14-py2.py3-none-any.whl (89kB)
Collecting greenlet>=0.4.7 (from gevent<1.1.0,>=1.0.2->h===0-unknown->-r requirements.txt (line 1))
Downloading greenlet-0.4.9.tar.gz (54kB)
Collecting functools32 (from jsonschema<2.6,>=2.5.1->h===0-unknown->-r requirements.txt (line 1))
Downloading functools32-3.2.3-2.tar.gz
Collecting repoze.lru>=0.4 (from pyramid<1.6,>=1.5->h===0-unknown->-r requirements.txt (line 1))
Downloading repoze.lru-0.6.tar.gz
Collecting zope.interface>=3.8.0 (from pyramid<1.6,>=1.5->h===0-unknown->-r requirements.txt (line 1))
Downloading zope.interface-4.1.3.tar.gz (141kB)
Collecting PasteDeploy>=1.5.0 (from pyramid<1.6,>=1.5->h===0-unknown->-r requirements.txt (line 1))
Downloading PasteDeploy-1.5.2-py2.py3-none-any.whl
Collecting WebOb>=1.3.1 (from pyramid<1.6,>=1.5->h===0-unknown->-r requirements.txt (line 1))
Downloading WebOb-1.5.1-py2.py3-none-any.whl (79kB)
Collecting venusian>=1.0a3 (from pyramid<1.6,>=1.5->h===0-unknown->-r requirements.txt (line 1))
Downloading venusian-1.0.tar.gz (45kB)
Collecting transaction (from pyramid-tm>=0.7->h===0-unknown->-r requirements.txt (line 1))
Downloading transaction-1.4.4.tar.gz (60kB)
Collecting Unidecode>=0.04.16 (from python-slugify<1.2.0,>=1.1.3->h===0-unknown->-r requirements.txt (line 1))
Downloading Unidecode-0.04.18.tar.gz (206kB)
Collecting MarkupSafe (from pyramid-jinja2>=2.3.3->h===0-unknown->-r requirements.txt (line 1))
Downloading MarkupSafe-0.23.tar.gz
Installing collected packages: certifi, pycparser, cffi, gunicorn, honcho, repoze.lru, zope.interface, PasteDeploy, WebOb, translationstring, zope.deprecation, venusian, pyramid, pyramid-multiauth, redis, pyramid-redis-sessions, six, idna, pyasn1, enum34, ipaddress, cryptography, pyOpenSSL, ndg-httpsclient, requests, wsaccel, PyJWT, SQLAlchemy, MarkupSafe, Mako, python-editor, alembic, urllib3, elasticsearch, iso8601, annotator, blinker, pbkdf2, cryptacular, Chameleon, colander, peppercorn, deform, Jinja2, deform-jinja2, greenlet, gevent, gnsq, itsdangerous, jsonpointer, functools32, jsonschema, oauthlib, psycogreen, psycopg2, transaction, repoze.sendmail, pyramid-mailer, pyramid-oauthlib, pyramid-tm, python-dateutil, Unidecode, python-slugify, python-statsd, webassets, pyramid-webassets, pyramid-jinja2, raven, ws4py, zope.sqlalchemy, PyYAML, h
Running setup.py install for pycparser
Running setup.py install for cffi
Running setup.py install for repoze.lru
Running setup.py install for zope.interface
Running setup.py install for zope.deprecation
Running setup.py install for venusian
Running setup.py install for pyramid-multiauth
Running setup.py install for pyramid-redis-sessions
Running setup.py install for enum34
Running setup.py install for cryptography
Running setup.py install for ndg-httpsclient
Running setup.py install for wsaccel
Running setup.py install for SQLAlchemy
Running setup.py install for MarkupSafe
Running setup.py install for Mako
Running setup.py install for python-editor
Running setup.py install for alembic
Running setup.py install for blinker
Running setup.py install for pbkdf2
Running setup.py install for cryptacular
Running setup.py install for Chameleon
Running setup.py install for peppercorn
Running setup.py install for deform
Running setup.py install for deform-jinja2
Running setup.py install for greenlet
Running setup.py install for gevent
Running setup.py install for itsdangerous
Running setup.py install for jsonpointer
Running setup.py install for functools32
Running setup.py install for oauthlib
Running setup.py install for psycogreen
Running setup.py install for psycopg2
Running setup.py install for transaction
Running setup.py install for repoze.sendmail
Running setup.py install for Unidecode
Running setup.py install for python-slugify
Running setup.py install for python-statsd
Running setup.py install for webassets
Running setup.py install for pyramid-jinja2
Running setup.py install for ws4py
Running setup.py install for zope.sqlalchemy
Running setup.py install for PyYAML
Running setup.py develop for h
Successfully installed Chameleon-2.24 Jinja2-2.8 Mako-1.0.3 MarkupSafe-0.23 PasteDeploy-1.5.2 PyJWT-1.4.0 PyYAML-3.11 SQLAlchemy-1.0.11 Unidecode-0.4.18 WebOb-1.5.1 alembic-0.8.4 annotator-0.14.2 blinker-1.3 certifi-2015.11.20.1 cffi-1.5.0 colander-1.1 cryptacular-1.4.1 cryptography-1.2.1 deform-0.9.9 deform-jinja2-0.5 elasticsearch-1.9.0 enum34-1.1.2 functools32-3.2.3-2 gevent-1.0.2 gnsq-0.3.1 greenlet-0.4.9 gunicorn-19.4.5 h honcho-0.6.6 idna-2.0 ipaddress-1.0.16 iso8601-0.1.11 itsdangerous-0.24 jsonpointer-1.0 jsonschema-2.5.1 ndg-httpsclient-0.4.0 oauthlib-0.6.3 pbkdf2-1.3 peppercorn-0.5 psycogreen-1.0 psycopg2-2.6.1 pyOpenSSL-0.15.1 pyasn1-0.1.9 pycparser-2.14 pyramid-1.5.8 pyramid-jinja2-2.5 pyramid-mailer-0.14.1 pyramid-multiauth-0.5.0 pyramid-oauthlib-0.2.0 pyramid-redis-sessions-1.0.1 pyramid-tm-0.12.1 pyramid-webassets-0.9 python-dateutil-2.4.2 python-editor-0.5 python-slugify-1.1.4 python-statsd-1.7.2 raven-5.8.1 redis-2.10.5 repoze.lru-0.6 repoze.sendmail-4.1 requests-2.9.1 six-1.10.0 transaction-1.4.4 translationstring-1.3 urllib3-1.14 venusian-1.0 webassets-0.10.1 ws4py-0.3.4 wsaccel-0.6.2 zope.deprecation-4.1.2 zope.interface-4.1.3 zope.sqlalchemy-0.7.6
---> 286bb05ae01b
Removing intermediate container 7159e2599ce1
Step 9 : COPY Procfile gunicorn.conf.py ./
---> 50740d31aad7
Removing intermediate container 8e98980ef598
Step 10 : COPY conf ./conf/
---> 5c603e38fdb5
Removing intermediate container 9de61999682f
Step 11 : COPY h ./h/
---> adeb8237f137
Removing intermediate container d7c1e685936d
Step 12 : COPY scripts ./scripts/
---> 8b733f2d3e9c
Removing intermediate container fc09453f6621
Step 13 : EXPOSE 5000
---> Running in 3334edfefc44
---> 0082d3526297
Removing intermediate container 3334edfefc44
Step 14 : ENV PYTHONIOENCODING utf_8
---> Running in da80577a90ca
---> 5f63881834c6
Removing intermediate container da80577a90ca
Step 15 : RUN hypothesis assets conf/production.ini
---> Running in 846106fd7f86
Raven is not configured (logging is disabled). Please see the documentation for more information.
---> a0b13db9da00
Removing intermediate container 846106fd7f86
Step 16 : RUN chown -R hypothesis:hypothesis h/static/
---> Running in 4e8c51886bd1
---> 0de489bfd54e
Removing intermediate container 4e8c51886bd1
Step 17 : VOLUME /var/lib/hypothesis/h/static
---> Running in e3d83dd8c321
---> 05dacddd5ee7
Removing intermediate container e3d83dd8c321
Step 18 : USER hypothesis
---> Running in a232426fae7d
---> 900ca04710e9
Removing intermediate container a232426fae7d
Step 19 : ENTRYPOINT honcho
---> Running in 35eeaea941d6
---> b2c7ced6a637
Removing intermediate container 35eeaea941d6
Step 20 : CMD start -c all=1,assets=0,initdb=0
---> Running in f565fd01e5f0
---> 998f265fe828
Removing intermediate container f565fd01e5f0
Successfully built 998f265fe828
Creating h_app_1
Attaching to h_postgresql_1, h_redis_1, h_nsqd_1, h_elasticsearch_1, h_mail_1, h_app_1
postgresql_1 | The files belonging to this database system will be owned by user "postgres".
postgresql_1 | This user must also own the server process.
postgresql_1 |
postgresql_1 | The database cluster will be initialized with locale "en_US.utf8".
postgresql_1 | The default database encoding has accordingly been set to "UTF8".
postgresql_1 | The default text search configuration will be set to "english".
postgresql_1 |
postgresql_1 | Data page checksums are disabled.
postgresql_1 |
postgresql_1 | fixing permissions on existing directory /var/lib/postgresql/data ... ok
postgresql_1 | creating subdirectories ... ok
redis_1 | 1:C 18 Jan 07:01:43.733 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1 | _._
redis_1 | _.-``__ ''-._
redis_1 | _.-`` `. `_. ''-._ Redis 3.0.6 (00000000/0) 64 bit
postgresql_1 | selecting default max_connections ... 100
redis_1 | .-`` .-```. ```\/ _.,_ ''-._
redis_1 | ( ' , .-` | `, ) Running in standalone mode
redis_1 | |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
redis_1 | | `-._ `._ / _.-' | PID: 1
redis_1 | `-._ `-._ `-./ _.-' _.-'
redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
redis_1 | | `-._`-._ _.-'_.-' | http://redis.io
redis_1 | `-._ `-._`-.__.-'_.-' _.-'
redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
redis_1 | | `-._`-._ _.-'_.-' |
redis_1 | `-._ `-._`-.__.-'_.-' _.-'
redis_1 | `-._ `-.__.-' _.-'
redis_1 | `-._ _.-'
redis_1 | `-.__.-'
redis_1 |
redis_1 | 1:M 18 Jan 07:01:43.739 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | 1:M 18 Jan 07:01:43.739 # Server started, Redis version 3.0.6
redis_1 | 1:M 18 Jan 07:01:43.739 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1 | 1:M 18 Jan 07:01:43.740 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
redis_1 | 1:M 18 Jan 07:01:43.740 * The server is now ready to accept connections on port 6379
mail_1 | Failed to autodetect target host/container and port using --link environment. Please specify them as arguments.
elasticsearch_1 | [2016-01-18 07:02:41,046][INFO ][node ] [Abner Little] version[1.4.4], pid[1], build[c88f77f/2015-02-19T13:05:36Z]
postgresql_1 | selecting default shared_buffers ... 128MB
postgresql_1 | selecting dynamic shared memory implementation ... posix
postgresql_1 | creating configuration files ... ok
postgresql_1 | creating template1 database in /var/lib/postgresql/data/base/1 ... ok
postgresql_1 | initializing pg_authid ... ok
postgresql_1 | initializing dependencies ... ok
elasticsearch_1 | [2016-01-18 07:02:41,047][INFO ][node ] [Abner Little] initializing ...
elasticsearch_1 | [2016-01-18 07:02:41,101][INFO ][plugins ] [Abner Little] loaded [analysis-icu], sites []
elasticsearch_1 | [2016-01-18 07:02:43,662][INFO ][node ] [Abner Little] initialized
elasticsearch_1 | [2016-01-18 07:02:43,665][INFO ][node ] [Abner Little] starting ...
h_nsqd_1 exited with code 0
postgresql_1 | creating system views ... ok
postgresql_1 | loading system objects' descriptions ... ok
postgresql_1 | creating collations ... ok
postgresql_1 | creating conversions ... ok
postgresql_1 | creating dictionaries ... ok
postgresql_1 | setting privileges on built-in objects ... ok
postgresql_1 | creating information schema ... ok
postgresql_1 | loading PL/pgSQL server-side language ... ok
postgresql_1 | vacuuming database template1 ... ok
postgresql_1 | copying template1 to template0 ... ok
postgresql_1 | copying template1 to postgres ... ok
postgresql_1 | syncing data to disk ...
postgresql_1 | WARNING: enabling "trust" authentication for local connections
postgresql_1 | You can change this by editing pg_hba.conf or using the option -A, or
postgresql_1 | --auth-local and --auth-host, the next time you run initdb.
postgresql_1 | ok
postgresql_1 | ****************************************************
postgresql_1 | WARNING: No password has been set for the database.
postgresql_1 | This will allow anyone with access to the
postgresql_1 | Postgres port to access your database. In
postgresql_1 | Docker's default configuration, this is
postgresql_1 | effectively any other container on the same
postgresql_1 | system.
postgresql_1 |
postgresql_1 | Use "-e POSTGRES_PASSWORD=password" to set
postgresql_1 | it in "docker run".
postgresql_1 | ****************************************************
postgresql_1 |
postgresql_1 | Success. You can now start the database server using:
postgresql_1 |
postgresql_1 | pg_ctl -D /var/lib/postgresql/data -l logfile start
postgresql_1 |
postgresql_1 | waiting for server to start....LOG: database system was shut down at 2016-01-18 07:01:44 UTC
elasticsearch_1 | [2016-01-18 07:02:44,019][INFO ][transport ] [Abner Little] bound_address {inet[/0:0:0:0:0:0:0:0:9300]}, publish_address {inet[/172.17.0.4:9300]}
elasticsearch_1 | [2016-01-18 07:02:44,169][INFO ][discovery ] [Abner Little] elasticsearch/5WLAvLXzSxKHXpFKnyfKZg
elasticsearch_1 | [2016-01-18 07:02:48,010][INFO ][cluster.service ] [Abner Little] new_master [Abner Little][5WLAvLXzSxKHXpFKnyfKZg][7b9af8a1a0f5][inet[/172.17.0.4:9300]], reason: zen-disco-join (elected_as_master)
elasticsearch_1 | [2016-01-18 07:02:48,044][INFO ][http ] [Abner Little] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/172.17.0.4:9200]}
elasticsearch_1 | [2016-01-18 07:02:48,045][INFO ][node ] [Abner Little] started
postgresql_1 | LOG: MultiXact member wraparound protections are now enabled
elasticsearch_1 | [2016-01-18 07:02:48,063][INFO ][gateway ] [Abner Little] recovered [0] indices into cluster_state
postgresql_1 | LOG: database system is ready to accept connections
postgresql_1 | LOG: autovacuum launcher started
postgresql_1 | done
postgresql_1 | server started
postgresql_1 | ALTER ROLE
postgresql_1 |
postgresql_1 |
postgresql_1 | /docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
postgresql_1 |
postgresql_1 | LOG: received fast shutdown request
postgresql_1 | LOG: aborting any active transactions
postgresql_1 | LOG: autovacuum launcher shutting down
postgresql_1 | LOG: shutting down
postgresql_1 | waiting for server to shut down....LOG: database system is shut down
postgresql_1 | done
postgresql_1 | server stopped
postgresql_1 |
postgresql_1 | PostgreSQL init process complete; ready for start up.
postgresql_1 |
postgresql_1 | LOG: database system was shut down at 2016-01-18 07:01:46 UTC
postgresql_1 | LOG: MultiXact member wraparound protections are now enabled
postgresql_1 | LOG: database system is ready to accept connections
postgresql_1 | LOG: autovacuum launcher started
h_mail_1 exited with code 1
app_1 | usage: honcho [-h] [-e ENV] [-d DIR] [-f FILE] [-v]
app_1 | {check,export,help,run,start,version} ...
app_1 | honcho: error: argument command: invalid choice: 'hypothesis' (choose from 'check', 'export', 'help', 'run', 'start', 'version')
h_app_1 exited with code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment