Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Last login: Tue Dec 3 07:14:01 on ttys006
- luccas@Luccass-Mac ~ % python
- WARNING: Python 2.7 is not recommended.
- This version is included in macOS for compatibility with legacy software.
- Future versions of macOS will not include Python 2.7.
- Instead, it is recommended that you transition to using 'python3' from within Terminal.
- Python 2.7.16 (default, Oct 17 2019, 17:14:30)
- [GCC 4.2.1 Compatible Apple LLVM 11.0.0 (clang-1100.0.32.4) (-macos10.15-objc-s on darwin
- Type "help", "copyright", "credits" or "license" for more information.
- >>> exit()
- luccas@Luccass-Mac ~ % docker -v
- Docker version 19.03.5, build 633a0ea
- luccas@Luccass-Mac ~ % docker-compose -v
- docker-compose version 1.24.1, build 4667896b
- luccas@Luccass-Mac ~ % node -v
- v8.16.2
- luccas@Luccass-Mac ~ % nvm -v
- Node Version Manager (v0.35.1)
- Note: <version> refers to any version-like string nvm understands. This includes:
- - full or partial version numbers, starting with an optional "v" (0.10, v0.1.2, v1)
- - default (built-in) aliases: node, stable, unstable, iojs, system
- - custom aliases you define with `nvm alias foo`
- Any options that produce colorized output should respect the `--no-colors` option.
- Usage:
- nvm --help Show this message
- nvm --version Print out the installed version of nvm
- nvm install [-s] <version> Download and install a <version>, [-s] from source. Uses .nvmrc if available
- --reinstall-packages-from=<version> When installing, reinstall packages installed in <node|iojs|node version number>
- --lts When installing, only select from LTS (long-term support) versions
- --lts=<LTS name> When installing, only select from versions for a specific LTS line
- --skip-default-packages When installing, skip the default-packages file if it exists
- --latest-npm After installing, attempt to upgrade to the latest working npm on the given node version
- --no-progress Disable the progress bar on any downloads
- nvm uninstall <version> Uninstall a version
- nvm uninstall --lts Uninstall using automatic LTS (long-term support) alias `lts/*`, if available.
- nvm uninstall --lts=<LTS name> Uninstall using automatic alias for provided LTS line, if available.
- nvm use [--silent] <version> Modify PATH to use <version>. Uses .nvmrc if available
- --lts Uses automatic LTS (long-term support) alias `lts/*`, if available.
- --lts=<LTS name> Uses automatic alias for provided LTS line, if available.
- nvm exec [--silent] <version> [<command>] Run <command> on <version>. Uses .nvmrc if available
- --lts Uses automatic LTS (long-term support) alias `lts/*`, if available.
- --lts=<LTS name> Uses automatic alias for provided LTS line, if available.
- nvm run [--silent] <version> [<args>] Run `node` on <version> with <args> as arguments. Uses .nvmrc if available
- --lts Uses automatic LTS (long-term support) alias `lts/*`, if available.
- --lts=<LTS name> Uses automatic alias for provided LTS line, if available.
- nvm current Display currently activated version of Node
- nvm ls [<version>] List installed versions, matching a given <version> if provided
- --no-colors Suppress colored output
- --no-alias Suppress `nvm alias` output
- nvm ls-remote [<version>] List remote versions available for install, matching a given <version> if provided
- --lts When listing, only show LTS (long-term support) versions
- --lts=<LTS name> When listing, only show versions for a specific LTS line
- --no-colors Suppress colored output
- nvm version <version> Resolve the given description to a single local version
- nvm version-remote <version> Resolve the given description to a single remote version
- --lts When listing, only select from LTS (long-term support) versions
- --lts=<LTS name> When listing, only select from versions for a specific LTS line
- nvm deactivate Undo effects of `nvm` on current shell
- nvm alias [<pattern>] Show all aliases beginning with <pattern>
- --no-colors Suppress colored output
- nvm alias <name> <version> Set an alias named <name> pointing to <version>
- nvm unalias <name> Deletes the alias named <name>
- nvm install-latest-npm Attempt to upgrade to the latest working `npm` on the current node version
- nvm reinstall-packages <version> Reinstall global `npm` packages contained in <version> to current version
- nvm unload Unload `nvm` from shell
- nvm which [current | <version>] Display path to installed node version. Uses .nvmrc if available
- nvm cache dir Display path to the cache directory for nvm
- nvm cache clear Empty cache directory for nvm
- Example:
- nvm install 8.0.0 Install a specific version number
- nvm use 8.0 Use the latest available 8.0.x release
- nvm run 6.10.3 app.js Run app.js using node 6.10.3
- nvm exec 4.8.3 node app.js Run `node app.js` with the PATH pointing to node 4.8.3
- nvm alias default 8.1.0 Set default node version on a shell
- nvm alias default node Always default to the latest available node version on a shell
- Note:
- to remove, delete, or uninstall nvm - just remove the `$NVM_DIR` folder (usually `~/.nvm`)
- luccas@Luccass-Mac ~ % git -v
- unknown option: -v
- usage: git [--version] [--help] [-C <path>] [-c <name>=<value>]
- [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
- [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare]
- [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
- <command> [<args>]
- luccas@Luccass-Mac ~ % go -v
- flag provided but not defined: -v
- Go is a tool for managing Go source code.
- Usage:
- go <command> [arguments]
- The commands are:
- bug start a bug report
- build compile packages and dependencies
- clean remove object files and cached files
- doc show documentation for package or symbol
- env print Go environment information
- fix update packages to use new APIs
- fmt gofmt (reformat) package sources
- generate generate Go files by processing source
- get add dependencies to current module and install them
- install compile and install packages and dependencies
- list list packages or modules
- mod module maintenance
- run compile and run Go program
- test test packages
- tool run specified go tool
- version print Go version
- vet report likely mistakes in packages
- Use "go help <command>" for more information about a command.
- Additional help topics:
- buildmode build modes
- c calling between Go and C
- cache build and test caching
- environment environment variables
- filetype file types
- go.mod the go.mod file
- gopath GOPATH environment variable
- gopath-get legacy GOPATH go get
- goproxy module proxy protocol
- importpath import path syntax
- modules modules, module versions, and more
- module-get module-aware go get
- module-auth module authentication using go.sum
- module-private module configuration for non-public modules
- packages package lists and patterns
- testflag testing flags
- testfunc testing functions
- Use "go help <topic>" for more information about that topic.
- luccas@Luccass-Mac ~ %
- luccas@Luccass-Mac ~ % make -v
- GNU Make 3.81
- Copyright (C) 2006 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions.
- There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
- PARTICULAR PURPOSE.
- This program built for i386-apple-darwin11.3.0
- luccas@Luccass-Mac ~ % go get golang.org/x/tools/cmd/goimports
- luccas@Luccass-Mac ~ % goimports
- zsh: command not found: goimports
- luccas@Luccass-Mac ~ % vim .bash_profile
- luccas@Luccass-Mac ~ % goimports
- zsh: command not found: goimports
- luccas@Luccass-Mac ~ % gofmt
- ^C
- luccas@Luccass-Mac ~ % gofmt -v
- flag provided but not defined: -v
- usage: gofmt [flags] [path ...]
- -cpuprofile string
- write cpu profile to this file
- -d display diffs instead of rewriting files
- -e report all errors (not just the first 10 on different lines)
- -l list files whose formatting differs from gofmt's
- -r string
- rewrite rule (e.g., 'a[b:len(a)] -> a[b:]')
- -s simplify code
- -w write result to (source) file instead of stdout
- luccas@Luccass-Mac ~ % cd Desktop/getit
- luccas@Luccass-Mac getit % ls
- Dockerfile deps likes.js
- README.md docker messages
- adapult docker-compose.yaml requirements.txt
- bitbucket-pipelines.yml environment.env scripts
- ci environment.env.example search-alerts
- click-service internal-cbs src
- client k8s vendor
- luccas@Luccass-Mac getit % vim environment.env
- luccas@Luccass-Mac getit % code
- zsh: command not found: code
- luccas@Luccass-Mac getit % pip -v
- zsh: command not found: pip
- luccas@Luccass-Mac getit % sudo easy_install pip
- Password:
- Searching for pip
- Reading https://pypi.org/simple/pip/
- Downloading https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl#sha256=6917c65fc3769ecdc61405d3dfd97afdedd75808d200b2838d7d961cebc0c2c7
- Best match: pip 19.3.1
- Processing pip-19.3.1-py2.py3-none-any.whl
- Installing pip-19.3.1-py2.py3-none-any.whl to /Library/Python/2.7/site-packages
- Adding pip 19.3.1 to easy-install.pth file
- Installing pip script to /usr/local/bin
- Installing pip3.7 script to /usr/local/bin
- Installing pip3 script to /usr/local/bin
- Installed /Library/Python/2.7/site-packages/pip-19.3.1-py2.7.egg
- Processing dependencies for pip
- Finished processing dependencies for pip
- luccas@Luccass-Mac getit % sudo pip install --upgrade pip
- DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
- WARNING: The directory '/Users/luccas/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- WARNING: The directory '/Users/luccas/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
- Requirement already up-to-date: pip in /Library/Python/2.7/site-packages/pip-19.3.1-py2.7.egg (19.3.1)
- luccas@Luccass-Mac getit % pip -v
- Usage:
- pip <command> [options]
- Commands:
- install Install packages.
- download Download packages.
- uninstall Uninstall packages.
- freeze Output installed packages in requirements format.
- list List installed packages.
- show Show information about installed packages.
- check Verify installed packages have compatible dependencies.
- config Manage local and global configuration.
- search Search PyPI for packages.
- wheel Build wheels from your requirements.
- hash Compute hashes of package archives.
- completion A helper command used for command completion.
- debug Show information useful for debugging.
- help Show help for commands.
- General Options:
- -h, --help Show help.
- --isolated Run pip in an isolated mode, ignoring
- environment variables and user configuration.
- -v, --verbose Give more output. Option is additive, and can be
- used up to 3 times.
- -V, --version Show version and exit.
- -q, --quiet Give less output. Option is additive, and can be
- used up to 3 times (corresponding to WARNING,
- ERROR, and CRITICAL logging levels).
- --log <path> Path to a verbose appending log.
- --proxy <proxy> Specify a proxy in the form
- [user:passwd@]proxy.server:port.
- --retries <retries> Maximum number of retries each connection should
- attempt (default 5 times).
- --timeout <sec> Set the socket timeout (default 15 seconds).
- --exists-action <action> Default action when a path already exists:
- (s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.
- --trusted-host <hostname> Mark this host or host:port pair as trusted,
- even though it does not have valid or any HTTPS.
- --cert <path> Path to alternate CA bundle.
- --client-cert <path> Path to SSL client certificate, a single file
- containing the private key and the certificate
- in PEM format.
- --cache-dir <dir> Store the cache data in <dir>.
- --no-cache-dir Disable the cache.
- --disable-pip-version-check
- Don't periodically check PyPI to determine
- whether a new version of pip is available for
- download. Implied with --no-index.
- --no-color Suppress colored output
- luccas@Luccass-Mac getit % pip --version
- pip 19.3.1 from /Library/Python/2.7/site-packages/pip-19.3.1-py2.7.egg/pip (python 2.7)
- luccas@Luccass-Mac getit % RUN_ADAPULT_MIGRATION=true docker-compose up —build dev-server
- Creating network "getit_default" with the default driver
- Creating network "getit_esnet" with the default driver
- Creating volume "getit_esdata1" with local driver
- Creating volume "getit_esdata2" with local driver
- ERROR: No such service: —build
- luccas@Luccass-Mac getit % RUN_ADAPULT_MIGRATION=true docker-compose up --build dev-server
- Building log
- Step 1/7 : FROM alpine:3.6
- 3.6: Pulling from library/alpine
- 5a3ea8efae5d: Pull complete
- Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475
- Status: Downloaded newer image for alpine:3.6
- ---> 43773d1dba76
- Step 2/7 : RUN apk add --update tzdata
- ---> Running in e0c57fa1b364
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/1) Installing tzdata (2019a-r0)
- Executing busybox-1.26.2-r11.trigger
- OK: 7 MiB in 14 packages
- Removing intermediate container e0c57fa1b364
- ---> a277a7ad712d
- Step 3/7 : ENV TZ=America/New_York
- ---> Running in ac035c32e468
- Removing intermediate container ac035c32e468
- ---> 9685acb687f1
- Step 4/7 : RUN apk add --update syslog-ng
- ---> Running in c749c6234a4f
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/19) Installing eventlog (0.2.12-r2)
- (2/19) Installing libffi (3.2.1-r3)
- (3/19) Installing libintl (0.19.8.1-r1)
- (4/19) Installing libuuid (2.28.2-r2)
- (5/19) Installing libblkid (2.28.2-r2)
- (6/19) Installing libmount (2.28.2-r2)
- (7/19) Installing pcre (8.41-r0)
- (8/19) Installing glib (2.52.1-r0)
- (9/19) Installing hiredis (0.13.3-r0)
- (10/19) Installing libbz2 (1.0.6-r5)
- (11/19) Installing expat (2.2.0-r1)
- (12/19) Installing gdbm (1.12-r0)
- (13/19) Installing ncurses-terminfo-base (6.0_p20171125-r1)
- (14/19) Installing ncurses-terminfo (6.0_p20171125-r1)
- (15/19) Installing ncurses-libs (6.0_p20171125-r1)
- (16/19) Installing readline (6.3.008-r5)
- (17/19) Installing sqlite-libs (3.25.3-r0)
- (18/19) Installing python2 (2.7.15-r0)
- (19/19) Installing syslog-ng (3.9.1-r1)
- Executing syslog-ng-3.9.1-r1.post-install
- Executing busybox-1.26.2-r11.trigger
- Executing glib-2.52.1-r0.trigger
- OK: 61 MiB in 33 packages
- Removing intermediate container c749c6234a4f
- ---> b5eb58c73254
- Step 5/7 : ADD ./docker/log/syslog-ng.conf /etc/syslog-ng/syslog-ng.conf
- ---> 817b2bcc9c5e
- Step 6/7 : EXPOSE 514/tcp 514/udp
- ---> Running in 53a6c498ae9f
- Removing intermediate container 53a6c498ae9f
- ---> 06a212b01e54
- Step 7/7 : ENTRYPOINT ["/usr/sbin/syslog-ng", "-F", "-f", "/etc/syslog-ng/syslog-ng.conf"]
- ---> Running in 8891c7e917e2
- Removing intermediate container 8891c7e917e2
- ---> cfcd44ab84ca
- Successfully built cfcd44ab84ca
- Successfully tagged getit_log:latest
- Pulling elasticsearch (docker.elastic.co/elasticsearch/elasticsearch:6.5.1)...
- 6.5.1: Pulling from elasticsearch/elasticsearch
- aeb7866da422: Pull complete
- 8ed52286043f: Pull complete
- 8b87f38e78e9: Pull complete
- a4cf659acf47: Pull complete
- 0385f485f7da: Pull complete
- e76d98016114: Pull complete
- 00185d9e8607: Pull complete
- 14f38d200567: Pull complete
- Digest: sha256:c598e8343af6a2734ae768b4d25f976c1de6c45d8d9f8dfa8a3c3448e5a85e86
- Status: Downloaded newer image for docker.elastic.co/elasticsearch/elasticsearch:6.5.1
- Building messages
- Step 1/12 : FROM golang:1.11.4-alpine3.8
- 1.11.4-alpine3.8: Pulling from library/golang
- cd784148e348: Pull complete
- 7e273b0dfc44: Pull complete
- 952c3806fd1a: Pull complete
- ee1f873f86f9: Pull complete
- 7172cd197d12: Pull complete
- Digest: sha256:198cb8c94b9ee6941ce6d58f29aadb855f64600918ce602cdeacb018ad77d647
- Status: Downloaded newer image for golang:1.11.4-alpine3.8
- ---> f56365ec0638
- Step 2/12 : ENV ELASTIC_HOST=
- ---> Running in 7c294e25de39
- Removing intermediate container 7c294e25de39
- ---> f8afea2bbc5f
- Step 3/12 : ENV ELASTIC_NAME=
- ---> Running in 7a15b0b47ba5
- Removing intermediate container 7a15b0b47ba5
- ---> d06a7bf6b9e3
- Step 4/12 : ENV ELASTIC_PASSWORD=
- ---> Running in c8a0f6035393
- Removing intermediate container c8a0f6035393
- ---> 22305e81c33e
- Step 5/12 : RUN apk add --update git libxml2 libxml2-dev
- ---> Running in 0366024f4e48
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
- (1/10) Installing nghttp2-libs (1.39.2-r0)
- (2/10) Installing libssh2 (1.9.0-r1)
- (3/10) Installing libcurl (7.61.1-r3)
- (4/10) Installing expat (2.2.8-r0)
- (5/10) Installing pcre2 (10.31-r0)
- (6/10) Installing git (2.18.1-r0)
- (7/10) Installing libxml2 (2.9.8-r1)
- (8/10) Installing pkgconf (1.5.3-r0)
- (9/10) Installing zlib-dev (1.2.11-r1)
- (10/10) Installing libxml2-dev (2.9.8-r1)
- Executing busybox-1.28.4-r2.trigger
- OK: 27 MiB in 24 packages
- Removing intermediate container 0366024f4e48
- ---> 5eb74b1670aa
- Step 6/12 : RUN apk add --update gcc libc-dev
- ---> Running in 3c11bf55f9cc
- (1/14) Upgrading musl (1.1.19-r10 -> 1.1.19-r11)
- (2/14) Installing binutils (2.30-r6)
- (3/14) Installing gmp (6.1.2-r1)
- (4/14) Installing isl (0.18-r0)
- (5/14) Installing libgomp (6.4.0-r9)
- (6/14) Installing libatomic (6.4.0-r9)
- (7/14) Installing libgcc (6.4.0-r9)
- (8/14) Installing mpfr3 (3.1.5-r1)
- (9/14) Installing mpc1 (1.0.3-r1)
- (10/14) Installing libstdc++ (6.4.0-r9)
- (11/14) Installing gcc (6.4.0-r9)
- (12/14) Installing musl-dev (1.1.19-r11)
- (13/14) Installing libc-dev (0.7.1-r0)
- (14/14) Upgrading musl-utils (1.1.19-r10 -> 1.1.19-r11)
- Executing busybox-1.28.4-r2.trigger
- OK: 121 MiB in 36 packages
- Removing intermediate container 3c11bf55f9cc
- ---> cf0b6d17d396
- Step 7/12 : RUN mkdir -p /opt/code/
- ---> Running in 613cd54edffc
- Removing intermediate container 613cd54edffc
- ---> b290baac24c0
- Step 8/12 : WORKDIR /opt/code/
- ---> Running in 09a559333bf9
- Removing intermediate container 09a559333bf9
- ---> 65a67ebdee89
- Step 9/12 : ADD ./ /opt/code/
- ---> 82331c0eea1d
- Step 10/12 : RUN go build -mod=vendor -o /go/bin/messages
- ---> Running in b5607198a7eb
- Removing intermediate container b5607198a7eb
- ---> 932bba2f10ea
- Step 11/12 : ENTRYPOINT /go/bin/messages
- ---> Running in ea4f076c18c4
- Removing intermediate container ea4f076c18c4
- ---> a890c01e4201
- Step 12/12 : EXPOSE 8080
- ---> Running in fd77fbc8ea2f
- Removing intermediate container fd77fbc8ea2f
- ---> 75d73c7ffc3a
- Successfully built 75d73c7ffc3a
- Successfully tagged getit_messages:latest
- Building db
- Step 1/42 : FROM python:3.6.7-alpine3.6
- 3.6.7-alpine3.6: Pulling from library/python
- ab3d5dc0b96d: Pull complete
- 71afa6c1e317: Pull complete
- 2bcf07aaf18b: Pull complete
- 9241a3cc520e: Pull complete
- 4f8166d127bf: Pull complete
- Digest: sha256:c42394297f3984178f709248d30b8ab2ab7987db71c0729a65077606ea17d866
- Status: Downloaded newer image for python:3.6.7-alpine3.6
- ---> 8f30079779ef
- Step 2/42 : ARG POSTGRES_DB
- ---> Running in d2ede88e8863
- Removing intermediate container d2ede88e8863
- ---> 963f2e39b14e
- Step 3/42 : ENV POSTGRES_DB $POSTGRES_DB
- ---> Running in dd432efb9ea9
- Removing intermediate container dd432efb9ea9
- ---> 37657226cb56
- Step 4/42 : ARG POSTGRES_USER
- ---> Running in 4c63ad60ccbe
- Removing intermediate container 4c63ad60ccbe
- ---> 28a1c8af05fa
- Step 5/42 : ENV POSTGRES_USER $POSTGRES_USER
- ---> Running in 12f493c3bd45
- Removing intermediate container 12f493c3bd45
- ---> 35027e6315d9
- Step 6/42 : ARG POSTGRES_PASSWORD
- ---> Running in 986ff90a144b
- Removing intermediate container 986ff90a144b
- ---> 261bd94e6e73
- Step 7/42 : ENV POSTGRES_PASSWORD $POSTGRES_PASSWORD
- ---> Running in 026d5b372ae9
- Removing intermediate container 026d5b372ae9
- ---> 9b8e7f8331e2
- Step 8/42 : ARG POSTGRES_PORT
- ---> Running in 313bd782f591
- Removing intermediate container 313bd782f591
- ---> 2c37cef53db9
- Step 9/42 : ARG django_secret_key
- ---> Running in 3ccbe2bf09cd
- Removing intermediate container 3ccbe2bf09cd
- ---> c4ad813a1ca4
- Step 10/42 : ENV DJANGO_SECRET_KEY $django_secret_key
- ---> Running in 0bba3c656b65
- Removing intermediate container 0bba3c656b65
- ---> 186807f53929
- Step 11/42 : ENV POSTGRES_HOST localhost
- ---> Running in 2f4e21195036
- Removing intermediate container 2f4e21195036
- ---> 3a10a7b08ddb
- Step 12/42 : RUN apk --update add bash nano curl su-exec git postgresql postgresql-contrib postgresql-dev && rm -rf /var/cache/apk/*
- ---> Running in a745375dbf1d
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/23) Installing bash (4.3.48-r1)
- Executing bash-4.3.48-r1.post-install
- (2/23) Installing libssh2 (1.8.2-r0)
- (3/23) Installing libcurl (7.61.1-r2)
- (4/23) Installing curl (7.61.1-r2)
- (5/23) Installing pcre (8.41-r0)
- (6/23) Installing git (2.13.7-r2)
- (7/23) Installing libmagic (5.32-r0)
- (8/23) Installing nano (2.8.4-r0)
- (9/23) Installing libedit (20170329.3.1-r2)
- (10/23) Installing db (5.3.28-r0)
- (11/23) Installing libsasl (2.1.26-r10)
- (12/23) Installing libldap (2.4.44-r5)
- (13/23) Installing libpq (9.6.13-r0)
- (14/23) Installing postgresql-client (9.6.13-r0)
- (15/23) Installing libxml2 (2.9.8-r1)
- (16/23) Installing postgresql (9.6.13-r0)
- (17/23) Installing libuuid (2.28.2-r2)
- (18/23) Installing postgresql-contrib (9.6.13-r0)
- (19/23) Installing pkgconf (1.3.7-r0)
- (20/23) Installing libressl-dev (2.5.5-r2)
- (21/23) Installing postgresql-libs (9.6.13-r0)
- (22/23) Installing postgresql-dev (9.6.13-r0)
- (23/23) Installing su-exec (0.2-r0)
- Executing busybox-1.26.2-r11.trigger
- OK: 84 MiB in 48 packages
- Removing intermediate container a745375dbf1d
- ---> ff5b92d872ce
- Step 13/42 : RUN apk add --update build-base py-pip jpeg-dev zlib-dev
- ---> Running in 53e38aed4d50
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/26) Upgrading musl (1.1.16-r14 -> 1.1.16-r15)
- (2/26) Installing binutils-libs (2.30-r1)
- (3/26) Installing binutils (2.30-r1)
- (4/26) Installing gmp (6.1.2-r0)
- (5/26) Installing isl (0.17.1-r0)
- (6/26) Installing libgomp (6.3.0-r4)
- (7/26) Installing libatomic (6.3.0-r4)
- (8/26) Installing libgcc (6.3.0-r4)
- (9/26) Installing mpfr3 (3.1.5-r0)
- (10/26) Installing mpc1 (1.0.3-r0)
- (11/26) Installing libstdc++ (6.3.0-r4)
- (12/26) Installing gcc (6.3.0-r4)
- (13/26) Installing musl-dev (1.1.16-r15)
- (14/26) Installing libc-dev (0.7.1-r0)
- (15/26) Installing g++ (6.3.0-r4)
- (16/26) Installing make (4.2.1-r0)
- (17/26) Installing fortify-headers (0.8-r0)
- (18/26) Installing build-base (0.5-r0)
- (19/26) Installing libjpeg-turbo (1.5.3-r2)
- (20/26) Installing libjpeg-turbo-dev (1.5.3-r2)
- (21/26) Installing jpeg-dev (8-r6)
- (22/26) Upgrading musl-utils (1.1.16-r14 -> 1.1.16-r15)
- (23/26) Installing python2 (2.7.15-r0)
- (24/26) Installing py-setuptools (33.1.1-r1)
- (25/26) Installing py2-pip (9.0.1-r1)
- (26/26) Installing zlib-dev (1.2.11-r0)
- Executing busybox-1.26.2-r11.trigger
- OK: 291 MiB in 72 packages
- Removing intermediate container 53e38aed4d50
- ---> 2bbde0bb3a36
- Step 14/42 : ENV LIBRARY_PATH=/lib:/usr/lib
- ---> Running in 41bd7e79d178
- Removing intermediate container 41bd7e79d178
- ---> dbf44f00cf00
- Step 15/42 : ENV LANG en_US.utf8
- ---> Running in e267301649f0
- Removing intermediate container e267301649f0
- ---> 03cb95ae4884
- Step 16/42 : ENV PGDATA /var/lib/postgresql/data
- ---> Running in b17b4bbd37b1
- Removing intermediate container b17b4bbd37b1
- ---> 21e2b35c3cb9
- Step 17/42 : EXPOSE $POSTGRES_PORT
- ---> Running in 62db16f1f89f
- Removing intermediate container 62db16f1f89f
- ---> 187304e5ece1
- Step 18/42 : VOLUME /var/lib/postgresql/data
- ---> Running in 9121b3f61b9a
- Removing intermediate container 9121b3f61b9a
- ---> c8c4b2f3ada1
- Step 19/42 : RUN apk add --update tzdata
- ---> Running in 3fb8587c8cad
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/1) Installing tzdata (2019a-r0)
- Executing busybox-1.26.2-r11.trigger
- OK: 294 MiB in 73 packages
- Removing intermediate container 3fb8587c8cad
- ---> a42ea3813a42
- Step 20/42 : ENV TZ=America/New_York
- ---> Running in ace227b419e0
- Removing intermediate container ace227b419e0
- ---> 4d2bf21dc1c4
- Step 21/42 : RUN mkdir -p /opt/code
- ---> Running in 9b9506e807b7
- Removing intermediate container 9b9506e807b7
- ---> f6c2b320a430
- Step 22/42 : RUN mkdir -p /opt/data
- ---> Running in 2e224afecbf5
- Removing intermediate container 2e224afecbf5
- ---> 18cd29e70aca
- Step 23/42 : ENV PGDATA /opt/data
- ---> Running in c0b211efe8f8
- Removing intermediate container c0b211efe8f8
- ---> fd02f15dab8d
- Step 24/42 : WORKDIR /opt/code
- ---> Running in ec24adb2c9ef
- Removing intermediate container ec24adb2c9ef
- ---> 45f8ba74e7f9
- Step 25/42 : RUN pip3 install --upgrade setuptools
- ---> Running in 5dbe87b6f5d8
- Collecting setuptools
- Downloading https://files.pythonhosted.org/packages/54/28/c45d8b54c1339f9644b87663945e54a8503cfef59cf0f65b3ff5dd17cf64/setuptools-42.0.2-py2.py3-none-any.whl (583kB)
- Installing collected packages: setuptools
- Found existing installation: setuptools 40.6.3
- Uninstalling setuptools-40.6.3:
- Successfully uninstalled setuptools-40.6.3
- Successfully installed setuptools-42.0.2
- You are using pip version 18.1, however version 19.3.1 is available.
- You should consider upgrading via the 'pip install --upgrade pip' command.
- Removing intermediate container 5dbe87b6f5d8
- ---> 3984572d8d0c
- Step 26/42 : RUN pip3 install --upgrade pip
- ---> Running in e7fbfe2e0930
- Collecting pip
- Downloading https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl (1.4MB)
- Installing collected packages: pip
- Found existing installation: pip 18.1
- Uninstalling pip-18.1:
- Successfully uninstalled pip-18.1
- Successfully installed pip-19.3.1
- Removing intermediate container e7fbfe2e0930
- ---> 474e397460ce
- Step 27/42 : RUN mkdir -p /opt/code/db
- ---> Running in 867727c7eb76
- Removing intermediate container 867727c7eb76
- ---> 1b3699535d7c
- Step 28/42 : WORKDIR /opt/code/db
- ---> Running in b7230dfc66ad
- Removing intermediate container b7230dfc66ad
- ---> 1640dc768c27
- Step 29/42 : ADD ./docker/db/postgres-setup.sh /opt/code/db/
- ---> 38733459f169
- Step 30/42 : RUN ./postgres-setup.sh
- ---> Running in 007b545aff5d
- The files belonging to this database system will be owned by user "postgres".
- This user must also own the server process.
- The database cluster will be initialized with locale "en_US.utf8".
- The default database encoding has accordingly been set to "UTF8".
- The default text search configuration will be set to "english".
- Data page checksums are disabled.
- fixing permissions on existing directory /opt/data ... ok
- creating subdirectories ... ok
- selecting default max_connections ... 100
- selecting default shared_buffers ... 128MB
- selecting dynamic shared memory implementation ... posix
- creating configuration files ... ok
- running bootstrap script ... ok
- performing post-bootstrap initialization ... No usable system locales were found.
- Use the option "--debug" to see details.
- sh: locale: not found
- ok
- syncing data to disk ...
- WARNING: enabling "trust" authentication for local connections
- You can change this by editing pg_hba.conf or using the option -A, or
- --auth-local and --auth-host, the next time you run initdb.
- ok
- Success.
- Creating database apidb
- PostgreSQL stand-alone backend 9.6.13
- backend> statement: CREATE DATABASE apidb;
- backend>
- PostgreSQL stand-alone backend 9.6.13
- backend> statement: ALTER USER postgres WITH SUPERUSER PASSWORD 'somepassword';
- backend>
- Removing intermediate container 007b545aff5d
- ---> 8c45fe0779a5
- Step 31/42 : WORKDIR /opt/code
- ---> Running in 54402bed061e
- Removing intermediate container 54402bed061e
- ---> fc2e45534563
- Step 32/42 : ADD requirements.txt /opt/code
- ---> ec643e5db6f9
- Step 33/42 : RUN pip3 install --upgrade setuptools
- ---> Running in d341a84ed2a6
- Requirement already up-to-date: setuptools in /usr/local/lib/python3.6/site-packages (42.0.2)
- Removing intermediate container d341a84ed2a6
- ---> e041b50f7e45
- Step 34/42 : RUN pip3 install --upgrade pip
- ---> Running in 6ba14e992872
- Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (19.3.1)
- Removing intermediate container 6ba14e992872
- ---> f7496e3b1072
- Step 35/42 : ADD ./vendor /opt/vendor
- ---> 37fcd9bb4b8e
- Step 36/42 : ADD ./deps /opt/deps
- ---> 26555f0f8690
- Step 37/42 : RUN if ls /opt/vendor/*.whl 1> /dev/null 2>&1; then pip3 install /opt/vendor/*.whl; fi
- ---> Running in cbde5555a150
- Removing intermediate container cbde5555a150
- ---> ffa10110bb64
- Step 38/42 : RUN apk add --no-cache --virtual .build-deps build-base linux-headers gcc && pip3 install -r requirements.txt && find /usr/local \( -type d -a -name test -o -name tests \) -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) -exec rm -rf '{}' + && runDeps="$( scanelf --needed --nobanner --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && apk add --virtual .rundeps $runDeps && apk del .build-deps
- ---> Running in aeb011cdccbb
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/2) Installing linux-headers (4.4.6-r2)
- (2/2) Installing .build-deps (0)
- OK: 300 MiB in 75 packages
- Collecting git+https://github.com/sixfeetup/django-access-tokens.git@22c72cbd59fab7dad6b05849b40863923eccf46a (from -r requirements.txt (line 23))
- Cloning https://github.com/sixfeetup/django-access-tokens.git (to revision 22c72cbd59fab7dad6b05849b40863923eccf46a) to /tmp/pip-req-build-54o8u6dp
- Running command git clone -q https://github.com/sixfeetup/django-access-tokens.git /tmp/pip-req-build-54o8u6dp
- Running command git checkout -q 22c72cbd59fab7dad6b05849b40863923eccf46a
- Collecting bleach==2.1.2
- Downloading https://files.pythonhosted.org/packages/07/59/06f368f350cd7f226606c2bc7210c6b336312df62185de333c66d6180512/bleach-2.1.2-py2.py3-none-any.whl
- Collecting coverage==4.5.1
- Downloading https://files.pythonhosted.org/packages/35/fe/e7df7289d717426093c68d156e0fd9117c8f4872b6588e8a8928a0f68424/coverage-4.5.1.tar.gz (379kB)
- Collecting Django==2.1
- Downloading https://files.pythonhosted.org/packages/51/1a/e0ac7886c7123a03814178d7517dc822af0fe51a72e1a6bff26153103322/Django-2.1-py3-none-any.whl (7.3MB)
- Collecting django-categories==1.6.0
- Downloading https://files.pythonhosted.org/packages/83/45/4d7c621063cf7cb782d160bc6aa10becaba351d4e6b6142285dc86a9a86a/django_categories-1.6-py2.py3-none-any.whl (89kB)
- Collecting django-cors-headers==2.1.0
- Downloading https://files.pythonhosted.org/packages/10/97/40b519badff93449706cd2cab3f328e1898e627bb218e3429c5581ad1932/django_cors_headers-2.1.0-py2.py3-none-any.whl
- Collecting django-filter==2.0.0
- Downloading https://files.pythonhosted.org/packages/6a/8b/8517167a0adc45ce94d0873efb9487dd4cdeff7e10f96e837ad3d58f5837/django_filter-2.0.0-py3-none-any.whl (69kB)
- Collecting django-fsm==2.6.0
- Downloading https://files.pythonhosted.org/packages/cc/81/6074f9e46a81e004b84d9000e7805c6620fa56e43c5eb30a04ae176fcba1/django_fsm-2.6.0-py2.py3-none-any.whl
- Collecting django-fsm-log==1.5.0
- Downloading https://files.pythonhosted.org/packages/8e/6a/771b3928cfc6e00e5ff9dd83e357b8713be3035ddc05f1859035f64f61e5/django_fsm_log-1.5.0-py3-none-any.whl
- Collecting django-imagekit==4.0.2
- Downloading https://files.pythonhosted.org/packages/e5/2a/a5c62376e897c23d1ce21be86c18e68096cb8c83df7d010d24ca81139e9e/django_imagekit-4.0.2-py2.py3-none-any.whl (47kB)
- Collecting django-log-request-id==1.3.2
- Downloading https://files.pythonhosted.org/packages/f5/bf/dee54a31dd3148446cf0662a675e158ea9e77ce284a86ff509baad1662e7/django-log-request-id-1.3.2.tar.gz
- Collecting django-oauth-toolkit==1.0.0
- Downloading https://files.pythonhosted.org/packages/e2/f0/3bd6fb9f17c375ac0f3f4f8a4879d240a5a5508557b77e696a665fceeb23/django_oauth_toolkit-1.0.0-py2.py3-none-any.whl (45kB)
- Collecting django-permission==1.0.4
- Downloading https://files.pythonhosted.org/packages/96/31/a00c8e034e0447ccb2fd288b684b7a2d6790d5bcf2749311b26ca3d163ec/django_permission-1.0.4-py3-none-any.whl (59kB)
- Collecting django-rest-elasticsearch==0.4.1
- Downloading https://files.pythonhosted.org/packages/f6/28/9b1039bfaeb8aa489d15d9118e51a6a3708f052c004c8a60b9f3fd3f88b8/django-rest-elasticsearch-0.4.1.tar.gz
- Collecting django-rest-swagger==2.1.2
- Downloading https://files.pythonhosted.org/packages/2c/12/28d0677756283d913f8371ad7590e16f5e6c8444044f5b1b1586f956e610/django_rest_swagger-2.1.2-py2.py3-none-any.whl (747kB)
- Obtaining django-session-header from git+https://github.com/kball/django-session-header.git#egg=django-session-header (from -r requirements.txt (line 15))
- Running command git clone -q https://github.com/kball/django-session-header.git /opt/code/src/django-session-header
- Cloning https://github.com/kball/django-session-header.git to ./src/django-session-header
- Collecting django-simple-history==2.5.1
- Downloading https://files.pythonhosted.org/packages/54/3d/9129a60f8563fe3e02311acdee6d358c0f7e0584ff473579e98fc5b8b152/django_simple_history-2.5.1-py2.py3-none-any.whl
- Collecting django-storages==1.6.5
- Downloading https://files.pythonhosted.org/packages/97/71/10c4c8c62b6fecca1960dcf828a7639baafddf088976a89b8dedc9124a39/django_storages-1.6.5-py2.py3-none-any.whl (47kB)
- Collecting django-taggit==0.23.0
- Downloading https://files.pythonhosted.org/packages/39/ed/3607874788740674b7533586fc6b3e2249b5c5e9585882f0c8709e9a8c36/django_taggit-0.23.0-py2.py3-none-any.whl (44kB)
- Collecting django-taggit-serializer==0.1.7
- Downloading https://files.pythonhosted.org/packages/68/c4/9737e1df18ca8af0f40f46a54af08a15d75eb7afd7805ba94c87fc042ae3/django-taggit-serializer-0.1.7.tar.gz
- Collecting djangorestframework==3.9.0
- Downloading https://files.pythonhosted.org/packages/99/0b/d37a5a96c5d301e23adcabcc2f3fa659fb34e6308590f95ebb50cdbe98a1/djangorestframework-3.9.0-py2.py3-none-any.whl (924kB)
- Collecting elasticsearch-dsl==6.3.0
- Downloading https://files.pythonhosted.org/packages/61/13/9b6864dd05295e38afe019957a7736cde8826fc21019632d0b8e84cac7c0/elasticsearch_dsl-6.3.0-py2.py3-none-any.whl (48kB)
- Collecting facebook-sdk==3.0.0
- Downloading https://files.pythonhosted.org/packages/64/80/a4bdc341dbd283ce4bf23445b9b3f36e21ba9fe2f130435e0892675704c4/facebook_sdk-3.0.0-py3-none-any.whl
- Collecting google-api-python-client==1.7.9
- Downloading https://files.pythonhosted.org/packages/3f/f1/20fd18744c3d20307d634ffcc02592bc7efc45a59624e14655cf21cbfb5e/google_api_python_client-1.7.9-py3-none-any.whl (56kB)
- Collecting google-auth==1.6.3
- Downloading https://files.pythonhosted.org/packages/c5/9b/ed0516cc1f7609fb0217e3057ff4f0f9f3e3ce79a369c6af4a6c5ca25664/google_auth-1.6.3-py2.py3-none-any.whl (73kB)
- Collecting google-cloud-storage==1.6.0
- Downloading https://files.pythonhosted.org/packages/c8/13/131c4d6b72411bcd56ab82a70a256d961e8d87e7b6356c12791c0003765d/google_cloud_storage-1.6.0-py2.py3-none-any.whl (51kB)
- Collecting oauth2client==4.1.3
- Downloading https://files.pythonhosted.org/packages/95/a9/4f25a14d23f0786b64875b91784607c2277eff25d48f915e39ff0cff505a/oauth2client-4.1.3-py2.py3-none-any.whl (98kB)
- Collecting Pillow==4.3.0
- Downloading https://files.pythonhosted.org/packages/e0/82/ec499c78bfe4ecaa91c2f3000040451d187ed0a816d58b8543e29c48827f/Pillow-4.3.0.tar.gz (13.9MB)
- Collecting psycopg2==2.7.3
- Downloading https://files.pythonhosted.org/packages/98/99/33ca02c4bc3ed1bd9ceab5614bda2e6d1d31e61ec58345b9feece238c38a/psycopg2-2.7.3.tar.gz (425kB)
- Collecting pycryptodome==3.8.2
- Downloading https://files.pythonhosted.org/packages/e2/7b/12f76a8bd427ebc54f24a0df6fd776fda48087d6a9a32ae0dbc3341dac3f/pycryptodome-3.8.2.tar.gz (12.4MB)
- Collecting pytest-django==3.1.2
- Downloading https://files.pythonhosted.org/packages/0f/c4/123ec7829e175af511c5be0501df9552261c2bf549b8e7a43ba35505594e/pytest_django-3.1.2-py2.py3-none-any.whl
- Collecting python-gmaps==0.3.1
- Downloading https://files.pythonhosted.org/packages/71/1a/b5ac46de53b009327e4ce4ae6598069fc60d57e006b86bc40f251a9c9959/python_gmaps-0.3.1-py2.py3-none-any.whl
- Collecting pyyaml==3.12
- Downloading https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz (253kB)
- Collecting rollbar==0.14.1
- Downloading https://files.pythonhosted.org/packages/88/bd/aa1e91f4d5e706a7aaf771d028ccdc100ac95c9fe286c102d9795f6ff409/rollbar-0.14.1.tar.gz (59kB)
- Collecting sendgrid-django==4.2.0
- Downloading https://files.pythonhosted.org/packages/f5/94/4749ff4acae2c2ca89c5acdf8449494ef4fbc4254a705866f07c6774ea8b/sendgrid-django-4.2.0.tar.gz
- Collecting smtpapi==0.3.1
- Downloading https://files.pythonhosted.org/packages/21/de/380fd07226fb481bfb12f0b8e581363bede5801f7aad53d029fd0e38be62/smtpapi-0.3.1.tar.gz
- Collecting stripe==2.35.0
- Downloading https://files.pythonhosted.org/packages/66/d0/9347c19912b18c92af558a5eb3ea93db90bf1a1472d3c31282517d996695/stripe-2.35.0-py2.py3-none-any.whl (198kB)
- Collecting unittest-xml-reporting==2.2.0
- Downloading https://files.pythonhosted.org/packages/d4/82/28569924f68a539bd7b0cb966cfaac4de7f805201d1384d653aae0806bac/unittest_xml_reporting-2.2.0-py2.py3-none-any.whl
- Collecting uwsgi==2.0.17.1
- Downloading https://files.pythonhosted.org/packages/a2/c9/a2d5737f63cd9df4317a4acc15d1ddf4952e28398601d8d7d706c16381e0/uwsgi-2.0.17.1.tar.gz (800kB)
- Collecting google-cloud-talent==0.3.0
- Downloading https://files.pythonhosted.org/packages/14/48/da8d2192d5922acd6c0a38aa2371802d5a80dc57da360a2dc078af450cf4/google_cloud_talent-0.3.0-py2.py3-none-any.whl (269kB)
- Collecting google-api-core==1.14.2
- Downloading https://files.pythonhosted.org/packages/71/e5/7059475b3013a3c75abe35015c5761735ab224eb1b129fee7c8e376e7805/google_api_core-1.14.2-py2.py3-none-any.whl (68kB)
- Collecting grpcio==1.24.0
- Downloading https://files.pythonhosted.org/packages/5d/44/26b8e581a12837cc44a82fcdef6edcaa8b220d4f6ded1e3267f9ce126f48/grpcio-1.24.0.tar.gz (14.1MB)
- Collecting filestack-python==3.0.1
- Downloading https://files.pythonhosted.org/packages/63/df/d06fd4b3761b59fa4a3876529e1824ffdb1481136285b1141255640a761f/filestack_python-3.0.1-py3-none-any.whl
- Collecting six
- Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
- Collecting html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre
- Downloading https://files.pythonhosted.org/packages/a5/62/bbd2be0e7943ec8504b517e62bab011b4946e1258842bc159e5dfde15b96/html5lib-1.0.1-py2.py3-none-any.whl (117kB)
- Collecting pytz
- Downloading https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl (509kB)
- Collecting unicode-slugify==0.1.3
- Downloading https://files.pythonhosted.org/packages/8c/ba/1a05f61c7fd72df85ae4dc1c7967a3e5a4b6c61f016e794bc7f09b2597c0/unicode-slugify-0.1.3.tar.gz
- Collecting django-mptt<0.10,>=0.9.0
- Downloading https://files.pythonhosted.org/packages/46/ec/415a72ff8c41be0e00900941fad48b3c696fd1da7f8e8ac1e6abc59d8981/django_mptt-0.9.1-py2.py3-none-any.whl (105kB)
- Collecting django-appconf
- Downloading https://files.pythonhosted.org/packages/f6/b3/fcec63afcf323581c4919f21e90ef8c8200034108a6a0ab47a6bf6a9327b/django_appconf-1.0.3-py2.py3-none-any.whl
- Collecting pilkit>=0.2.0
- Downloading https://files.pythonhosted.org/packages/c4/5c/318d9c20f309e6a79ea4d4605f86597d05f3e007d3d1925ff02474808659/pilkit-2.0.tar.gz (161kB)
- Collecting oauthlib>=2.0.1
- Downloading https://files.pythonhosted.org/packages/05/57/ce2e7a8fa7c0afb54a0581b14a65b56e62b5759dbc98e80627142b8a3704/oauthlib-3.1.0-py2.py3-none-any.whl (147kB)
- Collecting requests>=2.13.0
- Downloading https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl (57kB)
- Collecting app-version
- Downloading https://files.pythonhosted.org/packages/a7/03/5eeff1025f889d8d85738078c4f48e806aafe27c93ed1a52f3fbec029b06/app_version-1.0.1-py3-none-any.whl
- Collecting pytest-runner
- Downloading https://files.pythonhosted.org/packages/16/45/81b5262c0efc08882bdf183b788e6d28e3d684863990996d8b60967d48da/pytest_runner-5.2-py2.py3-none-any.whl
- Collecting coreapi>=2.3.0
- Downloading https://files.pythonhosted.org/packages/fc/3a/9dedaad22962770edd334222f2b3c3e7ad5e1c8cab1d6a7992c30329e2e5/coreapi-2.3.3-py2.py3-none-any.whl
- Collecting simplejson
- Downloading https://files.pythonhosted.org/packages/98/87/a7b98aa9256c8843f92878966dc3d8d914c14aad97e2c5ce4798d5743e07/simplejson-3.17.0.tar.gz (83kB)
- Collecting openapi-codec>=1.3.1
- Downloading https://files.pythonhosted.org/packages/78/e5/e0b5aba60c645dde952bc8a9df1f2b0bef27302908839b0a29284c9245d4/openapi-codec-1.3.2.tar.gz
- Collecting elasticsearch<7.0.0,>=6.0.0
- Downloading https://files.pythonhosted.org/packages/e0/b3/14dd62dfee3b0bca512167edc6f8baf5149b1108a02f9f246021953d117c/elasticsearch-6.4.0-py2.py3-none-any.whl (81kB)
- Collecting python-dateutil
- Downloading https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl (227kB)
- Collecting httplib2<1dev,>=0.9.2
- Downloading https://files.pythonhosted.org/packages/d2/84/f97b9efdb17c9b73e133bdbf2b4bfd09cd0be655e36e3ee3c4bec9095048/httplib2-0.14.0-py3-none-any.whl (94kB)
- Collecting google-auth-httplib2>=0.0.3
- Downloading https://files.pythonhosted.org/packages/33/49/c814d6d438b823441552198f096fcd0377fd6c88714dbed34f1d3c8c4389/google_auth_httplib2-0.0.3-py2.py3-none-any.whl
- Collecting uritemplate<4dev,>=3.0.0
- Downloading https://files.pythonhosted.org/packages/e5/7d/9d5a640c4f8bf2c8b1afc015e9a9d8de32e13c9016dcc4b0ec03481fb396/uritemplate-3.0.0-py2.py3-none-any.whl
- Collecting rsa>=3.1.4
- Downloading https://files.pythonhosted.org/packages/02/e5/38518af393f7c214357079ce67a317307936896e961e35450b70fad2a9cf/rsa-4.0-py2.py3-none-any.whl
- Collecting cachetools>=2.0.0
- Downloading https://files.pythonhosted.org/packages/2f/a6/30b0a0bef12283e83e58c1d6e7b5aabc7acfc4110df81a4471655d33e704/cachetools-3.1.1-py2.py3-none-any.whl
- Collecting pyasn1-modules>=0.2.1
- Downloading https://files.pythonhosted.org/packages/52/50/bb4cefca37da63a0c52218ba2cb1b1c36110d84dcbae8aa48cd67c5e95c2/pyasn1_modules-0.2.7-py2.py3-none-any.whl (131kB)
- Collecting google-cloud-core<0.29dev,>=0.28.0
- Downloading https://files.pythonhosted.org/packages/0f/41/ae2418b4003a14cf21c1c46d61d1b044bf02cf0f8f91598af572b9216515/google_cloud_core-0.28.1-py2.py3-none-any.whl
- Collecting google-resumable-media>=0.3.1
- Downloading https://files.pythonhosted.org/packages/35/9e/f73325d0466ce5bdc36333f1aeb2892ead7b76e79bdb5c8b0493961fa098/google_resumable_media-0.5.0-py2.py3-none-any.whl
- Collecting pyasn1>=0.1.7
- Downloading https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl (77kB)
- Collecting olefile
- Downloading https://files.pythonhosted.org/packages/34/81/e1ac43c6b45b4c5f8d9352396a14144bba52c8fec72a80f425f6a4d653ad/olefile-0.46.zip (112kB)
- Collecting pytest>=2.9
- Downloading https://files.pythonhosted.org/packages/da/ed/d22d7f06eb1107271694ed2171b9d52e8eea38d9757124e75ba13324ac77/pytest-5.3.1-py3-none-any.whl (233kB)
- Collecting sendgrid<4,>=3.5
- Downloading https://files.pythonhosted.org/packages/d6/be/5c2cf158c9036224676b3b01042c27d722fba63b46cb87a4fdaf24fa3621/sendgrid-3.6.5-py2.py3-none-any.whl
- Requirement already satisfied: setuptools>=34.0.0 in /usr/local/lib/python3.6/site-packages (from google-api-core==1.14.2->-r requirements.txt (line 41)) (42.0.2)
- Collecting googleapis-common-protos<2.0dev,>=1.6.0
- Downloading https://files.pythonhosted.org/packages/eb/ee/e59e74ecac678a14d6abefb9054f0bbcb318a6452a30df3776f133886d7d/googleapis-common-protos-1.6.0.tar.gz
- Collecting protobuf>=3.4.0
- Downloading https://files.pythonhosted.org/packages/4e/26/1517e42a81de4f28ed0f3cdadb628c1b72f3a28f38323a05e251f5df0a29/protobuf-3.11.1-py2.py3-none-any.whl (434kB)
- Collecting trafaret==1.2.0
- Downloading https://files.pythonhosted.org/packages/02/59/b502446f3985a9351ea4bfca4e90471668206d3a957e5e2ea256fc3d9d35/trafaret-1.2.0-py3-none-any.whl
- Collecting webencodings
- Downloading https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl
- Collecting unidecode
- Downloading https://files.pythonhosted.org/packages/d0/42/d9edfed04228bacea2d824904cae367ee9efd05e6cce7ceaaedd0b0ad964/Unidecode-1.1.1-py2.py3-none-any.whl (238kB)
- Collecting django-js-asset
- Downloading https://files.pythonhosted.org/packages/aa/2d/98089cf51c8e83bc70723021390b94a3638a4a0ce30a47e2e70476b2095d/django_js_asset-1.2.2-py2.py3-none-any.whl
- Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
- Downloading https://files.pythonhosted.org/packages/b4/40/a9837291310ee1ccc242ceb6ebfd9eb21539649f193a7c8c86ba15b98539/urllib3-1.25.7-py2.py3-none-any.whl (125kB)
- Collecting certifi>=2017.4.17
- Downloading https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl (156kB)
- Collecting idna<2.9,>=2.5
- Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
- Collecting chardet<3.1.0,>=3.0.2
- Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
- Collecting coreschema
- Downloading https://files.pythonhosted.org/packages/93/08/1d105a70104e078718421e6c555b8b293259e7fc92f7e9a04869947f198f/coreschema-0.0.4.tar.gz
- Collecting itypes
- Downloading https://files.pythonhosted.org/packages/d3/24/5e511590f95582efe64b8ad2f6dadd85c5563c9dcf40171ea5a70adbf5a9/itypes-1.1.0.tar.gz
- Collecting py>=1.5.0
- Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
- Collecting pluggy<1.0,>=0.12
- Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
- Collecting packaging
- Downloading https://files.pythonhosted.org/packages/cf/94/9672c2d4b126e74c4496c6b3c58a8b51d6419267be9e70660ba23374c875/packaging-19.2-py2.py3-none-any.whl
- Collecting more-itertools>=4.0.0
- Downloading https://files.pythonhosted.org/packages/5c/1d/3df99de956abb96305956e09e6a1fa955883295e1f28808f9c97b3d5364d/more_itertools-8.0.0-py3-none-any.whl (40kB)
- Collecting importlib-metadata>=0.12; python_version < "3.8"
- Downloading https://files.pythonhosted.org/packages/ed/82/ebece33bc20b9097683d09e47563d487e411e2cf3a37789d7ec0a88c4ce4/importlib_metadata-1.1.0-py2.py3-none-any.whl
- Collecting wcwidth
- Downloading https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
- Collecting attrs>=17.4.0
- Downloading https://files.pythonhosted.org/packages/a2/db/4313ab3be961f7a763066401fb77f7748373b6094076ae2bda2806988af6/attrs-19.3.0-py2.py3-none-any.whl
- Collecting python-http-client>=2.1.1
- Downloading https://files.pythonhosted.org/packages/49/66/a7569f9b3c8e5cca347f9a171ae9e718e9ac66e1215be4ede7642b6953f2/python_http_client-3.2.1-py3-none-any.whl
- Collecting jinja2
- Downloading https://files.pythonhosted.org/packages/65/e0/eb35e762802015cab1ccee04e8a277b03f1d8e53da3ec3106882ec42558b/Jinja2-2.10.3-py2.py3-none-any.whl (125kB)
- Collecting pyparsing>=2.0.2
- Downloading https://files.pythonhosted.org/packages/c0/0c/fc2e007d9a992d997f04a80125b0f183da7fb554f1de701bbb70a8e7d479/pyparsing-2.4.5-py2.py3-none-any.whl (67kB)
- Collecting zipp>=0.5
- Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
- Collecting MarkupSafe>=0.23
- Downloading https://files.pythonhosted.org/packages/b9/2e/64db92e53b86efccfaea71321f597fa2e1b2bd3853d8ce658568f7a13094/MarkupSafe-1.1.1.tar.gz
- Building wheels for collected packages: coverage, django-log-request-id, django-rest-elasticsearch, django-taggit-serializer, Pillow, psycopg2, pycryptodome, pyyaml, rollbar, sendgrid-django, smtpapi, uwsgi, grpcio, django-access-tokens, unicode-slugify, pilkit, simplejson, openapi-codec, olefile, googleapis-common-protos, coreschema, itypes, MarkupSafe
- Building wheel for coverage (setup.py): started
- Building wheel for coverage (setup.py): finished with status 'done'
- Created wheel for coverage: filename=coverage-4.5.1-cp36-cp36m-linux_x86_64.whl size=205521 sha256=ac34c97398320b7d8f9e05df2dd7803e121fff8855e03b673fb95145da37079e
- Stored in directory: /root/.cache/pip/wheels/24/76/26/c60de6a591b00f71dcf87941eb41b8f29820857eade91fe66f
- Building wheel for django-log-request-id (setup.py): started
- Building wheel for django-log-request-id (setup.py): finished with status 'done'
- Created wheel for django-log-request-id: filename=django_log_request_id-1.3.2-cp36-none-any.whl size=4773 sha256=1e6a5e523c45fdf48371928bd5fb03a7593e51c16c3dc22b4aeb4f74ee9f60f3
- Stored in directory: /root/.cache/pip/wheels/bd/71/c4/6f55d83a1de094261cfb321b2f4513a64ddf99a63fe309ed50
- Building wheel for django-rest-elasticsearch (setup.py): started
- Building wheel for django-rest-elasticsearch (setup.py): finished with status 'done'
- Created wheel for django-rest-elasticsearch: filename=django_rest_elasticsearch-0.4.1-py2.py3-none-any.whl size=20342 sha256=a6055b207710fb5be8028a77d64d149f141a63769d457fa156b20ef281720da0
- Stored in directory: /root/.cache/pip/wheels/94/ed/12/a69316d082be71026cd06ebbb88e1e6c1fe3ecc4bd4537cfc9
- Building wheel for django-taggit-serializer (setup.py): started
- Building wheel for django-taggit-serializer (setup.py): finished with status 'done'
- Created wheel for django-taggit-serializer: filename=django_taggit_serializer-0.1.7-py2.py3-none-any.whl size=4265 sha256=3afea58e464a40f682b33f1d2a8e433c63fccdf257ae35afba07776f0614ec3a
- Stored in directory: /root/.cache/pip/wheels/80/1c/0a/17b28dfcfb239e710909442828a233178d317736cc1d2428e1
- Building wheel for Pillow (setup.py): started
- Building wheel for Pillow (setup.py): finished with status 'done'
- Created wheel for Pillow: filename=Pillow-4.3.0-cp36-cp36m-linux_x86_64.whl size=1007450 sha256=a10cd73bded800ac2b55ab577ef5ec30ce5c101d70a964c8ae15bd75bd458dd4
- Stored in directory: /root/.cache/pip/wheels/d3/76/57/6c5538f861923b84e929701ee1cdb43ade1a3f72951c3b7d7d
- Building wheel for psycopg2 (setup.py): started
- Building wheel for psycopg2 (setup.py): finished with status 'done'
- Created wheel for psycopg2: filename=psycopg2-2.7.3-cp36-cp36m-linux_x86_64.whl size=486262 sha256=9e965c2cea1c51ec464e516896a20e8f09e5ae08b39b8ec1179aed441370cdcb
- Stored in directory: /root/.cache/pip/wheels/49/5b/a8/0597f288d04bb101bb25e84e6b4fd5bdc21ea6a08f9b0110cd
- Building wheel for pycryptodome (setup.py): started
- Building wheel for pycryptodome (setup.py): finished with status 'done'
- Created wheel for pycryptodome: filename=pycryptodome-3.8.2-cp36-cp36m-linux_x86_64.whl size=9670705 sha256=bf41eb5f22b635dd4b6cf75e7a984e00322bf12e0fe8424c10e522ba1856dda5
- Stored in directory: /root/.cache/pip/wheels/b6/80/c2/c0807b56c91ff91ce86758ea48b41cde42ab50d88764847eca
- Building wheel for pyyaml (setup.py): started
- Building wheel for pyyaml (setup.py): finished with status 'done'
- Created wheel for pyyaml: filename=PyYAML-3.12-cp36-cp36m-linux_x86_64.whl size=43059 sha256=80c76158847c1b7c74250e097c4ba78f7ee7b8b5b72511e2ed8143a4a5f03f2d
- Stored in directory: /root/.cache/pip/wheels/03/05/65/bdc14f2c6e09e82ae3e0f13d021e1b6b2481437ea2f207df3f
- Building wheel for rollbar (setup.py): started
- Building wheel for rollbar (setup.py): finished with status 'done'
- Created wheel for rollbar: filename=rollbar-0.14.1-cp36-none-any.whl size=65180 sha256=0e97e0c6d9fce8581d90e9025355d9613d2d7978a0dd634d4ddcbf142a021017
- Stored in directory: /root/.cache/pip/wheels/97/13/f8/ae0f642883f19fd81cf30e64ab3f64bf83a6e706495779242e
- Building wheel for sendgrid-django (setup.py): started
- Building wheel for sendgrid-django (setup.py): finished with status 'done'
- Created wheel for sendgrid-django: filename=sendgrid_django-4.2.0-py2.py3-none-any.whl size=5513 sha256=ae72ab4f0e5be3537a43e9db8998932813ab1d71c7647f57240d3d10e575e97c
- Stored in directory: /root/.cache/pip/wheels/e2/82/2b/a256175be8210205d5a6a6c67d1f18fdd783d09b555295d736
- Building wheel for smtpapi (setup.py): started
- Building wheel for smtpapi (setup.py): finished with status 'done'
- Created wheel for smtpapi: filename=smtpapi-0.3.1-cp36-none-any.whl size=2859 sha256=586c34f70e20709794692a87b2ab6cf243f8d3d8f737dc9a71a566162d48080d
- Stored in directory: /root/.cache/pip/wheels/06/3c/46/855f13309cfa73142116b391738e2aa75698e82b24f0391b62
- Building wheel for uwsgi (setup.py): started
- Building wheel for uwsgi (setup.py): finished with status 'done'
- Created wheel for uwsgi: filename=uWSGI-2.0.17.1-cp36-cp36m-linux_x86_64.whl size=552159 sha256=3a5db82825512c21ed47cf85e220574336130e278578aefd7febff9677264fd4
- Stored in directory: /root/.cache/pip/wheels/32/d6/90/0239cc69219013d9f402b098b7c5ef7454792c21acd1d6c24e
- Building wheel for grpcio (setup.py): started
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): finished with status 'done'
- Created wheel for grpcio: filename=grpcio-1.24.0-cp36-cp36m-linux_x86_64.whl size=13221785 sha256=6565aa948dea3e8d82aa2114eb4a6a2987638024d2267d960d336bcb1cd1f4c9
- Stored in directory: /root/.cache/pip/wheels/65/44/88/f9ed728ffaaa5d525e5fde2ba34c3157466e8d78db4325fd51
- Building wheel for django-access-tokens (setup.py): started
- Building wheel for django-access-tokens (setup.py): finished with status 'done'
- Created wheel for django-access-tokens: filename=django_access_tokens-0.9.2-cp36-none-any.whl size=7731 sha256=524107f2ef37e90a6680fff93dd167fe67675fe088fcdffbc0a0d346b4e19089
- Stored in directory: /tmp/pip-ephem-wheel-cache-szpk9nh1/wheels/f1/90/41/c7d97473801359bde178deaca159adbef65390b4de9fafb1e5
- Building wheel for unicode-slugify (setup.py): started
- Building wheel for unicode-slugify (setup.py): finished with status 'done'
- Created wheel for unicode-slugify: filename=unicode_slugify-0.1.3-cp36-none-any.whl size=5004 sha256=f2bc45f1188aec9682e4fcd1f0d09d1c66775e995a97e6c75d1c813a6e1cf2e3
- Stored in directory: /root/.cache/pip/wheels/00/86/80/77ea75d401d5d6550a79179f76c6b26fe1280d40fb447ea4f3
- Building wheel for pilkit (setup.py): started
- Building wheel for pilkit (setup.py): finished with status 'done'
- Created wheel for pilkit: filename=pilkit-2.0-cp36-none-any.whl size=18295 sha256=e107e040b3f95b3897e23525019bc67cc901b62118dfedb5ad3288d13fb09193
- Stored in directory: /root/.cache/pip/wheels/83/87/b9/db03ec06109a48529da8ba6315550ec177c6d749f50bd85932
- Building wheel for simplejson (setup.py): started
- Building wheel for simplejson (setup.py): finished with status 'done'
- Created wheel for simplejson: filename=simplejson-3.17.0-cp36-cp36m-linux_x86_64.whl size=121288 sha256=56891028c1f6c2cf733aa07ce7347e3b61be2422e5f75f7d601e3fb52bf9e265
- Stored in directory: /root/.cache/pip/wheels/86/c0/83/dcd0339abb2640544bb8e0938aab2d069cef55e5647ce6e097
- Building wheel for openapi-codec (setup.py): started
- Building wheel for openapi-codec (setup.py): finished with status 'done'
- Created wheel for openapi-codec: filename=openapi_codec-1.3.2-cp36-none-any.whl size=7308 sha256=5f059b575b29243a1b4e2222f27d9c85357ca7c633777429fdc8f1f626023512
- Stored in directory: /root/.cache/pip/wheels/6a/16/01/190a15aa7834cadccb6fcc9be4e9843fe7c20260157c799ede
- Building wheel for olefile (setup.py): started
- Building wheel for olefile (setup.py): finished with status 'done'
- Created wheel for olefile: filename=olefile-0.46-py2.py3-none-any.whl size=35417 sha256=6ee314de036936d3c2209891a022f0b34b5f3e361ec748dd66ba2fdbefa78bed
- Stored in directory: /root/.cache/pip/wheels/4b/f4/11/bc4166107c27f07fd7bba707ffcb439619197638a1ac986df3
- Building wheel for googleapis-common-protos (setup.py): started
- Building wheel for googleapis-common-protos (setup.py): finished with status 'done'
- Created wheel for googleapis-common-protos: filename=googleapis_common_protos-1.6.0-cp36-none-any.whl size=77578 sha256=38fe20af4ef0323bdf63ecb6bfb8d26a524f68d47101c33efe476dc67b87cadb
- Stored in directory: /root/.cache/pip/wheels/9e/3d/a2/1bec8bb7db80ab3216dbc33092bb7ccd0debfb8ba42b5668d5
- Building wheel for coreschema (setup.py): started
- Building wheel for coreschema (setup.py): finished with status 'done'
- Created wheel for coreschema: filename=coreschema-0.0.4-cp36-none-any.whl size=15033 sha256=c7cbad33f1a3f7dd886d70034d244327be2a5fd02be38eab8ce7e6dcca795830
- Stored in directory: /root/.cache/pip/wheels/10/7b/ba/04fcd6b33e6123ca11a5f5ab56decb1a2d87ced028377a1377
- Building wheel for itypes (setup.py): started
- Building wheel for itypes (setup.py): finished with status 'done'
- Created wheel for itypes: filename=itypes-1.1.0-cp36-none-any.whl size=2313 sha256=3202dd3bd2e51c1fd400afd77df94759b74c4b65610b30077ad366e4c9e77a6d
- Stored in directory: /root/.cache/pip/wheels/7b/52/af/4e27324812e7ab7bbbc30f748d317f3739477562325cb4c723
- Building wheel for MarkupSafe (setup.py): started
- Building wheel for MarkupSafe (setup.py): finished with status 'done'
- Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-cp36-cp36m-linux_x86_64.whl size=32425 sha256=56773ec7350b74c0084954d5bf0509ea85c220778c9ca3e8b33e3bca844c0471
- Stored in directory: /root/.cache/pip/wheels/f2/aa/04/0edf07a1b8a5f5f1aed7580fffb69ce8972edc16a505916a77
- Successfully built coverage django-log-request-id django-rest-elasticsearch django-taggit-serializer Pillow psycopg2 pycryptodome pyyaml rollbar sendgrid-django smtpapi uwsgi grpcio django-access-tokens unicode-slugify pilkit simplejson openapi-codec olefile googleapis-common-protos coreschema itypes MarkupSafe
- ERROR: google-cloud-storage 1.6.0 has requirement google-api-core<0.2.0dev,>=0.1.1, but you'll have google-api-core 1.14.2 which is incompatible.
- Installing collected packages: six, webencodings, html5lib, bleach, coverage, pytz, Django, unidecode, unicode-slugify, django-js-asset, django-mptt, django-categories, django-cors-headers, django-filter, django-fsm, django-appconf, django-fsm-log, pilkit, django-imagekit, django-log-request-id, oauthlib, urllib3, certifi, idna, chardet, requests, django-oauth-toolkit, app-version, django-permission, djangorestframework, elasticsearch, python-dateutil, elasticsearch-dsl, pytest-runner, django-rest-elasticsearch, uritemplate, MarkupSafe, jinja2, coreschema, itypes, coreapi, simplejson, openapi-codec, django-rest-swagger, django-session-header, django-simple-history, django-storages, django-taggit, django-taggit-serializer, facebook-sdk, pyasn1, rsa, cachetools, pyasn1-modules, google-auth, httplib2, google-auth-httplib2, google-api-python-client, protobuf, googleapis-common-protos, google-api-core, google-cloud-core, google-resumable-media, google-cloud-storage, oauth2client, olefile, Pillow, psycopg2, pycryptodome, py, more-itertools, zipp, importlib-metadata, pluggy, pyparsing, packaging, wcwidth, attrs, pytest, pytest-django, python-gmaps, pyyaml, rollbar, python-http-client, sendgrid, sendgrid-django, smtpapi, stripe, unittest-xml-reporting, uwsgi, google-cloud-talent, grpcio, trafaret, filestack-python, django-access-tokens
- Running setup.py develop for django-session-header
- Successfully installed Django-2.1 MarkupSafe-1.1.1 Pillow-4.3.0 app-version-1.0.1 attrs-19.3.0 bleach-2.1.2 cachetools-3.1.1 certifi-2019.11.28 chardet-3.0.4 coreapi-2.3.3 coreschema-0.0.4 coverage-4.5.1 django-access-tokens-0.9.2 django-appconf-1.0.3 django-categories-1.6 django-cors-headers-2.1.0 django-filter-2.0.0 django-fsm-2.6.0 django-fsm-log-1.5.0 django-imagekit-4.0.2 django-js-asset-1.2.2 django-log-request-id-1.3.2 django-mptt-0.9.1 django-oauth-toolkit-1.0.0 django-permission-1.0.4 django-rest-elasticsearch-0.4.1 django-rest-swagger-2.1.2 django-session-header django-simple-history-2.5.1 django-storages-1.6.5 django-taggit-0.23.0 django-taggit-serializer-0.1.7 djangorestframework-3.9.0 elasticsearch-6.4.0 elasticsearch-dsl-6.3.0 facebook-sdk-3.0.0 filestack-python-3.0.1 google-api-core-1.14.2 google-api-python-client-1.7.9 google-auth-1.6.3 google-auth-httplib2-0.0.3 google-cloud-core-0.28.1 google-cloud-storage-1.6.0 google-cloud-talent-0.3.0 google-resumable-media-0.5.0 googleapis-common-protos-1.6.0 grpcio-1.24.0 html5lib-1.0.1 httplib2-0.14.0 idna-2.8 importlib-metadata-1.1.0 itypes-1.1.0 jinja2-2.10.3 more-itertools-8.0.0 oauth2client-4.1.3 oauthlib-3.1.0 olefile-0.46 openapi-codec-1.3.2 packaging-19.2 pilkit-2.0 pluggy-0.13.1 protobuf-3.11.1 psycopg2-2.7.3 py-1.8.0 pyasn1-0.4.8 pyasn1-modules-0.2.7 pycryptodome-3.8.2 pyparsing-2.4.5 pytest-5.3.1 pytest-django-3.1.2 pytest-runner-5.2 python-dateutil-2.8.1 python-gmaps-0.3.1 python-http-client-3.2.1 pytz-2019.3 pyyaml-3.12 requests-2.22.0 rollbar-0.14.1 rsa-4.0 sendgrid-3.6.5 sendgrid-django-4.2.0 simplejson-3.17.0 six-1.13.0 smtpapi-0.3.1 stripe-2.35.0 trafaret-1.2.0 unicode-slugify-0.1.3 unidecode-1.1.1 unittest-xml-reporting-2.2.0 uritemplate-3.0.0 urllib3-1.25.7 uwsgi-2.0.17.1 wcwidth-0.1.7 webencodings-0.5.1 zipp-0.6.0
- (1/1) Installing .rundeps (0)
- OK: 300 MiB in 76 packages
- (1/2) Purging .build-deps (0)
- (2/2) Purging linux-headers (4.4.6-r2)
- OK: 294 MiB in 74 packages
- Removing intermediate container aeb011cdccbb
- ---> 90f5c49f8d88
- Step 39/42 : ADD ./src/ /opt/code/
- ---> c3554e876b20
- Step 40/42 : ADD ./docker/db/* /opt/code/db/
- ---> 97d996c71141
- Step 41/42 : RUN /opt/code/db/prepare_django_db.sh
- ---> Running in 746e98b71a60
- Waiting till up
- psql: could not connect to server: No such file or directory
- Is the server running locally and accepting
- connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
- Postgres is unavailable - sleeping
- LOG: database system was shut down at 2019-12-03 21:12:30 EST
- LOG: MultiXact member wraparound protections are now enabled
- LOG: database system is ready to accept connections
- LOG: autovacuum launcher started
- List of databases
- Name | Owner | Encoding | Collate | Ctype | Access privileges
- -----------+----------+----------+------------+------------+-----------------------
- apidb | postgres | UTF8 | en_US.utf8 | en_US.utf8 |
- postgres | postgres | UTF8 | en_US.utf8 | en_US.utf8 |
- template0 | postgres | UTF8 | en_US.utf8 | en_US.utf8 | =c/postgres +
- | | | | | postgres=CTc/postgres
- template1 | postgres | UTF8 | en_US.utf8 | en_US.utf8 | =c/postgres +
- | | | | | postgres=CTc/postgres
- (4 rows)
- Migrating DB
- SETTINGS INFO ALLOWED_HOSTS: []
- api: WARNING [2019-12-04 02:27:19,542] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.018s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f80e6a3b668>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:27:20,552] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.004s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f80e6a3b898>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:27:23,538] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f80e6a3b978>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:27:30,556] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f80e6a3bcf8>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:27:30,576] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f80e6aee358>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:27:31,586] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f80e6aee400>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:27:34,598] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.004s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f80e6aee4e0>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:27:41,617] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f80e6aee5c0>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:27:41,684] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.004s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f80e3ccf048>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:27:42,696] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f80e3ccf0f0>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:27:45,712] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.004s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f80e3ccf1d0>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:27:52,694] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f80e3ccf2b0>: Failed to establish a new connection: [Errno -2] Name does not resolve
- Traceback (most recent call last):
- File "manage.py", line 53, in <module>
- execute_from_command_line(sys.argv)
- File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
- utility.execute()
- File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 375, in execute
- self.fetch_command(subcommand).run_from_argv(self.argv)
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 316, in run_from_argv
- self.execute(*args, **cmd_options)
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 350, in execute
- self.check()
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 379, in check
- include_deployment_checks=include_deployment_checks,
- File "/usr/local/lib/python3.6/site-packages/django/core/management/commands/migrate.py", line 60, in _run_checks
- issues.extend(super()._run_checks(**kwargs))
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 366, in _run_checks
- return checks.run_checks(**kwargs)
- File "/usr/local/lib/python3.6/site-packages/django/core/checks/registry.py", line 71, in run_checks
- new_errors = check(app_configs=app_configs)
- File "/usr/local/lib/python3.6/site-packages/django/core/checks/urls.py", line 13, in check_url_config
- return check_resolver(resolver)
- File "/usr/local/lib/python3.6/site-packages/django/core/checks/urls.py", line 23, in check_resolver
- return check_method()
- File "/usr/local/lib/python3.6/site-packages/django/urls/resolvers.py", line 396, in check
- for pattern in self.url_patterns:
- File "/usr/local/lib/python3.6/site-packages/django/utils/functional.py", line 37, in __get__
- res = instance.__dict__[self.name] = self.func(instance)
- File "/usr/local/lib/python3.6/site-packages/django/urls/resolvers.py", line 533, in url_patterns
- patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
- File "/usr/local/lib/python3.6/site-packages/django/utils/functional.py", line 37, in __get__
- res = instance.__dict__[self.name] = self.func(instance)
- File "/usr/local/lib/python3.6/site-packages/django/urls/resolvers.py", line 526, in urlconf_module
- return import_module(self.urlconf_name)
- File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 994, in _gcd_import
- File "<frozen importlib._bootstrap>", line 971, in _find_and_load
- File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 678, in exec_module
- File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
- File "/opt/code/api/urls.py", line 29, in <module>
- url(r'^api/v1/', include('getit.urls')),
- File "/usr/local/lib/python3.6/site-packages/django/urls/conf.py", line 34, in include
- urlconf_module = import_module(urlconf_module)
- File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 994, in _gcd_import
- File "<frozen importlib._bootstrap>", line 971, in _find_and_load
- File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 678, in exec_module
- File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
- File "/opt/code/getit/urls.py", line 31, in <module>
- from getit.views.resume import ResumeView, upload_resume
- File "/opt/code/getit/views/resume.py", line 15, in <module>
- from getit.parser.parser import parse_file, create_file_dir
- File "/opt/code/getit/parser/parser.py", line 16, in <module>
- raise Exception("environment variable FILESTACK_API_KEY is not set")
- Exception: environment variable FILESTACK_API_KEY is not set
- Migrating to test DB
- CREATE DATABASE
- Loading fixtures
- SETTINGS INFO ALLOWED_HOSTS: []
- api: WARNING [2019-12-04 02:27:59,251] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fab0ebaf0f0>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:00,271] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fab0ebaf320>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:03,277] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fab0ebaf400>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:10,301] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fab0ebaf588>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:10,327] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fab0eb50b70>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:11,341] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fab0eb50c18>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:14,360] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fab0eb50cf8>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:21,384] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fab0eb50dd8>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:21,443] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fab0ea753c8>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:22,418] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fab0ea75470>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:25,428] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.004s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fab0ea75588>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:32,450] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.004s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fab0ea755c0>: Failed to establish a new connection: [Errno -2] Name does not resolve
- Traceback (most recent call last):
- File "manage.py", line 53, in <module>
- execute_from_command_line(sys.argv)
- File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
- utility.execute()
- File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 375, in execute
- self.fetch_command(subcommand).run_from_argv(self.argv)
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 316, in run_from_argv
- self.execute(*args, **cmd_options)
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 350, in execute
- self.check()
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 379, in check
- include_deployment_checks=include_deployment_checks,
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 366, in _run_checks
- return checks.run_checks(**kwargs)
- File "/usr/local/lib/python3.6/site-packages/django/core/checks/registry.py", line 71, in run_checks
- new_errors = check(app_configs=app_configs)
- File "/usr/local/lib/python3.6/site-packages/django/core/checks/urls.py", line 40, in check_url_namespaces_unique
- all_namespaces = _load_all_namespaces(resolver)
- File "/usr/local/lib/python3.6/site-packages/django/core/checks/urls.py", line 57, in _load_all_namespaces
- url_patterns = getattr(resolver, 'url_patterns', [])
- File "/usr/local/lib/python3.6/site-packages/django/utils/functional.py", line 37, in __get__
- res = instance.__dict__[self.name] = self.func(instance)
- File "/usr/local/lib/python3.6/site-packages/django/urls/resolvers.py", line 533, in url_patterns
- patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
- File "/usr/local/lib/python3.6/site-packages/django/utils/functional.py", line 37, in __get__
- res = instance.__dict__[self.name] = self.func(instance)
- File "/usr/local/lib/python3.6/site-packages/django/urls/resolvers.py", line 526, in urlconf_module
- return import_module(self.urlconf_name)
- File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 994, in _gcd_import
- File "<frozen importlib._bootstrap>", line 971, in _find_and_load
- File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 678, in exec_module
- File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
- File "/opt/code/api/urls.py", line 29, in <module>
- url(r'^api/v1/', include('getit.urls')),
- File "/usr/local/lib/python3.6/site-packages/django/urls/conf.py", line 34, in include
- urlconf_module = import_module(urlconf_module)
- File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 994, in _gcd_import
- File "<frozen importlib._bootstrap>", line 971, in _find_and_load
- File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 678, in exec_module
- File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
- File "/opt/code/getit/urls.py", line 31, in <module>
- from getit.views.resume import ResumeView, upload_resume
- File "/opt/code/getit/views/resume.py", line 15, in <module>
- from getit.parser.parser import parse_file, create_file_dir
- File "/opt/code/getit/parser/parser.py", line 16, in <module>
- raise Exception("environment variable FILESTACK_API_KEY is not set")
- Exception: environment variable FILESTACK_API_KEY is not set
- Loading nonfixture data
- SETTINGS INFO ALLOWED_HOSTS: []
- api: WARNING [2019-12-04 02:28:37,135] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0daf4970f0>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:38,151] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0daf497320>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:41,168] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0daf497400>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:48,185] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0daf497588>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:48,207] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0daf43bb70>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:49,221] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.004s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0daf43bc18>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:52,200] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0daf43bcf8>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:59,225] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.006s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0daf43bdd8>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:28:59,276] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0daf35f3c8>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:00,296] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.006s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0daf35f470>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:03,308] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0daf35f588>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:10,323] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f0daf35f5c0>: Failed to establish a new connection: [Errno -2] Name does not resolve
- Traceback (most recent call last):
- File "manage.py", line 53, in <module>
- execute_from_command_line(sys.argv)
- File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
- utility.execute()
- File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 375, in execute
- self.fetch_command(subcommand).run_from_argv(self.argv)
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 316, in run_from_argv
- self.execute(*args, **cmd_options)
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 350, in execute
- self.check()
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 379, in check
- include_deployment_checks=include_deployment_checks,
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 366, in _run_checks
- return checks.run_checks(**kwargs)
- File "/usr/local/lib/python3.6/site-packages/django/core/checks/registry.py", line 71, in run_checks
- new_errors = check(app_configs=app_configs)
- File "/usr/local/lib/python3.6/site-packages/django/core/checks/urls.py", line 40, in check_url_namespaces_unique
- all_namespaces = _load_all_namespaces(resolver)
- File "/usr/local/lib/python3.6/site-packages/django/core/checks/urls.py", line 57, in _load_all_namespaces
- url_patterns = getattr(resolver, 'url_patterns', [])
- File "/usr/local/lib/python3.6/site-packages/django/utils/functional.py", line 37, in __get__
- res = instance.__dict__[self.name] = self.func(instance)
- File "/usr/local/lib/python3.6/site-packages/django/urls/resolvers.py", line 533, in url_patterns
- patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
- File "/usr/local/lib/python3.6/site-packages/django/utils/functional.py", line 37, in __get__
- res = instance.__dict__[self.name] = self.func(instance)
- File "/usr/local/lib/python3.6/site-packages/django/urls/resolvers.py", line 526, in urlconf_module
- return import_module(self.urlconf_name)
- File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 994, in _gcd_import
- File "<frozen importlib._bootstrap>", line 971, in _find_and_load
- File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 678, in exec_module
- File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
- File "/opt/code/api/urls.py", line 29, in <module>
- url(r'^api/v1/', include('getit.urls')),
- File "/usr/local/lib/python3.6/site-packages/django/urls/conf.py", line 34, in include
- urlconf_module = import_module(urlconf_module)
- File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 994, in _gcd_import
- File "<frozen importlib._bootstrap>", line 971, in _find_and_load
- File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 678, in exec_module
- File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
- File "/opt/code/getit/urls.py", line 31, in <module>
- from getit.views.resume import ResumeView, upload_resume
- File "/opt/code/getit/views/resume.py", line 15, in <module>
- from getit.parser.parser import parse_file, create_file_dir
- File "/opt/code/getit/parser/parser.py", line 16, in <module>
- raise Exception("environment variable FILESTACK_API_KEY is not set")
- Exception: environment variable FILESTACK_API_KEY is not set
- Setting up builtin auth
- SETTINGS INFO ALLOWED_HOSTS: []
- api: WARNING [2019-12-04 02:29:18,939] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.006s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb6857840f0>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:19,948] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb685784320>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:22,929] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb685784400>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:29,944] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb685784588>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:29,964] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.004s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb685727b70>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:30,990] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.018s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb685727c18>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:34,005] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb685727cf8>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:41,029] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.005s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb685727dd8>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:41,079] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb68564a3c8>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:42,091] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb68564a470>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:45,101] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb68564a588>: Failed to establish a new connection: [Errno -2] Name does not resolve
- api: WARNING [2019-12-04 02:29:52,079] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.003s]
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- (self._dns_host, self.port), self.timeout, **extra_kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 61, in create_connection
- for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
- File "/usr/local/lib/python3.6/socket.py", line 745, in getaddrinfo
- for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
- socket.gaierror: [Errno -2] Name does not resolve
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- method, url, body, retries=Retry(False), headers=request_headers, **kw
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- raise six.reraise(type(error), error, _stacktrace)
- File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- raise value
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- chunked=chunked,
- File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- conn.request(method, url, **httplib_request_kw)
- File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- self._send_request(method, url, body, headers, encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- self.endheaders(body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- self._send_output(message_body, encode_chunked=encode_chunked)
- File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- self.send(msg)
- File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- self.connect()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- conn = self._new_conn()
- File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- self, "Failed to establish a new connection: %s" % e
- urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fb68564a5c0>: Failed to establish a new connection: [Errno -2] Name does not resolve
- Traceback (most recent call last):
- File "manage.py", line 53, in <module>
- execute_from_command_line(sys.argv)
- File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
- utility.execute()
- File "/usr/local/lib/python3.6/site-packages/django/core/management/__init__.py", line 375, in execute
- self.fetch_command(subcommand).run_from_argv(self.argv)
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 316, in run_from_argv
- self.execute(*args, **cmd_options)
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 350, in execute
- self.check()
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 379, in check
- include_deployment_checks=include_deployment_checks,
- File "/usr/local/lib/python3.6/site-packages/django/core/management/base.py", line 366, in _run_checks
- return checks.run_checks(**kwargs)
- File "/usr/local/lib/python3.6/site-packages/django/core/checks/registry.py", line 71, in run_checks
- new_errors = check(app_configs=app_configs)
- File "/usr/local/lib/python3.6/site-packages/django/core/checks/urls.py", line 40, in check_url_namespaces_unique
- all_namespaces = _load_all_namespaces(resolver)
- File "/usr/local/lib/python3.6/site-packages/django/core/checks/urls.py", line 57, in _load_all_namespaces
- url_patterns = getattr(resolver, 'url_patterns', [])
- File "/usr/local/lib/python3.6/site-packages/django/utils/functional.py", line 37, in __get__
- res = instance.__dict__[self.name] = self.func(instance)
- File "/usr/local/lib/python3.6/site-packages/django/urls/resolvers.py", line 533, in url_patterns
- patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
- File "/usr/local/lib/python3.6/site-packages/django/utils/functional.py", line 37, in __get__
- res = instance.__dict__[self.name] = self.func(instance)
- File "/usr/local/lib/python3.6/site-packages/django/urls/resolvers.py", line 526, in urlconf_module
- return import_module(self.urlconf_name)
- File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 994, in _gcd_import
- File "<frozen importlib._bootstrap>", line 971, in _find_and_load
- File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 678, in exec_module
- File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
- File "/opt/code/api/urls.py", line 29, in <module>
- url(r'^api/v1/', include('getit.urls')),
- File "/usr/local/lib/python3.6/site-packages/django/urls/conf.py", line 34, in include
- urlconf_module = import_module(urlconf_module)
- File "/usr/local/lib/python3.6/importlib/__init__.py", line 126, in import_module
- return _bootstrap._gcd_import(name[level:], package, level)
- File "<frozen importlib._bootstrap>", line 994, in _gcd_import
- File "<frozen importlib._bootstrap>", line 971, in _find_and_load
- File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
- File "<frozen importlib._bootstrap>", line 665, in _load_unlocked
- File "<frozen importlib._bootstrap_external>", line 678, in exec_module
- File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
- File "/opt/code/getit/urls.py", line 31, in <module>
- from getit.views.resume import ResumeView, upload_resume
- File "/opt/code/getit/views/resume.py", line 15, in <module>
- from getit.parser.parser import parse_file, create_file_dir
- File "/opt/code/getit/parser/parser.py", line 16, in <module>
- raise Exception("environment variable FILESTACK_API_KEY is not set")
- Exception: environment variable FILESTACK_API_KEY is not set
- LOG: received smart shutdown request
- LOG: autovacuum launcher shutting down
- LOG: shutting down
- LOG: database system is shut down
- Removing intermediate container 746e98b71a60
- ---> 1f1931c07595
- Step 42/42 : CMD ["su-exec", "postgres", "postgres"]
- ---> Running in 519edfa9d9c4
- Removing intermediate container 519edfa9d9c4
- ---> c1e4c9b934ea
- Successfully built c1e4c9b934ea
- Successfully tagged getit_db:latest
- Building internal-cbs
- Step 1/13 : FROM golang:1.11.4-alpine3.8
- ---> f56365ec0638
- Step 2/13 : ENV GOOGLE_APPLICATION_CREDENTIALS=
- ---> Running in 33156a79262e
- Removing intermediate container 33156a79262e
- ---> c501f8e88899
- Step 3/13 : ENV RECAPTCHA_KEY_FILE=
- ---> Running in ec18040a89e3
- Removing intermediate container ec18040a89e3
- ---> d1893c813ab2
- Step 4/13 : ENV ELASTIC_HOST=
- ---> Running in 0297b0b17459
- Removing intermediate container 0297b0b17459
- ---> 5630ad809ed2
- Step 5/13 : ENV ELASTIC_NAME=
- ---> Running in 9a8dea2f6528
- Removing intermediate container 9a8dea2f6528
- ---> 3443de20e72f
- Step 6/13 : ENV ELASTIC_PASSWORD=
- ---> Running in d9e069e8bb2e
- Removing intermediate container d9e069e8bb2e
- ---> a8634054ec8c
- Step 7/13 : RUN apk add --update git
- ---> Running in 273fee7606e2
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.8/community/x86_64/APKINDEX.tar.gz
- (1/6) Installing nghttp2-libs (1.39.2-r0)
- (2/6) Installing libssh2 (1.9.0-r1)
- (3/6) Installing libcurl (7.61.1-r3)
- (4/6) Installing expat (2.2.8-r0)
- (5/6) Installing pcre2 (10.31-r0)
- (6/6) Installing git (2.18.1-r0)
- Executing busybox-1.28.4-r2.trigger
- OK: 19 MiB in 20 packages
- Removing intermediate container 273fee7606e2
- ---> 8d5107c3ad25
- Step 8/13 : RUN mkdir -p /opt/code/
- ---> Running in 20bfe9c895e9
- Removing intermediate container 20bfe9c895e9
- ---> 46f40855aa6d
- Step 9/13 : WORKDIR /opt/code/
- ---> Running in 03b22ebff599
- Removing intermediate container 03b22ebff599
- ---> 12343b1c1ed0
- Step 10/13 : ADD ./ /opt/code/
- ---> c08e8a3b1d43
- Step 11/13 : RUN CGO_ENABLED=0 go build -mod=vendor -o /go/bin/internal-cbs
- ---> Running in 03de12c7d8f8
- Removing intermediate container 03de12c7d8f8
- ---> 099779de0344
- Step 12/13 : ENTRYPOINT /go/bin/internal-cbs
- ---> Running in 3153fa16f38f
- Removing intermediate container 3153fa16f38f
- ---> b434b338c0fe
- Step 13/13 : EXPOSE 8080
- ---> Running in 21c66dce9df4
- Removing intermediate container 21c66dce9df4
- ---> f3d50435a6a8
- Successfully built f3d50435a6a8
- Successfully tagged getit_internal-cbs:latest
- Building click-service
- Step 1/13 : FROM golang:1.11.4-alpine3.8
- ---> f56365ec0638
- Step 2/13 : ENV GOOGLE_APPLICATION_CREDENTIALS=
- ---> Using cache
- ---> c501f8e88899
- Step 3/13 : ENV RECAPTCHA_KEY_FILE=
- ---> Using cache
- ---> d1893c813ab2
- Step 4/13 : ENV ELASTIC_HOST=
- ---> Using cache
- ---> 5630ad809ed2
- Step 5/13 : ENV ELASTIC_NAME=
- ---> Using cache
- ---> 3443de20e72f
- Step 6/13 : ENV ELASTIC_PASSWORD=
- ---> Using cache
- ---> a8634054ec8c
- Step 7/13 : RUN apk add --update git
- ---> Using cache
- ---> 8d5107c3ad25
- Step 8/13 : RUN mkdir -p /opt/code/
- ---> Using cache
- ---> 46f40855aa6d
- Step 9/13 : WORKDIR /opt/code/
- ---> Using cache
- ---> 12343b1c1ed0
- Step 10/13 : ADD ./ /opt/code/
- ---> ccfa99207727
- Step 11/13 : RUN CGO_ENABLED=0 go build -mod=vendor -o /go/bin/click-service
- ---> Running in 2950d84e7224
- Removing intermediate container 2950d84e7224
- ---> 7f009a2ac117
- Step 12/13 : ENTRYPOINT /go/bin/click-service
- ---> Running in 4a9a266b2d34
- Removing intermediate container 4a9a266b2d34
- ---> 0536add5d8a8
- Step 13/13 : EXPOSE 8080
- ---> Running in 7ab920242b2b
- Removing intermediate container 7ab920242b2b
- ---> f19fcf4f1149
- Successfully built f19fcf4f1149
- Successfully tagged getit_click-service:latest
- Building adapult-api
- Step 1/11 : FROM golang:alpine as builder
- alpine: Pulling from library/golang
- 89d9c30c1d48: Pull complete
- 8ef94372a977: Pull complete
- 1ec62c064901: Pull complete
- a47b1e89d194: Pull complete
- bf1a3d234800: Pull complete
- Digest: sha256:9d2a7c5b6447f525da0a4f18efd2cb05bf7d70228f75d713b7a67345f30157ac
- Status: Downloaded newer image for golang:alpine
- ---> 3024b4e742b0
- Step 2/11 : RUN apk add git && apk add ca-certificates
- ---> Running in 1b68e8cc820d
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz
- (1/5) Installing nghttp2-libs (1.39.2-r0)
- (2/5) Installing libcurl (7.66.0-r0)
- (3/5) Installing expat (2.2.8-r0)
- (4/5) Installing pcre2 (10.33-r0)
- (5/5) Installing git (2.22.0-r0)
- Executing busybox-1.30.1-r2.trigger
- OK: 21 MiB in 20 packages
- OK: 21 MiB in 20 packages
- Removing intermediate container 1b68e8cc820d
- ---> 72654d4bd030
- Step 3/11 : RUN adduser -D -g '' appuser
- ---> Running in 21a202f8fc69
- Removing intermediate container 21a202f8fc69
- ---> b495a6f75076
- Step 4/11 : RUN mkdir /build
- ---> Running in 212935b60558
- Removing intermediate container 212935b60558
- ---> 56d6fe1c04b1
- Step 5/11 : COPY . /build/
- ---> 49b551b8f8c9
- Step 6/11 : WORKDIR /build
- ---> Running in d8c90aa6fe15
- Removing intermediate container d8c90aa6fe15
- ---> ca1249907fc8
- Step 7/11 : RUN CGO_ENABLED=0 go build -o main .
- ---> Running in c738ce1e4fd8
- go: downloading cloud.google.com/go v0.38.0
- go: downloading github.com/sirupsen/logrus v1.4.2
- go: downloading google.golang.org/api v0.9.0
- go: downloading github.com/go-chi/chi v4.0.2+incompatible
- go: downloading github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
- go: downloading github.com/lib/pq v1.0.0
- go: downloading github.com/golang-migrate/migrate v3.5.4+incompatible
- go: downloading github.com/jmoiron/sqlx v1.2.0
- go: extracting github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
- go: downloading github.com/kelseyhightower/envconfig v1.4.0
- go: extracting github.com/go-chi/chi v4.0.2+incompatible
- go: downloading github.com/pkg/errors v0.8.1
- go: extracting github.com/jmoiron/sqlx v1.2.0
- go: extracting github.com/golang-migrate/migrate v3.5.4+incompatible
- go: extracting github.com/lib/pq v1.0.0
- go: extracting github.com/sirupsen/logrus v1.4.2
- go: downloading github.com/golang-migrate/migrate/v4 v4.6.1
- go: downloading github.com/rollbar/rollbar-go v1.1.0
- go: downloading golang.org/x/sys v0.0.0-20190913121621-c3b328c6e5a7
- go: downloading github.com/go-chi/render v1.0.1
- go: extracting github.com/kelseyhightower/envconfig v1.4.0
- go: extracting github.com/pkg/errors v0.8.1
- go: extracting github.com/go-chi/render v1.0.1
- go: extracting github.com/rollbar/rollbar-go v1.1.0
- go: extracting github.com/golang-migrate/migrate/v4 v4.6.1
- go: downloading github.com/hashicorp/go-multierror v1.0.0
- go: extracting github.com/hashicorp/go-multierror v1.0.0
- go: downloading github.com/hashicorp/errwrap v1.0.0
- go: extracting github.com/hashicorp/errwrap v1.0.0
- go: extracting cloud.google.com/go v0.38.0
- go: extracting golang.org/x/sys v0.0.0-20190913121621-c3b328c6e5a7
- go: downloading google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
- go: downloading github.com/googleapis/gax-go/v2 v2.0.5
- go: downloading google.golang.org/grpc v1.21.0
- go: extracting github.com/googleapis/gax-go/v2 v2.0.5
- go: extracting google.golang.org/grpc v1.21.0
- go: downloading go.opencensus.io v0.21.0
- go: downloading github.com/golang/protobuf v1.3.1
- go: downloading golang.org/x/net v0.0.0-20190628185345-da137c7871d7
- go: extracting go.opencensus.io v0.21.0
- go: extracting github.com/golang/protobuf v1.3.1
- go: downloading github.com/hashicorp/golang-lru v0.5.1
- go: extracting golang.org/x/net v0.0.0-20190628185345-da137c7871d7
- go: extracting github.com/hashicorp/golang-lru v0.5.1
- go: downloading golang.org/x/text v0.3.2
- go: extracting google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
- go: extracting google.golang.org/api v0.9.0
- go: downloading golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
- go: extracting golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
- go: extracting golang.org/x/text v0.3.2
- go: finding github.com/kelseyhightower/envconfig v1.4.0
- go: finding github.com/pkg/errors v0.8.1
- go: finding github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24
- go: finding github.com/rollbar/rollbar-go v1.1.0
- go: finding github.com/go-chi/chi v4.0.2+incompatible
- go: finding cloud.google.com/go v0.38.0
- go: finding github.com/golang-migrate/migrate/v4 v4.6.1
- go: finding github.com/go-chi/render v1.0.1
- go: finding github.com/jmoiron/sqlx v1.2.0
- go: finding github.com/sirupsen/logrus v1.4.2
- go: finding github.com/googleapis/gax-go/v2 v2.0.5
- go: finding github.com/lib/pq v1.0.0
- go: finding google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873
- go: finding github.com/hashicorp/go-multierror v1.0.0
- go: finding google.golang.org/api v0.9.0
- go: finding google.golang.org/grpc v1.21.0
- go: finding go.opencensus.io v0.21.0
- go: finding github.com/golang/protobuf v1.3.1
- go: finding github.com/hashicorp/errwrap v1.0.0
- go: finding golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
- go: finding golang.org/x/net v0.0.0-20190628185345-da137c7871d7
- go: finding golang.org/x/sys v0.0.0-20190913121621-c3b328c6e5a7
- go: finding github.com/hashicorp/golang-lru v0.5.1
- go: finding golang.org/x/text v0.3.2
- Removing intermediate container c738ce1e4fd8
- ---> 09ddb37a39f7
- Step 8/11 : RUN chown appuser /build
- ---> Running in a3f1b5685390
- Removing intermediate container a3f1b5685390
- ---> 70fa39154bcd
- Step 9/11 : USER appuser
- ---> Running in e828169943ba
- Removing intermediate container e828169943ba
- ---> a1e3303beca3
- Step 10/11 : EXPOSE 8080
- ---> Running in c1b17b4727b6
- Removing intermediate container c1b17b4727b6
- ---> b620b7e5ae14
- Step 11/11 : ENTRYPOINT ["./main"]
- ---> Running in 7dc1379f9ea6
- Removing intermediate container 7dc1379f9ea6
- ---> cda7483de07a
- Successfully built cda7483de07a
- Successfully tagged adapult:latest
- Building dev-server
- Step 1/37 : FROM python:3.6.7-alpine3.6
- ---> 8f30079779ef
- Step 2/37 : ARG django_secret_key
- ---> Running in d5fc67d20d49
- Removing intermediate container d5fc67d20d49
- ---> 73825cd63515
- Step 3/37 : ENV DJANGO_SECRET_KEY $django_secret_key
- ---> Running in 54c485789725
- Removing intermediate container 54c485789725
- ---> d1a5ca83fd93
- Step 4/37 : RUN apk add --update pytest
- ---> Running in 7734ff8ac053
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/4) Installing python3 (3.6.8-r0)
- (2/4) Installing py3-py (1.4.31-r1)
- (3/4) Installing py3-pytest (3.0.6-r1)
- (4/4) Installing pytest (3.0.6-r1)
- Executing busybox-1.26.2-r11.trigger
- OK: 75 MiB in 29 packages
- Removing intermediate container 7734ff8ac053
- ---> b81f7dde4949
- Step 5/37 : RUN apk add --update postgresql-libs
- ---> Running in 374b739bd833
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/5) Installing db (5.3.28-r0)
- (2/5) Installing libsasl (2.1.26-r10)
- (3/5) Installing libldap (2.4.44-r5)
- (4/5) Installing libpq (9.6.13-r0)
- (5/5) Installing postgresql-libs (9.6.13-r0)
- OK: 78 MiB in 34 packages
- Removing intermediate container 374b739bd833
- ---> 4bb30eb7dd44
- Step 6/37 : RUN apk add --update curl
- ---> Running in 4c1da765d929
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/3) Installing libssh2 (1.8.2-r0)
- (2/3) Installing libcurl (7.61.1-r2)
- (3/3) Installing curl (7.61.1-r2)
- Executing busybox-1.26.2-r11.trigger
- OK: 79 MiB in 37 packages
- Removing intermediate container 4c1da765d929
- ---> 421ce8806a94
- Step 7/37 : RUN apk add --update git
- ---> Running in f2819d056bfa
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/2) Installing pcre (8.41-r0)
- (2/2) Installing git (2.13.7-r2)
- Executing busybox-1.26.2-r11.trigger
- OK: 98 MiB in 39 packages
- Removing intermediate container f2819d056bfa
- ---> 0be5173eb1b7
- Step 8/37 : RUN apk add --update gettext
- ---> Running in 2f9aa680d5b9
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/5) Installing libgomp (6.3.0-r4)
- (2/5) Installing libintl (0.19.8.1-r1)
- (3/5) Installing libunistring (0.9.7-r0)
- (4/5) Installing libxml2 (2.9.8-r1)
- (5/5) Installing gettext (0.19.8.1-r1)
- Executing busybox-1.26.2-r11.trigger
- OK: 103 MiB in 44 packages
- Removing intermediate container 2f9aa680d5b9
- ---> 5772b21c9459
- Step 9/37 : RUN apk add --update nginx
- ---> Running in 5f88391ddc7d
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/1) Installing nginx (1.12.2-r2)
- Executing nginx-1.12.2-r2.pre-install
- Executing busybox-1.26.2-r11.trigger
- OK: 104 MiB in 45 packages
- Removing intermediate container 5f88391ddc7d
- ---> 77367ccf58e7
- Step 10/37 : RUN mkdir -p /run/nginx
- ---> Running in e891758e7c44
- Removing intermediate container e891758e7c44
- ---> 1b0d8677b57f
- Step 11/37 : RUN apk add --update tzdata
- ---> Running in 367cc0402202
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/1) Installing tzdata (2019a-r0)
- Executing busybox-1.26.2-r11.trigger
- OK: 108 MiB in 46 packages
- Removing intermediate container 367cc0402202
- ---> 92c91ea32e30
- Step 12/37 : ENV TZ=America/New_York
- ---> Running in 54419d929309
- Removing intermediate container 54419d929309
- ---> ff7511236516
- Step 13/37 : RUN apk add --update build-base py-pip jpeg-dev zlib-dev
- ---> Running in 85e139569d3f
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/28) Upgrading musl (1.1.16-r14 -> 1.1.16-r15)
- (2/28) Installing binutils-libs (2.30-r1)
- (3/28) Installing binutils (2.30-r1)
- (4/28) Installing gmp (6.1.2-r0)
- (5/28) Installing isl (0.17.1-r0)
- (6/28) Installing libatomic (6.3.0-r4)
- (7/28) Installing pkgconf (1.3.7-r0)
- (8/28) Installing libgcc (6.3.0-r4)
- (9/28) Installing mpfr3 (3.1.5-r0)
- (10/28) Installing mpc1 (1.0.3-r0)
- (11/28) Installing libstdc++ (6.3.0-r4)
- (12/28) Installing gcc (6.3.0-r4)
- (13/28) Installing musl-dev (1.1.16-r15)
- (14/28) Installing libc-dev (0.7.1-r0)
- (15/28) Installing g++ (6.3.0-r4)
- (16/28) Installing make (4.2.1-r0)
- (17/28) Installing fortify-headers (0.8-r0)
- (18/28) Installing build-base (0.5-r0)
- (19/28) Installing libjpeg-turbo (1.5.3-r2)
- (20/28) Installing libjpeg-turbo-dev (1.5.3-r2)
- (21/28) Installing jpeg-dev (8-r6)
- (22/28) Upgrading musl-utils (1.1.16-r14 -> 1.1.16-r15)
- (23/28) Installing python2 (2.7.15-r0)
- (24/28) Installing py-setuptools (33.1.1-r1)
- (25/28) Installing py2-pip (9.0.1-r1)
- (26/28) Installing py2-py (1.4.31-r1)
- (27/28) Installing py2-pytest (3.0.6-r1)
- (28/28) Installing zlib-dev (1.2.11-r0)
- Executing busybox-1.26.2-r11.trigger
- OK: 317 MiB in 72 packages
- Removing intermediate container 85e139569d3f
- ---> eaa640d64391
- Step 14/37 : ENV LIBRARY_PATH=/lib:/usr/lib
- ---> Running in 3329ec6b3cae
- Removing intermediate container 3329ec6b3cae
- ---> e6ac8a338a34
- Step 15/37 : RUN mkdir -p /opt/code
- ---> Running in 923eecd91bc9
- Removing intermediate container 923eecd91bc9
- ---> fd2f8de1bd92
- Step 16/37 : RUN mkdir -p /opt/photos
- ---> Running in 1e16841773c5
- Removing intermediate container 1e16841773c5
- ---> 017f9ccfb9b3
- Step 17/37 : RUN mkdir -p /opt/code/tmp
- ---> Running in 56a41600f82e
- Removing intermediate container 56a41600f82e
- ---> 11348f87fea7
- Step 18/37 : WORKDIR /opt/code
- ---> Running in 79163d5296ca
- Removing intermediate container 79163d5296ca
- ---> c852dcd69487
- Step 19/37 : RUN pip3 install --upgrade setuptools
- ---> Running in 90fc90ad4c77
- Collecting setuptools
- Downloading https://files.pythonhosted.org/packages/54/28/c45d8b54c1339f9644b87663945e54a8503cfef59cf0f65b3ff5dd17cf64/setuptools-42.0.2-py2.py3-none-any.whl (583kB)
- Installing collected packages: setuptools
- Found existing installation: setuptools 40.6.3
- Uninstalling setuptools-40.6.3:
- Successfully uninstalled setuptools-40.6.3
- Successfully installed setuptools-42.0.2
- You are using pip version 18.1, however version 19.3.1 is available.
- You should consider upgrading via the 'pip install --upgrade pip' command.
- Removing intermediate container 90fc90ad4c77
- ---> f090913f661a
- Step 20/37 : RUN pip3 install --upgrade pip
- ---> Running in de844021ed8e
- Collecting pip
- Downloading https://files.pythonhosted.org/packages/00/b6/9cfa56b4081ad13874b0c6f96af8ce16cfbc1cb06bedf8e9164ce5551ec1/pip-19.3.1-py2.py3-none-any.whl (1.4MB)
- Installing collected packages: pip
- Found existing installation: pip 18.1
- Uninstalling pip-18.1:
- Successfully uninstalled pip-18.1
- Successfully installed pip-19.3.1
- Removing intermediate container de844021ed8e
- ---> 757ad4f55db8
- Step 21/37 : ADD requirements.txt /opt/code/requirements.txt
- ---> 86513a07a7d3
- Step 22/37 : RUN pip3 install --upgrade setuptools
- ---> Running in 857668c2859e
- Requirement already up-to-date: setuptools in /usr/local/lib/python3.6/site-packages (42.0.2)
- Removing intermediate container 857668c2859e
- ---> b703f7c8c0bf
- Step 23/37 : RUN pip3 install --upgrade pip
- ---> Running in 93ec8ef570ef
- Requirement already up-to-date: pip in /usr/local/lib/python3.6/site-packages (19.3.1)
- Removing intermediate container 93ec8ef570ef
- ---> a32b5aac0b53
- Step 24/37 : ADD ./vendor /opt/vendor
- ---> 928ef223c9be
- Step 25/37 : ADD ./deps /opt/deps
- ---> c6dafd276c45
- Step 26/37 : RUN if ls /opt/vendor/*.whl 1> /dev/null 2>&1; then pip3 install /opt/vendor/*.whl; fi
- ---> Running in 90d8b018bc33
- Removing intermediate container 90d8b018bc33
- ---> f91b7a68a088
- Step 27/37 : RUN mkdir -p /opt/server
- ---> Running in c3e995313586
- Removing intermediate container c3e995313586
- ---> ee2b338b6e2d
- Step 28/37 : RUN mkdir -p /opt/static
- ---> Running in 276770c901a5
- Removing intermediate container 276770c901a5
- ---> 23b653e317b0
- Step 29/37 : RUN apk add --no-cache --virtual .build-deps python3-dev build-base linux-headers gcc postgresql-dev && pip3 install -r requirements.txt && find /usr/local \( -type d -a -name test -o -name tests \) -o \( -type f -a -name '*.pyc' -o -name '*.pyo' \) -exec rm -rf '{}' + && runDeps="$( scanelf --needed --nobanner --recursive /usr/local | awk '{ gsub(/,/, "\nso:", $2); print "so:" $2 }' | sort -u | xargs -r apk info --installed | sort -u )" && pip3 install uwsgi && apk add --virtual .rundeps $runDeps && apk del .build-deps
- ---> Running in 28141a1d4b2a
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/main/x86_64/APKINDEX.tar.gz
- fetch http://dl-cdn.alpinelinux.org/alpine/v3.6/community/x86_64/APKINDEX.tar.gz
- (1/5) Installing python3-dev (3.6.8-r0)
- (2/5) Installing linux-headers (4.4.6-r2)
- (3/5) Installing libressl-dev (2.5.5-r2)
- (4/5) Installing postgresql-dev (9.6.13-r0)
- (5/5) Installing .build-deps (0)
- Executing busybox-1.26.2-r11.trigger
- OK: 357 MiB in 77 packages
- Collecting git+https://github.com/sixfeetup/django-access-tokens.git@22c72cbd59fab7dad6b05849b40863923eccf46a (from -r requirements.txt (line 23))
- Cloning https://github.com/sixfeetup/django-access-tokens.git (to revision 22c72cbd59fab7dad6b05849b40863923eccf46a) to /tmp/pip-req-build-jxu7kji1
- Running command git clone -q https://github.com/sixfeetup/django-access-tokens.git /tmp/pip-req-build-jxu7kji1
- Running command git checkout -q 22c72cbd59fab7dad6b05849b40863923eccf46a
- Collecting bleach==2.1.2
- Downloading https://files.pythonhosted.org/packages/07/59/06f368f350cd7f226606c2bc7210c6b336312df62185de333c66d6180512/bleach-2.1.2-py2.py3-none-any.whl
- Collecting coverage==4.5.1
- Downloading https://files.pythonhosted.org/packages/35/fe/e7df7289d717426093c68d156e0fd9117c8f4872b6588e8a8928a0f68424/coverage-4.5.1.tar.gz (379kB)
- Collecting Django==2.1
- Downloading https://files.pythonhosted.org/packages/51/1a/e0ac7886c7123a03814178d7517dc822af0fe51a72e1a6bff26153103322/Django-2.1-py3-none-any.whl (7.3MB)
- Collecting django-categories==1.6.0
- Downloading https://files.pythonhosted.org/packages/83/45/4d7c621063cf7cb782d160bc6aa10becaba351d4e6b6142285dc86a9a86a/django_categories-1.6-py2.py3-none-any.whl (89kB)
- Collecting django-cors-headers==2.1.0
- Downloading https://files.pythonhosted.org/packages/10/97/40b519badff93449706cd2cab3f328e1898e627bb218e3429c5581ad1932/django_cors_headers-2.1.0-py2.py3-none-any.whl
- Collecting django-filter==2.0.0
- Downloading https://files.pythonhosted.org/packages/6a/8b/8517167a0adc45ce94d0873efb9487dd4cdeff7e10f96e837ad3d58f5837/django_filter-2.0.0-py3-none-any.whl (69kB)
- Collecting django-fsm==2.6.0
- Downloading https://files.pythonhosted.org/packages/cc/81/6074f9e46a81e004b84d9000e7805c6620fa56e43c5eb30a04ae176fcba1/django_fsm-2.6.0-py2.py3-none-any.whl
- Collecting django-fsm-log==1.5.0
- Downloading https://files.pythonhosted.org/packages/8e/6a/771b3928cfc6e00e5ff9dd83e357b8713be3035ddc05f1859035f64f61e5/django_fsm_log-1.5.0-py3-none-any.whl
- Collecting django-imagekit==4.0.2
- Downloading https://files.pythonhosted.org/packages/e5/2a/a5c62376e897c23d1ce21be86c18e68096cb8c83df7d010d24ca81139e9e/django_imagekit-4.0.2-py2.py3-none-any.whl (47kB)
- Collecting django-log-request-id==1.3.2
- Downloading https://files.pythonhosted.org/packages/f5/bf/dee54a31dd3148446cf0662a675e158ea9e77ce284a86ff509baad1662e7/django-log-request-id-1.3.2.tar.gz
- Collecting django-oauth-toolkit==1.0.0
- Downloading https://files.pythonhosted.org/packages/e2/f0/3bd6fb9f17c375ac0f3f4f8a4879d240a5a5508557b77e696a665fceeb23/django_oauth_toolkit-1.0.0-py2.py3-none-any.whl (45kB)
- Collecting django-permission==1.0.4
- Downloading https://files.pythonhosted.org/packages/96/31/a00c8e034e0447ccb2fd288b684b7a2d6790d5bcf2749311b26ca3d163ec/django_permission-1.0.4-py3-none-any.whl (59kB)
- Collecting django-rest-elasticsearch==0.4.1
- Downloading https://files.pythonhosted.org/packages/f6/28/9b1039bfaeb8aa489d15d9118e51a6a3708f052c004c8a60b9f3fd3f88b8/django-rest-elasticsearch-0.4.1.tar.gz
- Collecting django-rest-swagger==2.1.2
- Downloading https://files.pythonhosted.org/packages/2c/12/28d0677756283d913f8371ad7590e16f5e6c8444044f5b1b1586f956e610/django_rest_swagger-2.1.2-py2.py3-none-any.whl (747kB)
- Obtaining django-session-header from git+https://github.com/kball/django-session-header.git#egg=django-session-header (from -r requirements.txt (line 15))
- Cloning https://github.com/kball/django-session-header.git to ./src/django-session-header
- Running command git clone -q https://github.com/kball/django-session-header.git /opt/code/src/django-session-header
- Collecting django-simple-history==2.5.1
- Downloading https://files.pythonhosted.org/packages/54/3d/9129a60f8563fe3e02311acdee6d358c0f7e0584ff473579e98fc5b8b152/django_simple_history-2.5.1-py2.py3-none-any.whl
- Collecting django-storages==1.6.5
- Downloading https://files.pythonhosted.org/packages/97/71/10c4c8c62b6fecca1960dcf828a7639baafddf088976a89b8dedc9124a39/django_storages-1.6.5-py2.py3-none-any.whl (47kB)
- Collecting django-taggit==0.23.0
- Downloading https://files.pythonhosted.org/packages/39/ed/3607874788740674b7533586fc6b3e2249b5c5e9585882f0c8709e9a8c36/django_taggit-0.23.0-py2.py3-none-any.whl (44kB)
- Collecting django-taggit-serializer==0.1.7
- Downloading https://files.pythonhosted.org/packages/68/c4/9737e1df18ca8af0f40f46a54af08a15d75eb7afd7805ba94c87fc042ae3/django-taggit-serializer-0.1.7.tar.gz
- Collecting djangorestframework==3.9.0
- Downloading https://files.pythonhosted.org/packages/99/0b/d37a5a96c5d301e23adcabcc2f3fa659fb34e6308590f95ebb50cdbe98a1/djangorestframework-3.9.0-py2.py3-none-any.whl (924kB)
- Collecting elasticsearch-dsl==6.3.0
- Downloading https://files.pythonhosted.org/packages/61/13/9b6864dd05295e38afe019957a7736cde8826fc21019632d0b8e84cac7c0/elasticsearch_dsl-6.3.0-py2.py3-none-any.whl (48kB)
- Collecting facebook-sdk==3.0.0
- Downloading https://files.pythonhosted.org/packages/64/80/a4bdc341dbd283ce4bf23445b9b3f36e21ba9fe2f130435e0892675704c4/facebook_sdk-3.0.0-py3-none-any.whl
- Collecting google-api-python-client==1.7.9
- Downloading https://files.pythonhosted.org/packages/3f/f1/20fd18744c3d20307d634ffcc02592bc7efc45a59624e14655cf21cbfb5e/google_api_python_client-1.7.9-py3-none-any.whl (56kB)
- Collecting google-auth==1.6.3
- Downloading https://files.pythonhosted.org/packages/c5/9b/ed0516cc1f7609fb0217e3057ff4f0f9f3e3ce79a369c6af4a6c5ca25664/google_auth-1.6.3-py2.py3-none-any.whl (73kB)
- Collecting google-cloud-storage==1.6.0
- Downloading https://files.pythonhosted.org/packages/c8/13/131c4d6b72411bcd56ab82a70a256d961e8d87e7b6356c12791c0003765d/google_cloud_storage-1.6.0-py2.py3-none-any.whl (51kB)
- Collecting oauth2client==4.1.3
- Downloading https://files.pythonhosted.org/packages/95/a9/4f25a14d23f0786b64875b91784607c2277eff25d48f915e39ff0cff505a/oauth2client-4.1.3-py2.py3-none-any.whl (98kB)
- Collecting Pillow==4.3.0
- Downloading https://files.pythonhosted.org/packages/e0/82/ec499c78bfe4ecaa91c2f3000040451d187ed0a816d58b8543e29c48827f/Pillow-4.3.0.tar.gz (13.9MB)
- Collecting psycopg2==2.7.3
- Downloading https://files.pythonhosted.org/packages/98/99/33ca02c4bc3ed1bd9ceab5614bda2e6d1d31e61ec58345b9feece238c38a/psycopg2-2.7.3.tar.gz (425kB)
- Collecting pycryptodome==3.8.2
- Downloading https://files.pythonhosted.org/packages/e2/7b/12f76a8bd427ebc54f24a0df6fd776fda48087d6a9a32ae0dbc3341dac3f/pycryptodome-3.8.2.tar.gz (12.4MB)
- Collecting pytest-django==3.1.2
- Downloading https://files.pythonhosted.org/packages/0f/c4/123ec7829e175af511c5be0501df9552261c2bf549b8e7a43ba35505594e/pytest_django-3.1.2-py2.py3-none-any.whl
- Collecting python-gmaps==0.3.1
- Downloading https://files.pythonhosted.org/packages/71/1a/b5ac46de53b009327e4ce4ae6598069fc60d57e006b86bc40f251a9c9959/python_gmaps-0.3.1-py2.py3-none-any.whl
- Collecting pyyaml==3.12
- Downloading https://files.pythonhosted.org/packages/4a/85/db5a2df477072b2902b0eb892feb37d88ac635d36245a72a6a69b23b383a/PyYAML-3.12.tar.gz (253kB)
- Collecting rollbar==0.14.1
- Downloading https://files.pythonhosted.org/packages/88/bd/aa1e91f4d5e706a7aaf771d028ccdc100ac95c9fe286c102d9795f6ff409/rollbar-0.14.1.tar.gz (59kB)
- Collecting sendgrid-django==4.2.0
- Downloading https://files.pythonhosted.org/packages/f5/94/4749ff4acae2c2ca89c5acdf8449494ef4fbc4254a705866f07c6774ea8b/sendgrid-django-4.2.0.tar.gz
- Collecting smtpapi==0.3.1
- Downloading https://files.pythonhosted.org/packages/21/de/380fd07226fb481bfb12f0b8e581363bede5801f7aad53d029fd0e38be62/smtpapi-0.3.1.tar.gz
- Collecting stripe==2.35.0
- Downloading https://files.pythonhosted.org/packages/66/d0/9347c19912b18c92af558a5eb3ea93db90bf1a1472d3c31282517d996695/stripe-2.35.0-py2.py3-none-any.whl (198kB)
- Collecting unittest-xml-reporting==2.2.0
- Downloading https://files.pythonhosted.org/packages/d4/82/28569924f68a539bd7b0cb966cfaac4de7f805201d1384d653aae0806bac/unittest_xml_reporting-2.2.0-py2.py3-none-any.whl
- Collecting uwsgi==2.0.17.1
- Downloading https://files.pythonhosted.org/packages/a2/c9/a2d5737f63cd9df4317a4acc15d1ddf4952e28398601d8d7d706c16381e0/uwsgi-2.0.17.1.tar.gz (800kB)
- Collecting google-cloud-talent==0.3.0
- Downloading https://files.pythonhosted.org/packages/14/48/da8d2192d5922acd6c0a38aa2371802d5a80dc57da360a2dc078af450cf4/google_cloud_talent-0.3.0-py2.py3-none-any.whl (269kB)
- Collecting google-api-core==1.14.2
- Downloading https://files.pythonhosted.org/packages/71/e5/7059475b3013a3c75abe35015c5761735ab224eb1b129fee7c8e376e7805/google_api_core-1.14.2-py2.py3-none-any.whl (68kB)
- Collecting grpcio==1.24.0
- Downloading https://files.pythonhosted.org/packages/5d/44/26b8e581a12837cc44a82fcdef6edcaa8b220d4f6ded1e3267f9ce126f48/grpcio-1.24.0.tar.gz (14.1MB)
- Collecting filestack-python==3.0.1
- Downloading https://files.pythonhosted.org/packages/63/df/d06fd4b3761b59fa4a3876529e1824ffdb1481136285b1141255640a761f/filestack_python-3.0.1-py3-none-any.whl
- Collecting html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre
- Downloading https://files.pythonhosted.org/packages/a5/62/bbd2be0e7943ec8504b517e62bab011b4946e1258842bc159e5dfde15b96/html5lib-1.0.1-py2.py3-none-any.whl (117kB)
- Collecting six
- Downloading https://files.pythonhosted.org/packages/65/26/32b8464df2a97e6dd1b656ed26b2c194606c16fe163c695a992b36c11cdf/six-1.13.0-py2.py3-none-any.whl
- Collecting pytz
- Downloading https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl (509kB)
- Collecting django-mptt<0.10,>=0.9.0
- Downloading https://files.pythonhosted.org/packages/46/ec/415a72ff8c41be0e00900941fad48b3c696fd1da7f8e8ac1e6abc59d8981/django_mptt-0.9.1-py2.py3-none-any.whl (105kB)
- Collecting unicode-slugify==0.1.3
- Downloading https://files.pythonhosted.org/packages/8c/ba/1a05f61c7fd72df85ae4dc1c7967a3e5a4b6c61f016e794bc7f09b2597c0/unicode-slugify-0.1.3.tar.gz
- Collecting django-appconf
- Downloading https://files.pythonhosted.org/packages/f6/b3/fcec63afcf323581c4919f21e90ef8c8200034108a6a0ab47a6bf6a9327b/django_appconf-1.0.3-py2.py3-none-any.whl
- Collecting pilkit>=0.2.0
- Downloading https://files.pythonhosted.org/packages/c4/5c/318d9c20f309e6a79ea4d4605f86597d05f3e007d3d1925ff02474808659/pilkit-2.0.tar.gz (161kB)
- Collecting requests>=2.13.0
- Downloading https://files.pythonhosted.org/packages/51/bd/23c926cd341ea6b7dd0b2a00aba99ae0f828be89d72b2190f27c11d4b7fb/requests-2.22.0-py2.py3-none-any.whl (57kB)
- Collecting oauthlib>=2.0.1
- Downloading https://files.pythonhosted.org/packages/05/57/ce2e7a8fa7c0afb54a0581b14a65b56e62b5759dbc98e80627142b8a3704/oauthlib-3.1.0-py2.py3-none-any.whl (147kB)
- Collecting app-version
- Downloading https://files.pythonhosted.org/packages/a7/03/5eeff1025f889d8d85738078c4f48e806aafe27c93ed1a52f3fbec029b06/app_version-1.0.1-py3-none-any.whl
- Collecting pytest-runner
- Downloading https://files.pythonhosted.org/packages/16/45/81b5262c0efc08882bdf183b788e6d28e3d684863990996d8b60967d48da/pytest_runner-5.2-py2.py3-none-any.whl
- Collecting coreapi>=2.3.0
- Downloading https://files.pythonhosted.org/packages/fc/3a/9dedaad22962770edd334222f2b3c3e7ad5e1c8cab1d6a7992c30329e2e5/coreapi-2.3.3-py2.py3-none-any.whl
- Collecting openapi-codec>=1.3.1
- Downloading https://files.pythonhosted.org/packages/78/e5/e0b5aba60c645dde952bc8a9df1f2b0bef27302908839b0a29284c9245d4/openapi-codec-1.3.2.tar.gz
- Collecting simplejson
- Downloading https://files.pythonhosted.org/packages/98/87/a7b98aa9256c8843f92878966dc3d8d914c14aad97e2c5ce4798d5743e07/simplejson-3.17.0.tar.gz (83kB)
- Collecting elasticsearch<7.0.0,>=6.0.0
- Downloading https://files.pythonhosted.org/packages/e0/b3/14dd62dfee3b0bca512167edc6f8baf5149b1108a02f9f246021953d117c/elasticsearch-6.4.0-py2.py3-none-any.whl (81kB)
- Collecting python-dateutil
- Downloading https://files.pythonhosted.org/packages/d4/70/d60450c3dd48ef87586924207ae8907090de0b306af2bce5d134d78615cb/python_dateutil-2.8.1-py2.py3-none-any.whl (227kB)
- Collecting httplib2<1dev,>=0.9.2
- Downloading https://files.pythonhosted.org/packages/d2/84/f97b9efdb17c9b73e133bdbf2b4bfd09cd0be655e36e3ee3c4bec9095048/httplib2-0.14.0-py3-none-any.whl (94kB)
- Collecting uritemplate<4dev,>=3.0.0
- Downloading https://files.pythonhosted.org/packages/e5/7d/9d5a640c4f8bf2c8b1afc015e9a9d8de32e13c9016dcc4b0ec03481fb396/uritemplate-3.0.0-py2.py3-none-any.whl
- Collecting google-auth-httplib2>=0.0.3
- Downloading https://files.pythonhosted.org/packages/33/49/c814d6d438b823441552198f096fcd0377fd6c88714dbed34f1d3c8c4389/google_auth_httplib2-0.0.3-py2.py3-none-any.whl
- Collecting cachetools>=2.0.0
- Downloading https://files.pythonhosted.org/packages/2f/a6/30b0a0bef12283e83e58c1d6e7b5aabc7acfc4110df81a4471655d33e704/cachetools-3.1.1-py2.py3-none-any.whl
- Collecting pyasn1-modules>=0.2.1
- Downloading https://files.pythonhosted.org/packages/52/50/bb4cefca37da63a0c52218ba2cb1b1c36110d84dcbae8aa48cd67c5e95c2/pyasn1_modules-0.2.7-py2.py3-none-any.whl (131kB)
- Collecting rsa>=3.1.4
- Downloading https://files.pythonhosted.org/packages/02/e5/38518af393f7c214357079ce67a317307936896e961e35450b70fad2a9cf/rsa-4.0-py2.py3-none-any.whl
- Collecting google-resumable-media>=0.3.1
- Downloading https://files.pythonhosted.org/packages/35/9e/f73325d0466ce5bdc36333f1aeb2892ead7b76e79bdb5c8b0493961fa098/google_resumable_media-0.5.0-py2.py3-none-any.whl
- Collecting google-cloud-core<0.29dev,>=0.28.0
- Downloading https://files.pythonhosted.org/packages/0f/41/ae2418b4003a14cf21c1c46d61d1b044bf02cf0f8f91598af572b9216515/google_cloud_core-0.28.1-py2.py3-none-any.whl
- Collecting pyasn1>=0.1.7
- Downloading https://files.pythonhosted.org/packages/62/1e/a94a8d635fa3ce4cfc7f506003548d0a2447ae76fd5ca53932970fe3053f/pyasn1-0.4.8-py2.py3-none-any.whl (77kB)
- Collecting olefile
- Downloading https://files.pythonhosted.org/packages/34/81/e1ac43c6b45b4c5f8d9352396a14144bba52c8fec72a80f425f6a4d653ad/olefile-0.46.zip (112kB)
- Collecting pytest>=2.9
- Downloading https://files.pythonhosted.org/packages/da/ed/d22d7f06eb1107271694ed2171b9d52e8eea38d9757124e75ba13324ac77/pytest-5.3.1-py3-none-any.whl (233kB)
- Collecting sendgrid<4,>=3.5
- Downloading https://files.pythonhosted.org/packages/d6/be/5c2cf158c9036224676b3b01042c27d722fba63b46cb87a4fdaf24fa3621/sendgrid-3.6.5-py2.py3-none-any.whl
- Collecting googleapis-common-protos<2.0dev,>=1.6.0
- Downloading https://files.pythonhosted.org/packages/eb/ee/e59e74ecac678a14d6abefb9054f0bbcb318a6452a30df3776f133886d7d/googleapis-common-protos-1.6.0.tar.gz
- Requirement already satisfied: setuptools>=34.0.0 in /usr/local/lib/python3.6/site-packages (from google-api-core==1.14.2->-r requirements.txt (line 41)) (42.0.2)
- Collecting protobuf>=3.4.0
- Downloading https://files.pythonhosted.org/packages/4e/26/1517e42a81de4f28ed0f3cdadb628c1b72f3a28f38323a05e251f5df0a29/protobuf-3.11.1-py2.py3-none-any.whl (434kB)
- Collecting trafaret==1.2.0
- Downloading https://files.pythonhosted.org/packages/02/59/b502446f3985a9351ea4bfca4e90471668206d3a957e5e2ea256fc3d9d35/trafaret-1.2.0-py3-none-any.whl
- Collecting webencodings
- Downloading https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl
- Collecting django-js-asset
- Downloading https://files.pythonhosted.org/packages/aa/2d/98089cf51c8e83bc70723021390b94a3638a4a0ce30a47e2e70476b2095d/django_js_asset-1.2.2-py2.py3-none-any.whl
- Collecting unidecode
- Downloading https://files.pythonhosted.org/packages/d0/42/d9edfed04228bacea2d824904cae367ee9efd05e6cce7ceaaedd0b0ad964/Unidecode-1.1.1-py2.py3-none-any.whl (238kB)
- Collecting urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1
- Downloading https://files.pythonhosted.org/packages/b4/40/a9837291310ee1ccc242ceb6ebfd9eb21539649f193a7c8c86ba15b98539/urllib3-1.25.7-py2.py3-none-any.whl (125kB)
- Collecting idna<2.9,>=2.5
- Downloading https://files.pythonhosted.org/packages/14/2c/cd551d81dbe15200be1cf41cd03869a46fe7226e7450af7a6545bfc474c9/idna-2.8-py2.py3-none-any.whl (58kB)
- Collecting chardet<3.1.0,>=3.0.2
- Downloading https://files.pythonhosted.org/packages/bc/a9/01ffebfb562e4274b6487b4bb1ddec7ca55ec7510b22e4c51f14098443b8/chardet-3.0.4-py2.py3-none-any.whl (133kB)
- Collecting certifi>=2017.4.17
- Downloading https://files.pythonhosted.org/packages/b9/63/df50cac98ea0d5b006c55a399c3bf1db9da7b5a24de7890bc9cfd5dd9e99/certifi-2019.11.28-py2.py3-none-any.whl (156kB)
- Collecting coreschema
- Downloading https://files.pythonhosted.org/packages/93/08/1d105a70104e078718421e6c555b8b293259e7fc92f7e9a04869947f198f/coreschema-0.0.4.tar.gz
- Collecting itypes
- Downloading https://files.pythonhosted.org/packages/d3/24/5e511590f95582efe64b8ad2f6dadd85c5563c9dcf40171ea5a70adbf5a9/itypes-1.1.0.tar.gz
- Collecting more-itertools>=4.0.0
- Downloading https://files.pythonhosted.org/packages/5c/1d/3df99de956abb96305956e09e6a1fa955883295e1f28808f9c97b3d5364d/more_itertools-8.0.0-py3-none-any.whl (40kB)
- Collecting wcwidth
- Downloading https://files.pythonhosted.org/packages/7e/9f/526a6947247599b084ee5232e4f9190a38f398d7300d866af3ab571a5bfe/wcwidth-0.1.7-py2.py3-none-any.whl
- Collecting importlib-metadata>=0.12; python_version < "3.8"
- Downloading https://files.pythonhosted.org/packages/ed/82/ebece33bc20b9097683d09e47563d487e411e2cf3a37789d7ec0a88c4ce4/importlib_metadata-1.1.0-py2.py3-none-any.whl
- Collecting attrs>=17.4.0
- Downloading https://files.pythonhosted.org/packages/a2/db/4313ab3be961f7a763066401fb77f7748373b6094076ae2bda2806988af6/attrs-19.3.0-py2.py3-none-any.whl
- Collecting py>=1.5.0
- Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB)
- Collecting packaging
- Downloading https://files.pythonhosted.org/packages/cf/94/9672c2d4b126e74c4496c6b3c58a8b51d6419267be9e70660ba23374c875/packaging-19.2-py2.py3-none-any.whl
- Collecting pluggy<1.0,>=0.12
- Downloading https://files.pythonhosted.org/packages/a0/28/85c7aa31b80d150b772fbe4a229487bc6644da9ccb7e427dd8cc60cb8a62/pluggy-0.13.1-py2.py3-none-any.whl
- Collecting python-http-client>=2.1.1
- Downloading https://files.pythonhosted.org/packages/49/66/a7569f9b3c8e5cca347f9a171ae9e718e9ac66e1215be4ede7642b6953f2/python_http_client-3.2.1-py3-none-any.whl
- Collecting jinja2
- Downloading https://files.pythonhosted.org/packages/65/e0/eb35e762802015cab1ccee04e8a277b03f1d8e53da3ec3106882ec42558b/Jinja2-2.10.3-py2.py3-none-any.whl (125kB)
- Collecting zipp>=0.5
- Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl
- Collecting pyparsing>=2.0.2
- Downloading https://files.pythonhosted.org/packages/c0/0c/fc2e007d9a992d997f04a80125b0f183da7fb554f1de701bbb70a8e7d479/pyparsing-2.4.5-py2.py3-none-any.whl (67kB)
- Collecting MarkupSafe>=0.23
- Downloading https://files.pythonhosted.org/packages/b9/2e/64db92e53b86efccfaea71321f597fa2e1b2bd3853d8ce658568f7a13094/MarkupSafe-1.1.1.tar.gz
- Building wheels for collected packages: coverage, django-log-request-id, django-rest-elasticsearch, django-taggit-serializer, Pillow, psycopg2, pycryptodome, pyyaml, rollbar, sendgrid-django, smtpapi, uwsgi, grpcio, django-access-tokens, unicode-slugify, pilkit, openapi-codec, simplejson, olefile, googleapis-common-protos, coreschema, itypes, MarkupSafe
- Building wheel for coverage (setup.py): started
- Building wheel for coverage (setup.py): finished with status 'done'
- Created wheel for coverage: filename=coverage-4.5.1-cp36-cp36m-linux_x86_64.whl size=205522 sha256=164cf0faa1c2e6882ad6f1472d1f5a6b478a908317802c67795213920eda9f78
- Stored in directory: /root/.cache/pip/wheels/24/76/26/c60de6a591b00f71dcf87941eb41b8f29820857eade91fe66f
- Building wheel for django-log-request-id (setup.py): started
- Building wheel for django-log-request-id (setup.py): finished with status 'done'
- Created wheel for django-log-request-id: filename=django_log_request_id-1.3.2-cp36-none-any.whl size=4773 sha256=58a1a70b4377b9e0b7c3e09308b746714b14f9e31402e239071ae12e73fd0a32
- Stored in directory: /root/.cache/pip/wheels/bd/71/c4/6f55d83a1de094261cfb321b2f4513a64ddf99a63fe309ed50
- Building wheel for django-rest-elasticsearch (setup.py): started
- Building wheel for django-rest-elasticsearch (setup.py): finished with status 'done'
- Created wheel for django-rest-elasticsearch: filename=django_rest_elasticsearch-0.4.1-py2.py3-none-any.whl size=20342 sha256=1e5ca2bcfb67ddacac97153f15cd5ef4c866a4ba4e65efd66d5e04ca0d4399af
- Stored in directory: /root/.cache/pip/wheels/94/ed/12/a69316d082be71026cd06ebbb88e1e6c1fe3ecc4bd4537cfc9
- Building wheel for django-taggit-serializer (setup.py): started
- Building wheel for django-taggit-serializer (setup.py): finished with status 'done'
- Created wheel for django-taggit-serializer: filename=django_taggit_serializer-0.1.7-py2.py3-none-any.whl size=4265 sha256=fa7a12f4fd2ec468501bed6350c0976e06a14080cbdd9b0576c765c28fcd0063
- Stored in directory: /root/.cache/pip/wheels/80/1c/0a/17b28dfcfb239e710909442828a233178d317736cc1d2428e1
- Building wheel for Pillow (setup.py): started
- Building wheel for Pillow (setup.py): finished with status 'done'
- Created wheel for Pillow: filename=Pillow-4.3.0-cp36-cp36m-linux_x86_64.whl size=1007484 sha256=30bd1eac056a5a9e0e1a0e19298af5ae4af5c89cf8f8bd361295d96dab02f3c7
- Stored in directory: /root/.cache/pip/wheels/d3/76/57/6c5538f861923b84e929701ee1cdb43ade1a3f72951c3b7d7d
- Building wheel for psycopg2 (setup.py): started
- Building wheel for psycopg2 (setup.py): finished with status 'done'
- Created wheel for psycopg2: filename=psycopg2-2.7.3-cp36-cp36m-linux_x86_64.whl size=486278 sha256=89d340d1cc16902ecc49345331884f7d979a31e036f7f1e938368f6b0820dc87
- Stored in directory: /root/.cache/pip/wheels/49/5b/a8/0597f288d04bb101bb25e84e6b4fd5bdc21ea6a08f9b0110cd
- Building wheel for pycryptodome (setup.py): started
- Building wheel for pycryptodome (setup.py): finished with status 'done'
- Created wheel for pycryptodome: filename=pycryptodome-3.8.2-cp36-cp36m-linux_x86_64.whl size=9670720 sha256=8aac06684fed6b50985c4593526096e8d1a70422f962532f370c694d3451bcdf
- Stored in directory: /root/.cache/pip/wheels/b6/80/c2/c0807b56c91ff91ce86758ea48b41cde42ab50d88764847eca
- Building wheel for pyyaml (setup.py): started
- Building wheel for pyyaml (setup.py): finished with status 'done'
- Created wheel for pyyaml: filename=PyYAML-3.12-cp36-cp36m-linux_x86_64.whl size=43059 sha256=6022bb735dc295ee69c5e60bfa795d90652e1eba030bb632948e7e58ce4a25f0
- Stored in directory: /root/.cache/pip/wheels/03/05/65/bdc14f2c6e09e82ae3e0f13d021e1b6b2481437ea2f207df3f
- Building wheel for rollbar (setup.py): started
- Building wheel for rollbar (setup.py): finished with status 'done'
- Created wheel for rollbar: filename=rollbar-0.14.1-cp36-none-any.whl size=65180 sha256=6f450b0ffdf0fed0258aced3eb181490bcadfaf0d6f0fe6c11410f498b51adef
- Stored in directory: /root/.cache/pip/wheels/97/13/f8/ae0f642883f19fd81cf30e64ab3f64bf83a6e706495779242e
- Building wheel for sendgrid-django (setup.py): started
- Building wheel for sendgrid-django (setup.py): finished with status 'done'
- Created wheel for sendgrid-django: filename=sendgrid_django-4.2.0-py2.py3-none-any.whl size=5513 sha256=bd2f6db4f8b72854ee32d3e74c9bd59a794b7609da2f1f90dab94fdce15013dc
- Stored in directory: /root/.cache/pip/wheels/e2/82/2b/a256175be8210205d5a6a6c67d1f18fdd783d09b555295d736
- Building wheel for smtpapi (setup.py): started
- Building wheel for smtpapi (setup.py): finished with status 'done'
- Created wheel for smtpapi: filename=smtpapi-0.3.1-cp36-none-any.whl size=2859 sha256=2d34a6820f8be4c5d8af96ffa7c3e5417eb0e15459107d83f813a980fc1b0cdf
- Stored in directory: /root/.cache/pip/wheels/06/3c/46/855f13309cfa73142116b391738e2aa75698e82b24f0391b62
- Building wheel for uwsgi (setup.py): started
- Building wheel for uwsgi (setup.py): finished with status 'done'
- Created wheel for uwsgi: filename=uWSGI-2.0.17.1-cp36-cp36m-linux_x86_64.whl size=552159 sha256=689d0489f52c6a055b4e85f7a401508b90010a26fe4ae2b11663821efdd6054c
- Stored in directory: /root/.cache/pip/wheels/32/d6/90/0239cc69219013d9f402b098b7c5ef7454792c21acd1d6c24e
- Building wheel for grpcio (setup.py): started
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): still running...
- Building wheel for grpcio (setup.py): finished with status 'done'
- Created wheel for grpcio: filename=grpcio-1.24.0-cp36-cp36m-linux_x86_64.whl size=13221810 sha256=1906d258987e27bc4c4b335e25a262b2163ac4e5545b14fd93bcb13f9ac34a01
- Stored in directory: /root/.cache/pip/wheels/65/44/88/f9ed728ffaaa5d525e5fde2ba34c3157466e8d78db4325fd51
- Building wheel for django-access-tokens (setup.py): started
- Building wheel for django-access-tokens (setup.py): finished with status 'done'
- Created wheel for django-access-tokens: filename=django_access_tokens-0.9.2-cp36-none-any.whl size=7731 sha256=f621a5b650589c0c61ad6c3f7cdbad27645461bfaac728d3e1faf8c623bd4fdb
- Stored in directory: /tmp/pip-ephem-wheel-cache-jvdvgqpo/wheels/f1/90/41/c7d97473801359bde178deaca159adbef65390b4de9fafb1e5
- Building wheel for unicode-slugify (setup.py): started
- Building wheel for unicode-slugify (setup.py): finished with status 'done'
- Created wheel for unicode-slugify: filename=unicode_slugify-0.1.3-cp36-none-any.whl size=5004 sha256=097740ff41ea87d881ed8a5d5d16fc6ebc974307a55c96e663900ce5337b0c22
- Stored in directory: /root/.cache/pip/wheels/00/86/80/77ea75d401d5d6550a79179f76c6b26fe1280d40fb447ea4f3
- Building wheel for pilkit (setup.py): started
- Building wheel for pilkit (setup.py): finished with status 'done'
- Created wheel for pilkit: filename=pilkit-2.0-cp36-none-any.whl size=18295 sha256=5696193a392683d6e92240796c24ef04bd6355601cfe1d5f66b6da616ddde1bb
- Stored in directory: /root/.cache/pip/wheels/83/87/b9/db03ec06109a48529da8ba6315550ec177c6d749f50bd85932
- Building wheel for openapi-codec (setup.py): started
- Building wheel for openapi-codec (setup.py): finished with status 'done'
- Created wheel for openapi-codec: filename=openapi_codec-1.3.2-cp36-none-any.whl size=7308 sha256=a56b8ff0d11ef33a5c70614742e21431df708f10d62ad5af8cfb83b3d432f0a1
- Stored in directory: /root/.cache/pip/wheels/6a/16/01/190a15aa7834cadccb6fcc9be4e9843fe7c20260157c799ede
- Building wheel for simplejson (setup.py): started
- Building wheel for simplejson (setup.py): finished with status 'done'
- Created wheel for simplejson: filename=simplejson-3.17.0-cp36-cp36m-linux_x86_64.whl size=121297 sha256=d0faadacba15cc2fa093c7836d633f28c4d32dc8cb64fe4f2cdbb9b1de411dda
- Stored in directory: /root/.cache/pip/wheels/86/c0/83/dcd0339abb2640544bb8e0938aab2d069cef55e5647ce6e097
- Building wheel for olefile (setup.py): started
- Building wheel for olefile (setup.py): finished with status 'done'
- Created wheel for olefile: filename=olefile-0.46-py2.py3-none-any.whl size=35417 sha256=604a47ae819ee7cc1f7854b524fe7217d3a44193b314eddcfd94783cf116b6df
- Stored in directory: /root/.cache/pip/wheels/4b/f4/11/bc4166107c27f07fd7bba707ffcb439619197638a1ac986df3
- Building wheel for googleapis-common-protos (setup.py): started
- Building wheel for googleapis-common-protos (setup.py): finished with status 'done'
- Created wheel for googleapis-common-protos: filename=googleapis_common_protos-1.6.0-cp36-none-any.whl size=77578 sha256=72013ce18592973831d469b7f6366591416cbbe752bc13d27c7a396784045d9a
- Stored in directory: /root/.cache/pip/wheels/9e/3d/a2/1bec8bb7db80ab3216dbc33092bb7ccd0debfb8ba42b5668d5
- Building wheel for coreschema (setup.py): started
- Building wheel for coreschema (setup.py): finished with status 'done'
- Created wheel for coreschema: filename=coreschema-0.0.4-cp36-none-any.whl size=15033 sha256=9c7267203d5d2bf60534d66fe1658fa7ef9600256b08ef6dd9382806db6cb770
- Stored in directory: /root/.cache/pip/wheels/10/7b/ba/04fcd6b33e6123ca11a5f5ab56decb1a2d87ced028377a1377
- Building wheel for itypes (setup.py): started
- Building wheel for itypes (setup.py): finished with status 'done'
- Created wheel for itypes: filename=itypes-1.1.0-cp36-none-any.whl size=2313 sha256=e714b1635e5fb13692e16dfb97a6ad255e1e84f57f5664cb8529d4d44aaa991c
- Stored in directory: /root/.cache/pip/wheels/7b/52/af/4e27324812e7ab7bbbc30f748d317f3739477562325cb4c723
- Building wheel for MarkupSafe (setup.py): started
- Building wheel for MarkupSafe (setup.py): finished with status 'done'
- Created wheel for MarkupSafe: filename=MarkupSafe-1.1.1-cp36-cp36m-linux_x86_64.whl size=32429 sha256=d12847f0ec48b68c914c72cf7ca4890e23664e0f101650575c88bb8a3939ae5b
- Stored in directory: /root/.cache/pip/wheels/f2/aa/04/0edf07a1b8a5f5f1aed7580fffb69ce8972edc16a505916a77
- Successfully built coverage django-log-request-id django-rest-elasticsearch django-taggit-serializer Pillow psycopg2 pycryptodome pyyaml rollbar sendgrid-django smtpapi uwsgi grpcio django-access-tokens unicode-slugify pilkit openapi-codec simplejson olefile googleapis-common-protos coreschema itypes MarkupSafe
- ERROR: google-cloud-storage 1.6.0 has requirement google-api-core<0.2.0dev,>=0.1.1, but you'll have google-api-core 1.14.2 which is incompatible.
- Installing collected packages: six, webencodings, html5lib, bleach, coverage, pytz, Django, django-js-asset, django-mptt, unidecode, unicode-slugify, django-categories, django-cors-headers, django-filter, django-fsm, django-appconf, django-fsm-log, pilkit, django-imagekit, django-log-request-id, urllib3, idna, chardet, certifi, requests, oauthlib, django-oauth-toolkit, app-version, django-permission, djangorestframework, elasticsearch, python-dateutil, elasticsearch-dsl, pytest-runner, django-rest-elasticsearch, uritemplate, MarkupSafe, jinja2, coreschema, itypes, coreapi, openapi-codec, simplejson, django-rest-swagger, django-session-header, django-simple-history, django-storages, django-taggit, django-taggit-serializer, facebook-sdk, httplib2, cachetools, pyasn1, pyasn1-modules, rsa, google-auth, google-auth-httplib2, google-api-python-client, protobuf, googleapis-common-protos, google-api-core, google-resumable-media, google-cloud-core, google-cloud-storage, oauth2client, olefile, Pillow, psycopg2, pycryptodome, more-itertools, wcwidth, zipp, importlib-metadata, attrs, py, pyparsing, packaging, pluggy, pytest, pytest-django, python-gmaps, pyyaml, rollbar, python-http-client, sendgrid, sendgrid-django, smtpapi, stripe, unittest-xml-reporting, uwsgi, google-cloud-talent, grpcio, trafaret, filestack-python, django-access-tokens
- Running setup.py develop for django-session-header
- Successfully installed Django-2.1 MarkupSafe-1.1.1 Pillow-4.3.0 app-version-1.0.1 attrs-19.3.0 bleach-2.1.2 cachetools-3.1.1 certifi-2019.11.28 chardet-3.0.4 coreapi-2.3.3 coreschema-0.0.4 coverage-4.5.1 django-access-tokens-0.9.2 django-appconf-1.0.3 django-categories-1.6 django-cors-headers-2.1.0 django-filter-2.0.0 django-fsm-2.6.0 django-fsm-log-1.5.0 django-imagekit-4.0.2 django-js-asset-1.2.2 django-log-request-id-1.3.2 django-mptt-0.9.1 django-oauth-toolkit-1.0.0 django-permission-1.0.4 django-rest-elasticsearch-0.4.1 django-rest-swagger-2.1.2 django-session-header django-simple-history-2.5.1 django-storages-1.6.5 django-taggit-0.23.0 django-taggit-serializer-0.1.7 djangorestframework-3.9.0 elasticsearch-6.4.0 elasticsearch-dsl-6.3.0 facebook-sdk-3.0.0 filestack-python-3.0.1 google-api-core-1.14.2 google-api-python-client-1.7.9 google-auth-1.6.3 google-auth-httplib2-0.0.3 google-cloud-core-0.28.1 google-cloud-storage-1.6.0 google-cloud-talent-0.3.0 google-resumable-media-0.5.0 googleapis-common-protos-1.6.0 grpcio-1.24.0 html5lib-1.0.1 httplib2-0.14.0 idna-2.8 importlib-metadata-1.1.0 itypes-1.1.0 jinja2-2.10.3 more-itertools-8.0.0 oauth2client-4.1.3 oauthlib-3.1.0 olefile-0.46 openapi-codec-1.3.2 packaging-19.2 pilkit-2.0 pluggy-0.13.1 protobuf-3.11.1 psycopg2-2.7.3 py-1.8.0 pyasn1-0.4.8 pyasn1-modules-0.2.7 pycryptodome-3.8.2 pyparsing-2.4.5 pytest-5.3.1 pytest-django-3.1.2 pytest-runner-5.2 python-dateutil-2.8.1 python-gmaps-0.3.1 python-http-client-3.2.1 pytz-2019.3 pyyaml-3.12 requests-2.22.0 rollbar-0.14.1 rsa-4.0 sendgrid-3.6.5 sendgrid-django-4.2.0 simplejson-3.17.0 six-1.13.0 smtpapi-0.3.1 stripe-2.35.0 trafaret-1.2.0 unicode-slugify-0.1.3 unidecode-1.1.1 unittest-xml-reporting-2.2.0 uritemplate-3.0.0 urllib3-1.25.7 uwsgi-2.0.17.1 wcwidth-0.1.7 webencodings-0.5.1 zipp-0.6.0
- Requirement already satisfied: uwsgi in /usr/local/lib/python3.6/site-packages (2.0.17.1)
- (1/1) Installing .rundeps (0)
- OK: 357 MiB in 78 packages
- (1/5) Purging .build-deps (0)
- (2/5) Purging python3-dev (3.6.8-r0)
- (3/5) Purging linux-headers (4.4.6-r2)
- (4/5) Purging postgresql-dev (9.6.13-r0)
- (5/5) Purging libressl-dev (2.5.5-r2)
- Executing busybox-1.26.2-r11.trigger
- OK: 317 MiB in 73 packages
- Removing intermediate container 28141a1d4b2a
- ---> 2d825e87eee4
- Step 30/37 : ADD ./docker/server/uwsgi.ini.template /opt/server
- ---> 6f943748723d
- Step 31/37 : ADD ./docker/server/nginx.conf.template /opt/server
- ---> 648b363003c3
- Step 32/37 : ADD ./docker/server/start_server.sh /opt/server
- ---> 029b6e8a8c6d
- Step 33/37 : ADD ./src/ /opt/code/
- ---> b194201d590f
- Step 34/37 : ADD environment.env /opt/code/environment.env
- ---> 036a652814f6
- Step 35/37 : EXPOSE 80
- ---> Running in 06beaf9da1db
- Removing intermediate container 06beaf9da1db
- ---> 2559e219edaf
- Step 36/37 : CMD ["/bin/sh", "/opt/server/start_server.sh"]
- ---> Running in 2c83bfe8c606
- Removing intermediate container 2c83bfe8c606
- ---> a775815643c2
- Step 37/37 : HEALTHCHECK CMD curl --fail http://localhost/healthcheck/
- ---> Running in cf999ce24643
- Removing intermediate container cf999ce24643
- ---> 1c2b6e4092de
- Successfully built 1c2b6e4092de
- Successfully tagged getit_dev-server:latest
- Creating elasticsearch-composed ... done
- Creating getit_log_1 ... done
- Creating getit_db_1 ... done
- Creating messages-internal-dev-composed ... done
- Creating internal-cbs-dev-composed ... done
- Creating click-server-dev-composed ... done
- Creating adapult-api-composed ... done
- Creating getit-dev ... done
- Attaching to getit-dev
- getit-dev | SETTINGS CRITICAL STARTING SERVER IN DEBUG MODE
- getit-dev | SETTINGS INFO ALLOWED_HOSTS: ['localhost', 'server']
- getit-dev | api: WARNING [2019-12-04 03:02:00,787] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.006s]
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- getit-dev | (self._dns_host, self.port), self.timeout, **extra_kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 84, in create_connection
- getit-dev | raise err
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 74, in create_connection
- getit-dev | sock.connect(sa)
- getit-dev | ConnectionRefusedError: [Errno 111] Connection refused
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- getit-dev | method, url, body, retries=Retry(False), headers=request_headers, **kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- getit-dev | method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- getit-dev | raise six.reraise(type(error), error, _stacktrace)
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- getit-dev | raise value
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- getit-dev | chunked=chunked,
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- getit-dev | conn.request(method, url, **httplib_request_kw)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- getit-dev | self._send_request(method, url, body, headers, encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- getit-dev | self.endheaders(body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- getit-dev | self._send_output(message_body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- getit-dev | self.send(msg)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- getit-dev | self.connect()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- getit-dev | conn = self._new_conn()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- getit-dev | self, "Failed to establish a new connection: %s" % e
- getit-dev | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7eff9c0f0cc0>: Failed to establish a new connection: [Errno 111] Connection refused
- getit-dev | api: WARNING [2019-12-04 03:02:01,831] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.022s]
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- getit-dev | (self._dns_host, self.port), self.timeout, **extra_kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 84, in create_connection
- getit-dev | raise err
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 74, in create_connection
- getit-dev | sock.connect(sa)
- getit-dev | ConnectionRefusedError: [Errno 111] Connection refused
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- getit-dev | method, url, body, retries=Retry(False), headers=request_headers, **kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- getit-dev | method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- getit-dev | raise six.reraise(type(error), error, _stacktrace)
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- getit-dev | raise value
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- getit-dev | chunked=chunked,
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- getit-dev | conn.request(method, url, **httplib_request_kw)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- getit-dev | self._send_request(method, url, body, headers, encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- getit-dev | self.endheaders(body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- getit-dev | self._send_output(message_body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- getit-dev | self.send(msg)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- getit-dev | self.connect()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- getit-dev | conn = self._new_conn()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- getit-dev | self, "Failed to establish a new connection: %s" % e
- getit-dev | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7eff9c0f0ef0>: Failed to establish a new connection: [Errno 111] Connection refused
- getit-dev | api: WARNING [2019-12-04 03:02:04,872] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.008s]
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- getit-dev | (self._dns_host, self.port), self.timeout, **extra_kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 84, in create_connection
- getit-dev | raise err
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 74, in create_connection
- getit-dev | sock.connect(sa)
- getit-dev | ConnectionRefusedError: [Errno 111] Connection refused
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- getit-dev | method, url, body, retries=Retry(False), headers=request_headers, **kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- getit-dev | method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- getit-dev | raise six.reraise(type(error), error, _stacktrace)
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- getit-dev | raise value
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- getit-dev | chunked=chunked,
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- getit-dev | conn.request(method, url, **httplib_request_kw)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- getit-dev | self._send_request(method, url, body, headers, encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- getit-dev | self.endheaders(body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- getit-dev | self._send_output(message_body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- getit-dev | self.send(msg)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- getit-dev | self.connect()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- getit-dev | conn = self._new_conn()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- getit-dev | self, "Failed to establish a new connection: %s" % e
- getit-dev | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7eff9c951048>: Failed to establish a new connection: [Errno 111] Connection refused
- getit-dev | api: WARNING [2019-12-04 03:02:11,903] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:N/A request:0.014s]
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- getit-dev | (self._dns_host, self.port), self.timeout, **extra_kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 84, in create_connection
- getit-dev | raise err
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 74, in create_connection
- getit-dev | sock.connect(sa)
- getit-dev | ConnectionRefusedError: [Errno 111] Connection refused
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- getit-dev | method, url, body, retries=Retry(False), headers=request_headers, **kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- getit-dev | method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- getit-dev | raise six.reraise(type(error), error, _stacktrace)
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- getit-dev | raise value
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- getit-dev | chunked=chunked,
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- getit-dev | conn.request(method, url, **httplib_request_kw)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- getit-dev | self._send_request(method, url, body, headers, encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- getit-dev | self.endheaders(body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- getit-dev | self._send_output(message_body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- getit-dev | self.send(msg)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- getit-dev | self.connect()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- getit-dev | conn = self._new_conn()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- getit-dev | self, "Failed to establish a new connection: %s" % e
- getit-dev | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7eff9c951358>: Failed to establish a new connection: [Errno 111] Connection refused
- getit-dev | api: ERROR [2019-12-04 03:02:11,911] [none] getit.models.tags: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7eff9c951358>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7eff9c951358>: Failed to establish a new connection: [Errno 111] Connection refused)
- getit-dev | api: WARNING [2019-12-04 03:02:12,013] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.010s]
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- getit-dev | (self._dns_host, self.port), self.timeout, **extra_kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 84, in create_connection
- getit-dev | raise err
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 74, in create_connection
- getit-dev | sock.connect(sa)
- getit-dev | ConnectionRefusedError: [Errno 111] Connection refused
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- getit-dev | method, url, body, retries=Retry(False), headers=request_headers, **kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- getit-dev | method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- getit-dev | raise six.reraise(type(error), error, _stacktrace)
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- getit-dev | raise value
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- getit-dev | chunked=chunked,
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- getit-dev | conn.request(method, url, **httplib_request_kw)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- getit-dev | self._send_request(method, url, body, headers, encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- getit-dev | self.endheaders(body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- getit-dev | self._send_output(message_body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- getit-dev | self.send(msg)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- getit-dev | self.connect()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- getit-dev | conn = self._new_conn()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- getit-dev | self, "Failed to establish a new connection: %s" % e
- getit-dev | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7eff9c199898>: Failed to establish a new connection: [Errno 111] Connection refused
- getit-dev | api: WARNING [2019-12-04 03:02:13,043] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.017s]
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- getit-dev | (self._dns_host, self.port), self.timeout, **extra_kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 84, in create_connection
- getit-dev | raise err
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 74, in create_connection
- getit-dev | sock.connect(sa)
- getit-dev | ConnectionRefusedError: [Errno 111] Connection refused
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- getit-dev | method, url, body, retries=Retry(False), headers=request_headers, **kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- getit-dev | method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- getit-dev | raise six.reraise(type(error), error, _stacktrace)
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- getit-dev | raise value
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- getit-dev | chunked=chunked,
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- getit-dev | conn.request(method, url, **httplib_request_kw)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- getit-dev | self._send_request(method, url, body, headers, encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- getit-dev | self.endheaders(body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- getit-dev | self._send_output(message_body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- getit-dev | self.send(msg)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- getit-dev | self.connect()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- getit-dev | conn = self._new_conn()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- getit-dev | self, "Failed to establish a new connection: %s" % e
- getit-dev | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7eff9c199940>: Failed to establish a new connection: [Errno 111] Connection refused
- getit-dev | api: WARNING [2019-12-04 03:02:16,066] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.006s]
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- getit-dev | (self._dns_host, self.port), self.timeout, **extra_kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 84, in create_connection
- getit-dev | raise err
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 74, in create_connection
- getit-dev | sock.connect(sa)
- getit-dev | ConnectionRefusedError: [Errno 111] Connection refused
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- getit-dev | method, url, body, retries=Retry(False), headers=request_headers, **kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- getit-dev | method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- getit-dev | raise six.reraise(type(error), error, _stacktrace)
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- getit-dev | raise value
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- getit-dev | chunked=chunked,
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- getit-dev | conn.request(method, url, **httplib_request_kw)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- getit-dev | self._send_request(method, url, body, headers, encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- getit-dev | self.endheaders(body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- getit-dev | self._send_output(message_body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- getit-dev | self.send(msg)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- getit-dev | self.connect()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- getit-dev | conn = self._new_conn()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- getit-dev | self, "Failed to establish a new connection: %s" % e
- getit-dev | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7eff9c199a20>: Failed to establish a new connection: [Errno 111] Connection refused
- getit-dev | api: WARNING [2019-12-04 03:02:23,055] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:N/A request:0.018s]
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- getit-dev | (self._dns_host, self.port), self.timeout, **extra_kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 84, in create_connection
- getit-dev | raise err
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 74, in create_connection
- getit-dev | sock.connect(sa)
- getit-dev | ConnectionRefusedError: [Errno 111] Connection refused
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- getit-dev | method, url, body, retries=Retry(False), headers=request_headers, **kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- getit-dev | method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- getit-dev | raise six.reraise(type(error), error, _stacktrace)
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- getit-dev | raise value
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- getit-dev | chunked=chunked,
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- getit-dev | conn.request(method, url, **httplib_request_kw)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- getit-dev | self._send_request(method, url, body, headers, encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- getit-dev | self.endheaders(body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- getit-dev | self._send_output(message_body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- getit-dev | self.send(msg)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- getit-dev | self.connect()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- getit-dev | conn = self._new_conn()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- getit-dev | self, "Failed to establish a new connection: %s" % e
- getit-dev | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7eff9c199b00>: Failed to establish a new connection: [Errno 111] Connection refused
- getit-dev | api: ERROR [2019-12-04 03:02:23,078] [none] getit.models.listings: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7eff9c199b00>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7eff9c199b00>: Failed to establish a new connection: [Errno 111] Connection refused)
- getit-dev | api: WARNING [2019-12-04 03:02:24,539] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.006s]
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- getit-dev | (self._dns_host, self.port), self.timeout, **extra_kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 84, in create_connection
- getit-dev | raise err
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 74, in create_connection
- getit-dev | sock.connect(sa)
- getit-dev | ConnectionRefusedError: [Errno 111] Connection refused
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- getit-dev | method, url, body, retries=Retry(False), headers=request_headers, **kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- getit-dev | method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- getit-dev | raise six.reraise(type(error), error, _stacktrace)
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- getit-dev | raise value
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- getit-dev | chunked=chunked,
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- getit-dev | conn.request(method, url, **httplib_request_kw)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- getit-dev | self._send_request(method, url, body, headers, encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- getit-dev | self.endheaders(body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- getit-dev | self._send_output(message_body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- getit-dev | self.send(msg)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- getit-dev | self.connect()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- getit-dev | conn = self._new_conn()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- getit-dev | self, "Failed to establish a new connection: %s" % e
- getit-dev | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7eff9c132390>: Failed to establish a new connection: [Errno 111] Connection refused
- getit-dev | api: WARNING [2019-12-04 03:02:25,570] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.016s]
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- getit-dev | (self._dns_host, self.port), self.timeout, **extra_kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 84, in create_connection
- getit-dev | raise err
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 74, in create_connection
- getit-dev | sock.connect(sa)
- getit-dev | ConnectionRefusedError: [Errno 111] Connection refused
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- getit-dev | method, url, body, retries=Retry(False), headers=request_headers, **kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- getit-dev | method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- getit-dev | raise six.reraise(type(error), error, _stacktrace)
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- getit-dev | raise value
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- getit-dev | chunked=chunked,
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- getit-dev | conn.request(method, url, **httplib_request_kw)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- getit-dev | self._send_request(method, url, body, headers, encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- getit-dev | self.endheaders(body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- getit-dev | self._send_output(message_body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- getit-dev | self.send(msg)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- getit-dev | self.connect()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- getit-dev | conn = self._new_conn()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- getit-dev | self, "Failed to establish a new connection: %s" % e
- getit-dev | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7eff9c132470>: Failed to establish a new connection: [Errno 111] Connection refused
- getit-dev | api: WARNING [2019-12-04 03:02:28,589] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.007s]
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- getit-dev | (self._dns_host, self.port), self.timeout, **extra_kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 84, in create_connection
- getit-dev | raise err
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 74, in create_connection
- getit-dev | sock.connect(sa)
- getit-dev | ConnectionRefusedError: [Errno 111] Connection refused
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- getit-dev | method, url, body, retries=Retry(False), headers=request_headers, **kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- getit-dev | method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- getit-dev | raise six.reraise(type(error), error, _stacktrace)
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- getit-dev | raise value
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- getit-dev | chunked=chunked,
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- getit-dev | conn.request(method, url, **httplib_request_kw)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- getit-dev | self._send_request(method, url, body, headers, encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- getit-dev | self.endheaders(body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- getit-dev | self._send_output(message_body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- getit-dev | self.send(msg)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- getit-dev | self.connect()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- getit-dev | conn = self._new_conn()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- getit-dev | self, "Failed to establish a new connection: %s" % e
- getit-dev | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7eff9c132550>: Failed to establish a new connection: [Errno 111] Connection refused
- getit-dev | api: WARNING [2019-12-04 03:02:35,620] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:N/A request:0.005s]
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 157, in _new_conn
- getit-dev | (self._dns_host, self.port), self.timeout, **extra_kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 84, in create_connection
- getit-dev | raise err
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 74, in create_connection
- getit-dev | sock.connect(sa)
- getit-dev | ConnectionRefusedError: [Errno 111] Connection refused
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 217, in perform_request
- getit-dev | method, url, body, retries=Retry(False), headers=request_headers, **kw
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 720, in urlopen
- getit-dev | method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 376, in increment
- getit-dev | raise six.reraise(type(error), error, _stacktrace)
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 735, in reraise
- getit-dev | raise value
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 672, in urlopen
- getit-dev | chunked=chunked,
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 387, in _make_request
- getit-dev | conn.request(method, url, **httplib_request_kw)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1239, in request
- getit-dev | self._send_request(method, url, body, headers, encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
- getit-dev | self.endheaders(body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
- getit-dev | self._send_output(message_body, encode_chunked=encode_chunked)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
- getit-dev | self.send(msg)
- getit-dev | File "/usr/local/lib/python3.6/http/client.py", line 964, in send
- getit-dev | self.connect()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 184, in connect
- getit-dev | conn = self._new_conn()
- getit-dev | File "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 169, in _new_conn
- getit-dev | self, "Failed to establish a new connection: %s" % e
- getit-dev | urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7eff9c132630>: Failed to establish a new connection: [Errno 111] Connection refused
- getit-dev | api: ERROR [2019-12-04 03:02:35,628] [none] getit.models.forum: ConnectionError(<urllib3.connection.HTTPConnection object at 0x7eff9c132630>: Failed to establish a new connection: [Errno 111] Connection refused) caused by: NewConnectionError(<urllib3.connection.HTTPConnection object at 0x7eff9c132630>: Failed to establish a new connection: [Errno 111] Connection refused)
- getit-dev | api: WARNING [2019-12-04 03:02:42,951] [none] googleapiclient.discovery_cache: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect
- getit-dev | from google.appengine.api import memcache
- getit-dev | ModuleNotFoundError: No module named 'google.appengine'
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module>
- getit-dev | from oauth2client.contrib.locked_file import LockedFile
- getit-dev | ModuleNotFoundError: No module named 'oauth2client.contrib.locked_file'
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module>
- getit-dev | from oauth2client.locked_file import LockedFile
- getit-dev | ModuleNotFoundError: No module named 'oauth2client.locked_file'
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect
- getit-dev | from . import file_cache
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module>
- getit-dev | 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth')
- getit-dev | ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
- getit-dev | api: INFO [2019-12-04 03:02:42,956] [none] googleapiclient.discovery: URL being requested: GET https://jobs.googleapis.com/$discovery/rest?version=v4beta1
- getit-dev | Operations to perform:
- getit-dev | Apply all migrations: admin, auth, categories, contenttypes, getit, identity, oauth2_provider, sessions, taggit
- getit-dev | Running pre-migrate handlers for application admin
- getit-dev | Running pre-migrate handlers for application auth
- getit-dev | Running pre-migrate handlers for application contenttypes
- getit-dev | Running pre-migrate handlers for application sessions
- getit-dev | Running pre-migrate handlers for application oauth2_provider
- getit-dev | Running pre-migrate handlers for application corsheaders
- getit-dev | Running pre-migrate handlers for application taggit
- getit-dev | Running pre-migrate handlers for application permission
- getit-dev | Running pre-migrate handlers for application categories
- getit-dev | Running pre-migrate handlers for application editor
- getit-dev | Running pre-migrate handlers for application django_filters
- getit-dev | Running pre-migrate handlers for application simple_history
- getit-dev | Running pre-migrate handlers for application identity
- getit-dev | Running pre-migrate handlers for application getit
- getit-dev | Running pre-migrate handlers for application imagekit
- getit-dev | Running migrations:
- getit-dev | Applying contenttypes.0001_initial... OK (0.093s)
- getit-dev | Applying auth.0001_initial... OK (0.361s)
- getit-dev | Applying admin.0001_initial... OK (0.113s)
- getit-dev | Applying admin.0002_logentry_remove_auto_add... OK (0.033s)
- getit-dev | Applying admin.0003_logentry_add_action_flag_choices... OK (0.031s)
- getit-dev | Applying contenttypes.0002_remove_content_type_name... OK (0.101s)
- getit-dev | Applying auth.0002_alter_permission_name_max_length... OK (0.031s)
- getit-dev | Applying auth.0003_alter_user_email_max_length... OK (0.045s)
- getit-dev | Applying auth.0004_alter_user_username_opts... OK (0.034s)
- getit-dev | Applying auth.0005_alter_user_last_login_null... OK (0.048s)
- getit-dev | Applying auth.0006_require_contenttypes_0002... OK (0.013s)
- getit-dev | Applying auth.0007_alter_validators_add_error_messages... OK (0.035s)
- getit-dev | Applying auth.0008_alter_user_username_max_length... OK (0.073s)
- getit-dev | Applying auth.0009_alter_user_last_name_max_length... OK (0.041s)
- getit-dev | Applying categories.0001_initial... OK (0.227s)
- getit-dev | Applying categories.0002_auto_20170217_1111... OK (0.036s)
- getit-dev | Applying sessions.0001_initial... OK (0.077s)
- getit-dev | Applying getit.0001_initial... OK (0.156s)
- getit-dev | Applying getit.0002_auto_20171101_2100... OK (0.029s)
- getit-dev | Applying getit.0003_auto_20171102_1806... OK (0.171s)
- getit-dev | Applying getit.0004_auto_20171103_2113... OK (0.128s)
- getit-dev | Applying getit.0005_auto_20171103_2204... OK (0.209s)
- getit-dev | Applying getit.0006_auto_20171103_2217... OK (0.124s)
- getit-dev | Applying getit.0007_auto_20171104_1821... OK (0.132s)
- getit-dev | Applying getit.0008_auto_20171107_0024... OK (0.300s)
- getit-dev | Applying getit.0009_auto_20171107_1727... OK (0.508s)
- getit-dev | Applying getit.0010_auto_20171114_1823... OK (0.103s)
- getit-dev | Applying getit.0011_auto_20171127_1835... OK (1.733s)
- getit-dev | Applying getit.0012_auto_20171129_2356... OK (0.219s)
- getit-dev | Applying getit.0013_auto_20171201_1956... OK (1.038s)
- getit-dev | Applying getit.0014_auto_20171205_1748... OK (0.104s)
- getit-dev | Applying getit.0015_auto_20171213_1702... OK (0.724s)
- getit-dev | Applying getit.0016_auto_20171226_2201... OK (0.429s)
- getit-dev | Applying getit.0017_business_profile_picture... OK (0.231s)
- getit-dev | Applying getit.0018_forumpost... OK (0.493s)
- getit-dev | Applying getit.0019_forumpost_replies... OK (0.255s)
- getit-dev | Applying getit.0020_historicalbusiness_historicaleventfields_historicalforumpost_historicalhousingfields_historicaljobfi... OK (2.456s)
- getit-dev | Applying getit.0020_eventfields_performer... OK (0.340s)
- getit-dev | Applying getit.0021_auto_20180111_2334... OK (0.763s)
- getit-dev | Applying getit.0022_auto_20180120_0010... OK (0.685s)
- getit-dev | Applying getit.0023_auto_20180305_2148... OK (1.502s)
- getit-dev | Applying getit.0024_auto_20180312_1730... OK (1.180s)
- getit-dev | Applying getit.0015_auto_20171208_2044... OK (0.306s)
- getit-dev | Applying getit.0016_auto_20171208_2044... OK (0.147s)
- getit-dev | Applying getit.0017_auto_20171208_2044... OK (0.127s)
- getit-dev | Applying getit.0018_historicalmessage_reference... OK (0.241s)
- getit-dev | Applying getit.0025_merge_20180313_1906... OK (0.011s)
- getit-dev | Applying getit.0026_auto_20180314_2353... OK (0.029s)
- getit-dev | Applying getit.0027_auto_20180315_1604... OK (0.195s)
- getit-dev | Applying getit.0028_auto_20180315_1855... OK (0.733s)
- getit-dev | Applying getit.0029_auto_20180316_2035... OK (1.151s)
- getit-dev | Applying getit.0030_auto_20180403_0025... OK (2.196s)
- getit-dev | Applying getit.0031_auto_20180403_1807... OK (0.256s)
- getit-dev | Applying getit.0032_auto_20180409_1746... OK (0.505s)
- getit-dev | Applying getit.0033_auto_20180410_1639... OK (0.574s)
- getit-dev | Applying getit.0034_auto_20180410_1649... OK (1.364s)
- getit-dev | Applying getit.0035_auto_20180413_1701... OK (3.838s)
- getit-dev | Applying getit.0036_auto_20180413_1758... OK (0.325s)
- getit-dev | Applying getit.0037_auto_20180413_1804... OK (10.112s)
- getit-dev | Applying getit.0038_auto_20180416_1757... OK (0.656s)
- getit-dev | Applying getit.0039_auto_20180416_2000... OK (1.076s)
- getit-dev | Applying getit.0040_auto_20180426_2129... OK (0.572s)
- getit-dev | Applying getit.0041_auto_20180507_1724... OK (6.711s)
- getit-dev | Applying getit.0042_auto_20180508_2317... OK (1.816s)
- getit-dev | Applying getit.0043_auto_20180618_1817... OK (0.363s)
- getit-dev | Applying getit.0043_auto_20180530_2119... OK (0.935s)
- getit-dev | Applying getit.0044_merge_20180627_1629... OK (0.011s)
- getit-dev | Applying getit.0045_auto_20180802_1835... OK (1.845s)
- getit-dev | Applying getit.0046_auto_20180814_1830... OK (0.395s)
- getit-dev | Applying getit.0045_auto_20180828_2128... OK (0.445s)
- getit-dev | Applying getit.0047_merge_20180829_2103... OK (0.012s)
- getit-dev | Applying getit.0048_auto_20181025_2106... OK (0.405s)
- getit-dev | Applying getit.0049_auto_20181116_1925... OK (0.238s)
- getit-dev | Applying getit.0050_auto_20181203_2149... OK (16.642s)
- getit-dev | Applying getit.0051_auto_20181204_2106... OK (7.487s)
- getit-dev | Applying getit.0052_auto_20181205_0126... OK (0.619s)
- getit-dev | Applying getit.0053_auto_20181207_2309... OK (2.434s)
- getit-dev | Applying getit.0054_auto_20181207_2324... OK (0.598s)
- getit-dev | Applying getit.0055_auto_20190125_0001... OK (0.768s)
- getit-dev | Applying getit.0056_auto_20190301_2304... OK (1.502s)
- getit-dev | Applying getit.0057_auto_20190302_0016... OK (2.218s)
- getit-dev | Applying getit.0058_auto_20190304_1902... OK (2.270s)
- getit-dev | Applying getit.0056_auto_20190304_2232... OK (0.963s)
- getit-dev | Applying getit.0059_merge_20190305_2111... OK (0.014s)
- getit-dev | Applying getit.0060_auto_20190320_2219... OK (0.640s)
- getit-dev | Applying getit.0061_auto_20190325_2036... OK (1.556s)
- getit-dev | Applying getit.0062_auto_20190325_2200... OK (1.421s)
- getit-dev | Applying getit.0063_auto_20190425_2040... OK (1.365s)
- getit-dev | Applying getit.0064_auto_20190502_1754... OK (1.777s)
- getit-dev | Applying getit.0065_auto_20190513_2013... OK (2.985s)
- getit-dev | Applying getit.0066_auto_20190607_1811... OK (1.698s)
- getit-dev | Applying getit.0067_auto_20190711_2010... OK (0.895s)
- getit-dev | Applying getit.0068_auto_20190715_1739... OK (3.778s)
- getit-dev | Applying getit.0069_auto_20190715_2047... OK (33.354s)
- getit-dev | Applying getit.0070_auto_20190715_2107... OK (2.592s)
- getit-dev | Applying getit.0071_auto_20190715_2117... OK (55.815s)
- getit-dev | Applying getit.0072_auto_20190716_1816... OK (15.486s)
- getit-dev | Applying getit.0073_auto_20190717_1744... OK (7.643s)
- getit-dev | Applying getit.0074_auto_20190723_2215... OK (2.045s)
- getit-dev | Applying getit.0075_auto_20190813_1801... OK (4.706s)
- getit-dev | Applying getit.0076_auto_20190814_2052... OK (5.394s)
- getit-dev | Applying getit.0077_auto_20190815_2014... OK (3.800s)
- getit-dev | Applying getit.0078_auto_20190820_1426... OK (6.098s)
- getit-dev | Applying getit.0079_auto_20190822_2017... OK (0.786s)
- getit-dev | Applying getit.0080_auto_20190826_2331... OK (2.868s)
- getit-dev | Applying getit.0081_auto_20190827_1937... OK (5.871s)
- getit-dev | Applying getit.0082_creditcard_fingerprint... OK (0.630s)
- getit-dev | Applying getit.0083_auto_20190903_1914... OK (2.094s)
- getit-dev | Applying getit.0082_auto_20190905_1626... OK (1.423s)
- getit-dev | Applying getit.0084_merge_20190906_1656... OK (0.014s)
- getit-dev | Applying getit.0085_auto_20190906_1714... OK (2.611s)
- getit-dev | Applying getit.0086_auto_20190923_1506... OK (2.692s)
- getit-dev | Applying getit.0087_auto_20190923_2154... OK (0.667s)
- getit-dev | Applying getit.0088_auto_20190923_2210... OK (1.326s)
- getit-dev | Applying getit.0089_auto_20191003_2126... OK (2.389s)
- getit-dev | Applying getit.0090_sitemapcity... OK (0.886s)
- getit-dev | Applying getit.0091_auto_20191007_2129... OK (5.005s)
- getit-dev | Applying getit.0092_auto_20191025_1232... OK (3.372s)
- getit-dev | Applying getit.0093_auto_20191029_0747... OK (9.117s)
- getit-dev | Applying getit.0094_auto_20191101_1514... OK (2.850s)
- getit-dev | Applying identity.0001_initial... OK (0.709s)
- getit-dev | Applying identity.0002_authentication... OK (0.654s)
- getit-dev | Applying oauth2_provider.0001_initial... OK (2.768s)
- getit-dev | Applying oauth2_provider.0002_08_updates... OK (2.285s)
- getit-dev | Applying oauth2_provider.0003_auto_20160316_1503... OK (0.655s)
- getit-dev | Applying oauth2_provider.0004_auto_20160525_1623... OK (1.490s)
- getit-dev | Applying oauth2_provider.0005_auto_20170514_1141... OK (11.329s)
- getit-dev | Applying taggit.0001_initial... OK (0.986s)
- getit-dev | Applying taggit.0002_auto_20150616_2121... OK (0.176s)
- getit-dev | Running post-migrate handlers for application admin
- getit-dev | Adding permission 'Permission object (1)'
- getit-dev | Adding permission 'Permission object (2)'
- getit-dev | Adding permission 'Permission object (3)'
- getit-dev | Adding permission 'Permission object (4)'
- getit-dev | Running post-migrate handlers for application auth
- getit-dev | Adding permission 'Permission object (5)'
- getit-dev | Adding permission 'Permission object (6)'
- getit-dev | Adding permission 'Permission object (7)'
- getit-dev | Adding permission 'Permission object (8)'
- getit-dev | Adding permission 'Permission object (9)'
- getit-dev | Adding permission 'Permission object (10)'
- getit-dev | Adding permission 'Permission object (11)'
- getit-dev | Adding permission 'Permission object (12)'
- getit-dev | Adding permission 'Permission object (13)'
- getit-dev | Adding permission 'Permission object (14)'
- getit-dev | Adding permission 'Permission object (15)'
- getit-dev | Adding permission 'Permission object (16)'
- getit-dev | Running post-migrate handlers for application contenttypes
- getit-dev | Adding permission 'Permission object (17)'
- getit-dev | Adding permission 'Permission object (18)'
- getit-dev | Adding permission 'Permission object (19)'
- getit-dev | Adding permission 'Permission object (20)'
- getit-dev | Running post-migrate handlers for application sessions
- getit-dev | Adding permission 'Permission object (21)'
- getit-dev | Adding permission 'Permission object (22)'
- getit-dev | Adding permission 'Permission object (23)'
- getit-dev | Adding permission 'Permission object (24)'
- getit-dev | Running post-migrate handlers for application oauth2_provider
- getit-dev | Adding permission 'Permission object (25)'
- getit-dev | Adding permission 'Permission object (26)'
- getit-dev | Adding permission 'Permission object (27)'
- getit-dev | Adding permission 'Permission object (28)'
- getit-dev | Adding permission 'Permission object (29)'
- getit-dev | Adding permission 'Permission object (30)'
- getit-dev | Adding permission 'Permission object (31)'
- getit-dev | Adding permission 'Permission object (32)'
- getit-dev | Adding permission 'Permission object (33)'
- getit-dev | Adding permission 'Permission object (34)'
- getit-dev | Adding permission 'Permission object (35)'
- getit-dev | Adding permission 'Permission object (36)'
- getit-dev | Adding permission 'Permission object (37)'
- getit-dev | Adding permission 'Permission object (38)'
- getit-dev | Adding permission 'Permission object (39)'
- getit-dev | Adding permission 'Permission object (40)'
- getit-dev | Running post-migrate handlers for application corsheaders
- getit-dev | Running post-migrate handlers for application taggit
- getit-dev | Adding permission 'Permission object (41)'
- getit-dev | Adding permission 'Permission object (42)'
- getit-dev | Adding permission 'Permission object (43)'
- getit-dev | Adding permission 'Permission object (44)'
- getit-dev | Adding permission 'Permission object (45)'
- getit-dev | Adding permission 'Permission object (46)'
- getit-dev | Adding permission 'Permission object (47)'
- getit-dev | Adding permission 'Permission object (48)'
- getit-dev | Running post-migrate handlers for application permission
- getit-dev | Running post-migrate handlers for application categories
- getit-dev | Adding permission 'Permission object (49)'
- getit-dev | Adding permission 'Permission object (50)'
- getit-dev | Adding permission 'Permission object (51)'
- getit-dev | Adding permission 'Permission object (52)'
- getit-dev | Adding permission 'Permission object (53)'
- getit-dev | Adding permission 'Permission object (54)'
- getit-dev | Adding permission 'Permission object (55)'
- getit-dev | Adding permission 'Permission object (56)'
- getit-dev | Running post-migrate handlers for application editor
- getit-dev | Running post-migrate handlers for application django_filters
- getit-dev | Running post-migrate handlers for application simple_history
- getit-dev | Running post-migrate handlers for application identity
- getit-dev | Adding permission 'Permission object (57)'
- getit-dev | Adding permission 'Permission object (58)'
- getit-dev | Adding permission 'Permission object (59)'
- getit-dev | Adding permission 'Permission object (60)'
- getit-dev | Adding permission 'Permission object (61)'
- getit-dev | Adding permission 'Permission object (62)'
- getit-dev | Adding permission 'Permission object (63)'
- getit-dev | Adding permission 'Permission object (64)'
- getit-dev | Running post-migrate handlers for application getit
- getit-dev | Adding permission 'Permission object (65)'
- getit-dev | Adding permission 'Permission object (66)'
- getit-dev | Adding permission 'Permission object (67)'
- getit-dev | Adding permission 'Permission object (68)'
- getit-dev | Adding permission 'Permission object (69)'
- getit-dev | Adding permission 'Permission object (70)'
- getit-dev | Adding permission 'Permission object (71)'
- getit-dev | Adding permission 'Permission object (72)'
- getit-dev | Adding permission 'Permission object (73)'
- getit-dev | Adding permission 'Permission object (74)'
- getit-dev | Adding permission 'Permission object (75)'
- getit-dev | Adding permission 'Permission object (76)'
- getit-dev | Adding permission 'Permission object (77)'
- getit-dev | Adding permission 'Permission object (78)'
- getit-dev | Adding permission 'Permission object (79)'
- getit-dev | Adding permission 'Permission object (80)'
- getit-dev | Adding permission 'Permission object (81)'
- getit-dev | Adding permission 'Permission object (82)'
- getit-dev | Adding permission 'Permission object (83)'
- getit-dev | Adding permission 'Permission object (84)'
- getit-dev | Adding permission 'Permission object (85)'
- getit-dev | Adding permission 'Permission object (86)'
- getit-dev | Adding permission 'Permission object (87)'
- getit-dev | Adding permission 'Permission object (88)'
- getit-dev | Adding permission 'Permission object (89)'
- getit-dev | Adding permission 'Permission object (90)'
- getit-dev | Adding permission 'Permission object (91)'
- getit-dev | Adding permission 'Permission object (92)'
- getit-dev | Adding permission 'Permission object (93)'
- getit-dev | Adding permission 'Permission object (94)'
- getit-dev | Adding permission 'Permission object (95)'
- getit-dev | Adding permission 'Permission object (96)'
- getit-dev | Adding permission 'Permission object (97)'
- getit-dev | Adding permission 'Permission object (98)'
- getit-dev | Adding permission 'Permission object (99)'
- getit-dev | Adding permission 'Permission object (100)'
- getit-dev | Adding permission 'Permission object (101)'
- getit-dev | Adding permission 'Permission object (102)'
- getit-dev | Adding permission 'Permission object (103)'
- getit-dev | Adding permission 'Permission object (104)'
- getit-dev | Adding permission 'Permission object (105)'
- getit-dev | Adding permission 'Permission object (106)'
- getit-dev | Adding permission 'Permission object (107)'
- getit-dev | Adding permission 'Permission object (108)'
- getit-dev | Adding permission 'Permission object (109)'
- getit-dev | Adding permission 'Permission object (110)'
- getit-dev | Adding permission 'Permission object (111)'
- getit-dev | Adding permission 'Permission object (112)'
- getit-dev | Adding permission 'Permission object (113)'
- getit-dev | Adding permission 'Permission object (114)'
- getit-dev | Adding permission 'Permission object (115)'
- getit-dev | Adding permission 'Permission object (116)'
- getit-dev | Adding permission 'Permission object (117)'
- getit-dev | Adding permission 'Permission object (118)'
- getit-dev | Adding permission 'Permission object (119)'
- getit-dev | Adding permission 'Permission object (120)'
- getit-dev | Adding permission 'Permission object (121)'
- getit-dev | Adding permission 'Permission object (122)'
- getit-dev | Adding permission 'Permission object (123)'
- getit-dev | Adding permission 'Permission object (124)'
- getit-dev | Adding permission 'Permission object (125)'
- getit-dev | Adding permission 'Permission object (126)'
- getit-dev | Adding permission 'Permission object (127)'
- getit-dev | Adding permission 'Permission object (128)'
- getit-dev | Adding permission 'Permission object (129)'
- getit-dev | Adding permission 'Permission object (130)'
- getit-dev | Adding permission 'Permission object (131)'
- getit-dev | Adding permission 'Permission object (132)'
- getit-dev | Adding permission 'Permission object (133)'
- getit-dev | Adding permission 'Permission object (134)'
- getit-dev | Adding permission 'Permission object (135)'
- getit-dev | Adding permission 'Permission object (136)'
- getit-dev | Adding permission 'Permission object (137)'
- getit-dev | Adding permission 'Permission object (138)'
- getit-dev | Adding permission 'Permission object (139)'
- getit-dev | Adding permission 'Permission object (140)'
- getit-dev | Adding permission 'Permission object (141)'
- getit-dev | Adding permission 'Permission object (142)'
- getit-dev | Adding permission 'Permission object (143)'
- getit-dev | Adding permission 'Permission object (144)'
- getit-dev | Adding permission 'Permission object (145)'
- getit-dev | Adding permission 'Permission object (146)'
- getit-dev | Adding permission 'Permission object (147)'
- getit-dev | Adding permission 'Permission object (148)'
- getit-dev | Adding permission 'Permission object (149)'
- getit-dev | Adding permission 'Permission object (150)'
- getit-dev | Adding permission 'Permission object (151)'
- getit-dev | Adding permission 'Permission object (152)'
- getit-dev | Adding permission 'Permission object (153)'
- getit-dev | Adding permission 'Permission object (154)'
- getit-dev | Adding permission 'Permission object (155)'
- getit-dev | Adding permission 'Permission object (156)'
- getit-dev | Adding permission 'Permission object (157)'
- getit-dev | Adding permission 'Permission object (158)'
- getit-dev | Adding permission 'Permission object (159)'
- getit-dev | Adding permission 'Permission object (160)'
- getit-dev | Adding permission 'Permission object (161)'
- getit-dev | Adding permission 'Permission object (162)'
- getit-dev | Adding permission 'Permission object (163)'
- getit-dev | Adding permission 'Permission object (164)'
- getit-dev | Adding permission 'Permission object (165)'
- getit-dev | Adding permission 'Permission object (166)'
- getit-dev | Adding permission 'Permission object (167)'
- getit-dev | Adding permission 'Permission object (168)'
- getit-dev | Adding permission 'Permission object (169)'
- getit-dev | Adding permission 'Permission object (170)'
- getit-dev | Adding permission 'Permission object (171)'
- getit-dev | Adding permission 'Permission object (172)'
- getit-dev | Adding permission 'Permission object (173)'
- getit-dev | Adding permission 'Permission object (174)'
- getit-dev | Adding permission 'Permission object (175)'
- getit-dev | Adding permission 'Permission object (176)'
- getit-dev | Adding permission 'Permission object (177)'
- getit-dev | Adding permission 'Permission object (178)'
- getit-dev | Adding permission 'Permission object (179)'
- getit-dev | Adding permission 'Permission object (180)'
- getit-dev | Adding permission 'Permission object (181)'
- getit-dev | Adding permission 'Permission object (182)'
- getit-dev | Adding permission 'Permission object (183)'
- getit-dev | Adding permission 'Permission object (184)'
- getit-dev | Adding permission 'Permission object (185)'
- getit-dev | Adding permission 'Permission object (186)'
- getit-dev | Adding permission 'Permission object (187)'
- getit-dev | Adding permission 'Permission object (188)'
- getit-dev | Adding permission 'Permission object (189)'
- getit-dev | Adding permission 'Permission object (190)'
- getit-dev | Adding permission 'Permission object (191)'
- getit-dev | Adding permission 'Permission object (192)'
- getit-dev | Adding permission 'Permission object (193)'
- getit-dev | Adding permission 'Permission object (194)'
- getit-dev | Adding permission 'Permission object (195)'
- getit-dev | Adding permission 'Permission object (196)'
- getit-dev | Adding permission 'Permission object (197)'
- getit-dev | Adding permission 'Permission object (198)'
- getit-dev | Adding permission 'Permission object (199)'
- getit-dev | Adding permission 'Permission object (200)'
- getit-dev | Adding permission 'Permission object (201)'
- getit-dev | Adding permission 'Permission object (202)'
- getit-dev | Adding permission 'Permission object (203)'
- getit-dev | Adding permission 'Permission object (204)'
- getit-dev | Adding permission 'Permission object (205)'
- getit-dev | Adding permission 'Permission object (206)'
- getit-dev | Adding permission 'Permission object (207)'
- getit-dev | Adding permission 'Permission object (208)'
- getit-dev | Adding permission 'Permission object (209)'
- getit-dev | Adding permission 'Permission object (210)'
- getit-dev | Adding permission 'Permission object (211)'
- getit-dev | Adding permission 'Permission object (212)'
- getit-dev | Adding permission 'Permission object (213)'
- getit-dev | Adding permission 'Permission object (214)'
- getit-dev | Adding permission 'Permission object (215)'
- getit-dev | Adding permission 'Permission object (216)'
- getit-dev | Adding permission 'Permission object (217)'
- getit-dev | Adding permission 'Permission object (218)'
- getit-dev | Adding permission 'Permission object (219)'
- getit-dev | Adding permission 'Permission object (220)'
- getit-dev | Adding permission 'Permission object (221)'
- getit-dev | Adding permission 'Permission object (222)'
- getit-dev | Adding permission 'Permission object (223)'
- getit-dev | Adding permission 'Permission object (224)'
- getit-dev | Adding permission 'Permission object (225)'
- getit-dev | Adding permission 'Permission object (226)'
- getit-dev | Adding permission 'Permission object (227)'
- getit-dev | Adding permission 'Permission object (228)'
- getit-dev | Adding permission 'Permission object (229)'
- getit-dev | Adding permission 'Permission object (230)'
- getit-dev | Adding permission 'Permission object (231)'
- getit-dev | Adding permission 'Permission object (232)'
- getit-dev | Adding permission 'Permission object (233)'
- getit-dev | Adding permission 'Permission object (234)'
- getit-dev | Adding permission 'Permission object (235)'
- getit-dev | Adding permission 'Permission object (236)'
- getit-dev | Adding permission 'Permission object (237)'
- getit-dev | Adding permission 'Permission object (238)'
- getit-dev | Adding permission 'Permission object (239)'
- getit-dev | Adding permission 'Permission object (240)'
- getit-dev | Adding permission 'Permission object (241)'
- getit-dev | Adding permission 'Permission object (242)'
- getit-dev | Adding permission 'Permission object (243)'
- getit-dev | Adding permission 'Permission object (244)'
- getit-dev | Adding permission 'Permission object (245)'
- getit-dev | Adding permission 'Permission object (246)'
- getit-dev | Adding permission 'Permission object (247)'
- getit-dev | Adding permission 'Permission object (248)'
- getit-dev | Adding permission 'Permission object (249)'
- getit-dev | Adding permission 'Permission object (250)'
- getit-dev | Adding permission 'Permission object (251)'
- getit-dev | Adding permission 'Permission object (252)'
- getit-dev | Adding permission 'Permission object (253)'
- getit-dev | Adding permission 'Permission object (254)'
- getit-dev | Adding permission 'Permission object (255)'
- getit-dev | Adding permission 'Permission object (256)'
- getit-dev | Adding permission 'Permission object (257)'
- getit-dev | Adding permission 'Permission object (258)'
- getit-dev | Adding permission 'Permission object (259)'
- getit-dev | Adding permission 'Permission object (260)'
- getit-dev | Adding permission 'Permission object (261)'
- getit-dev | Adding permission 'Permission object (262)'
- getit-dev | Adding permission 'Permission object (263)'
- getit-dev | Adding permission 'Permission object (264)'
- getit-dev | Adding permission 'Permission object (265)'
- getit-dev | Adding permission 'Permission object (266)'
- getit-dev | Adding permission 'Permission object (267)'
- getit-dev | Adding permission 'Permission object (268)'
- getit-dev | Adding permission 'Permission object (269)'
- getit-dev | Adding permission 'Permission object (270)'
- getit-dev | Adding permission 'Permission object (271)'
- getit-dev | Adding permission 'Permission object (272)'
- getit-dev | Adding permission 'Permission object (273)'
- getit-dev | Adding permission 'Permission object (274)'
- getit-dev | Adding permission 'Permission object (275)'
- getit-dev | Adding permission 'Permission object (276)'
- getit-dev | Adding permission 'Permission object (277)'
- getit-dev | Adding permission 'Permission object (278)'
- getit-dev | Adding permission 'Permission object (279)'
- getit-dev | Adding permission 'Permission object (280)'
- getit-dev | Adding permission 'Permission object (281)'
- getit-dev | Adding permission 'Permission object (282)'
- getit-dev | Adding permission 'Permission object (283)'
- getit-dev | Adding permission 'Permission object (284)'
- getit-dev | Adding permission 'Permission object (285)'
- getit-dev | Adding permission 'Permission object (286)'
- getit-dev | Adding permission 'Permission object (287)'
- getit-dev | Adding permission 'Permission object (288)'
- getit-dev | Adding permission 'Permission object (289)'
- getit-dev | Adding permission 'Permission object (290)'
- getit-dev | Adding permission 'Permission object (291)'
- getit-dev | Adding permission 'Permission object (292)'
- getit-dev | Adding permission 'Permission object (293)'
- getit-dev | Adding permission 'Permission object (294)'
- getit-dev | Adding permission 'Permission object (295)'
- getit-dev | Adding permission 'Permission object (296)'
- getit-dev | Adding permission 'Permission object (297)'
- getit-dev | Adding permission 'Permission object (298)'
- getit-dev | Adding permission 'Permission object (299)'
- getit-dev | Adding permission 'Permission object (300)'
- getit-dev | Adding permission 'Permission object (301)'
- getit-dev | Adding permission 'Permission object (302)'
- getit-dev | Adding permission 'Permission object (303)'
- getit-dev | Adding permission 'Permission object (304)'
- getit-dev | Running post-migrate handlers for application imagekit
- getit-dev | SETTINGS CRITICAL STARTING SERVER IN DEBUG MODE
- getit-dev | SETTINGS INFO ALLOWED_HOSTS: ['localhost', 'server']
- getit-dev | api: INFO [2019-12-04 03:08:39,113] [none] elasticsearch: PUT http://elasticsearch:9200/getit-tags-index [status:200 request:5.869s]
- getit-dev | api: INFO [2019-12-04 03:08:41,002] [none] elasticsearch: PUT http://elasticsearch:9200/getit-listing-index [status:200 request:1.831s]
- getit-dev | api: INFO [2019-12-04 03:08:43,390] [none] elasticsearch: PUT http://elasticsearch:9200/getit-forum-index [status:200 request:1.941s]
- getit-dev | api: WARNING [2019-12-04 03:08:45,354] [none] googleapiclient.discovery_cache: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect
- getit-dev | from google.appengine.api import memcache
- getit-dev | ModuleNotFoundError: No module named 'google.appengine'
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module>
- getit-dev | from oauth2client.contrib.locked_file import LockedFile
- getit-dev | ModuleNotFoundError: No module named 'oauth2client.contrib.locked_file'
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module>
- getit-dev | from oauth2client.locked_file import LockedFile
- getit-dev | ModuleNotFoundError: No module named 'oauth2client.locked_file'
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect
- getit-dev | from . import file_cache
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module>
- getit-dev | 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth')
- getit-dev | ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
- getit-dev | api: INFO [2019-12-04 03:08:45,374] [none] googleapiclient.discovery: URL being requested: GET https://jobs.googleapis.com/$discovery/rest?version=v4beta1
- getit-dev | SETTINGS CRITICAL STARTING SERVER IN DEBUG MODE
- getit-dev | SETTINGS INFO ALLOWED_HOSTS: ['localhost', 'server']
- getit-dev | api: INFO [2019-12-04 03:08:55,564] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-tags-index [status:200 request:0.088s]
- getit-dev | api: INFO [2019-12-04 03:08:55,599] [none] elasticsearch: GET http://elasticsearch:9200/getit-tags-index/_settings [status:200 request:0.030s]
- getit-dev | api: INFO [2019-12-04 03:08:55,674] [none] elasticsearch: PUT http://elasticsearch:9200/getit-tags-index/_mapping/doc [status:200 request:0.072s]
- getit-dev | api: INFO [2019-12-04 03:08:55,721] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-listing-index [status:200 request:0.008s]
- getit-dev | api: INFO [2019-12-04 03:08:55,740] [none] elasticsearch: GET http://elasticsearch:9200/getit-listing-index/_settings [status:200 request:0.010s]
- getit-dev | api: INFO [2019-12-04 03:08:55,885] [none] elasticsearch: PUT http://elasticsearch:9200/getit-listing-index/_mapping/doc [status:200 request:0.135s]
- getit-dev | api: INFO [2019-12-04 03:08:56,356] [none] elasticsearch: HEAD http://elasticsearch:9200/getit-forum-index [status:200 request:0.014s]
- getit-dev | api: INFO [2019-12-04 03:08:56,383] [none] elasticsearch: GET http://elasticsearch:9200/getit-forum-index/_settings [status:200 request:0.008s]
- getit-dev | api: INFO [2019-12-04 03:08:56,447] [none] elasticsearch: PUT http://elasticsearch:9200/getit-forum-index/_mapping/doc [status:200 request:0.063s]
- getit-dev | api: WARNING [2019-12-04 03:08:57,945] [none] googleapiclient.discovery_cache: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect
- getit-dev | from google.appengine.api import memcache
- getit-dev | ModuleNotFoundError: No module named 'google.appengine'
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module>
- getit-dev | from oauth2client.contrib.locked_file import LockedFile
- getit-dev | ModuleNotFoundError: No module named 'oauth2client.contrib.locked_file'
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module>
- getit-dev | from oauth2client.locked_file import LockedFile
- getit-dev | ModuleNotFoundError: No module named 'oauth2client.locked_file'
- getit-dev |
- getit-dev | During handling of the above exception, another exception occurred:
- getit-dev |
- getit-dev | Traceback (most recent call last):
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect
- getit-dev | from . import file_cache
- getit-dev | File "/usr/local/lib/python3.6/site-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module>
- getit-dev | 'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth')
- getit-dev | ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
- getit-dev | api: INFO [2019-12-04 03:08:57,978] [none] googleapiclient.discovery: URL being requested: GET https://jobs.googleapis.com/$discovery/rest?version=v4beta1
- getit-dev | Performing system checks...
- getit-dev |
- getit-dev | System check identified no issues (0 silenced).
- getit-dev | December 04, 2019 - 03:09:12
- getit-dev | Django version 2.1, using settings 'api.settings'
- getit-dev | Starting development server at http://0.0.0.0:80/
- getit-dev | Quit the server with CONTROL-C.
- getit-dev | api: INFO [2019-12-04 03:09:29,379] [8a0199b666244e9b9f9bcf2158ea4279] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:09:29,444] [8a0199b666244e9b9f9bcf2158ea4279] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:09:29,450] [8a0199b666244e9b9f9bcf2158ea4279] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:09:29,499] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:10:00,651] [869d323ac965451ba70bf0a2e5adb051] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:10:00,759] [869d323ac965451ba70bf0a2e5adb051] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:10:00,778] [869d323ac965451ba70bf0a2e5adb051] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:10:00,805] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:10:31,882] [dc70e30e3af0419ca8bb6cf90be478c0] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:10:31,949] [dc70e30e3af0419ca8bb6cf90be478c0] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:10:31,963] [dc70e30e3af0419ca8bb6cf90be478c0] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:10:32,017] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:11:03,087] [fb92ec8a76ca4ffa878d9ed98b9680da] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:11:03,174] [fb92ec8a76ca4ffa878d9ed98b9680da] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:11:03,180] [fb92ec8a76ca4ffa878d9ed98b9680da] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:11:03,192] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:11:34,185] [5a742e5442664b2fb364452c134f5383] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:11:34,300] [5a742e5442664b2fb364452c134f5383] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:11:34,304] [5a742e5442664b2fb364452c134f5383] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:11:34,317] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:12:05,206] [911a13d5f1c54e4a9ef399cab2935bbb] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:12:05,307] [911a13d5f1c54e4a9ef399cab2935bbb] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:12:05,314] [911a13d5f1c54e4a9ef399cab2935bbb] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:12:05,349] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:12:36,217] [cd97af7785cf4b87a7067f757a0b1237] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:12:36,290] [cd97af7785cf4b87a7067f757a0b1237] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:12:36,305] [cd97af7785cf4b87a7067f757a0b1237] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:12:36,321] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:13:07,047] [789b2d0c052649a6b3db74b2645c03ef] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:13:07,110] [789b2d0c052649a6b3db74b2645c03ef] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:13:07,114] [789b2d0c052649a6b3db74b2645c03ef] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:13:07,121] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:13:38,325] [d48e4c0ae40b402cbd68ded172429182] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:13:38,425] [d48e4c0ae40b402cbd68ded172429182] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:13:38,438] [d48e4c0ae40b402cbd68ded172429182] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:13:38,472] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:14:09,693] [8d9d4d49e85c47d5b5072c93a4c3dd1c] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:14:09,724] [8d9d4d49e85c47d5b5072c93a4c3dd1c] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:14:09,733] [8d9d4d49e85c47d5b5072c93a4c3dd1c] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:14:09,747] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:14:40,752] [e6c5629ed962435eb379a0bae76bc95e] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:14:40,918] [e6c5629ed962435eb379a0bae76bc95e] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:14:40,937] [e6c5629ed962435eb379a0bae76bc95e] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:14:40,956] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:15:11,950] [9a039f3e6ae3420dbb242a73645c7d37] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:15:12,009] [9a039f3e6ae3420dbb242a73645c7d37] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:15:12,015] [9a039f3e6ae3420dbb242a73645c7d37] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:15:12,020] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:15:42,883] [4de77ab76ea74bd79077d6bb359e853d] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:15:42,943] [4de77ab76ea74bd79077d6bb359e853d] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:15:42,952] [4de77ab76ea74bd79077d6bb359e853d] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:15:42,990] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:16:15,361] [4c97efee31ce4c6da9c575b0cd03a874] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:16:15,841] [4c97efee31ce4c6da9c575b0cd03a874] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:16:15,847] [4c97efee31ce4c6da9c575b0cd03a874] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:16:15,935] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:16:29,589] [a403ac7feec44ab28b3be1b2bb86fec2] log_request_id.middleware: method=GET path=/ status=404
- getit-dev | Not Found: /
- getit-dev | api: WARNING [2019-12-04 03:16:29,616] [none] django.request: Not Found: /
- getit-dev | api: WARNING [2019-12-04 03:16:29,636] [none] django.server: "GET / HTTP/1.1" 404 2455
- getit-dev | Not Found: /favicon.ico
- getit-dev | api: WARNING [2019-12-04 03:16:30,384] [e27c9dd2469b475e9b3b03a2b6eefaad] django.request: Not Found: /favicon.ico
- getit-dev | api: WARNING [2019-12-04 03:16:30,467] [e27c9dd2469b475e9b3b03a2b6eefaad] django.server: "GET /favicon.ico HTTP/1.1" 404 2506
- getit-dev | api: INFO [2019-12-04 03:16:37,867] [5144e7542d194d5eaa6c8cd74381f1cd] log_request_id.middleware: method=GET path=/ status=404
- getit-dev | Not Found: /
- getit-dev | api: WARNING [2019-12-04 03:16:37,899] [none] django.request: Not Found: /
- getit-dev | api: WARNING [2019-12-04 03:16:37,966] [none] django.server: "GET / HTTP/1.1" 404 2455
- getit-dev | api: INFO [2019-12-04 03:16:47,786] [cd28b35174be4d79900bd315fbf5971f] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:16:47,919] [cd28b35174be4d79900bd315fbf5971f] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:16:47,938] [cd28b35174be4d79900bd315fbf5971f] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:16:47,961] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:16:51,778] [1388723481cb4f23a466057b6d754411] log_request_id.middleware: method=GET path=/swagger status=301
- getit-dev | api: INFO [2019-12-04 03:16:51,793] [none] django.server: "GET /swagger HTTP/1.1" 301 0
- getit-dev | /usr/local/lib/python3.6/site-packages/django_filters/rest_framework/backends.py:128: UserWarning: <class 'getit.views.location.StateList'> is not compatible with schema generation
- getit-dev | "{} is not compatible with schema generation".format(view.__class__)
- getit-dev | /usr/local/lib/python3.6/site-packages/django_filters/rest_framework/backends.py:128: UserWarning: <class 'getit.views.notifications.NotificationSubscriptionListCreate'> is not compatible with schema generation
- getit-dev | "{} is not compatible with schema generation".format(view.__class__)
- getit-dev | /usr/local/lib/python3.6/site-packages/django_filters/rest_framework/backends.py:128: UserWarning: <class 'getit.views.photo.PhotoDetails'> is not compatible with schema generation
- getit-dev | "{} is not compatible with schema generation".format(view.__class__)
- getit-dev | /usr/local/lib/python3.6/site-packages/django_filters/rest_framework/backends.py:128: UserWarning: <class 'getit.views.forum.ForumThreadRetrieveBySlug'> is not compatible with schema generation
- getit-dev | "{} is not compatible with schema generation".format(view.__class__)
- getit-dev | /usr/local/lib/python3.6/site-packages/django_filters/rest_framework/backends.py:128: UserWarning: <class 'getit.views.user_profile.CurrentUserProfile'> is not compatible with schema generation
- getit-dev | "{} is not compatible with schema generation".format(view.__class__)
- getit-dev | /usr/local/lib/python3.6/site-packages/django_filters/rest_framework/backends.py:128: UserWarning: <class 'getit.views.money.CurrentUserFinances'> is not compatible with schema generation
- getit-dev | "{} is not compatible with schema generation".format(view.__class__)
- getit-dev | /usr/local/lib/python3.6/site-packages/django_filters/rest_framework/backends.py:128: UserWarning: <class 'getit.views.money.CurrentUserAccountTransactions'> is not compatible with schema generation
- getit-dev | "{} is not compatible with schema generation".format(view.__class__)
- getit-dev | api: INFO [2019-12-04 03:16:52,453] [1b40274e8b2f43d99ec0df651997fe3e] log_request_id.middleware: method=GET path=/swagger/ status=200
- getit-dev | api: INFO [2019-12-04 03:16:52,473] [none] django.server: "GET /swagger/ HTTP/1.1" 200 4007
- getit-dev | api: INFO [2019-12-04 03:16:52,713] [none] django.server: "GET /static/rest_framework_swagger/css/typography.css HTTP/1.1" 200 452
- getit-dev | api: INFO [2019-12-04 03:16:52,852] [none] django.server: "GET /static/rest_framework_swagger/css/screen.css HTTP/1.1" 200 48986
- getit-dev | api: INFO [2019-12-04 03:16:52,999] [none] django.server: "GET /static/rest_framework_swagger/css/reset.css HTTP/1.1" 200 1066
- getit-dev | api: INFO [2019-12-04 03:16:53,013] [none] django.server: "GET /static/rest_framework_swagger/css/print.css HTTP/1.1" 200 46473
- getit-dev | api: INFO [2019-12-04 03:16:53,121] [none] django.server: "GET /static/rest_framework_swagger/lib/lodash.min.js HTTP/1.1" 200 52646
- getit-dev | api: INFO [2019-12-04 03:16:53,203] [none] django.server: "GET /static/rest_framework_swagger/lib/handlebars-2.0.0.js HTTP/1.1" 200 48517
- getit-dev | api: INFO [2019-12-04 03:16:53,262] [none] django.server: "GET /static/rest_framework_swagger/lib/jquery.wiggle.min.js HTTP/1.1" 200 762
- getit-dev | api: INFO [2019-12-04 03:16:53,332] [none] django.server: "GET /static/rest_framework_swagger/lib/object-assign-pollyfill.js HTTP/1.1" 200 692
- getit-dev | api: INFO [2019-12-04 03:16:53,337] [none] django.server: "GET /static/rest_framework_swagger/lib/jquery-1.8.0.min.js HTTP/1.1" 200 92555
- getit-dev | api: INFO [2019-12-04 03:16:53,455] [none] django.server: "GET /static/rest_framework_swagger/lib/marked.js HTTP/1.1" 200 28156
- getit-dev | api: INFO [2019-12-04 03:16:53,510] [none] django.server: "GET /static/rest_framework_swagger/lib/backbone-min.js HTTP/1.1" 200 20390
- getit-dev | api: INFO [2019-12-04 03:16:53,580] [none] django.server: "GET /static/rest_framework_swagger/lib/highlight.9.1.0.pack.js HTTP/1.1" 200 11037
- getit-dev | api: INFO [2019-12-04 03:16:53,602] [none] django.server: "GET /static/rest_framework_swagger/lib/jquery.ba-bbq.min.js HTTP/1.1" 200 4119
- getit-dev | api: INFO [2019-12-04 03:16:53,661] [none] django.server: "GET /static/rest_framework_swagger/lib/swagger-oauth.js HTTP/1.1" 200 11615
- getit-dev | api: INFO [2019-12-04 03:16:53,829] [none] django.server: "GET /static/rest_framework_swagger/images/logo_small.png HTTP/1.1" 200 770
- getit-dev | api: INFO [2019-12-04 03:16:53,869] [none] django.server: "GET /static/rest_framework_swagger/init.js HTTP/1.1" 200 1434
- getit-dev | api: INFO [2019-12-04 03:16:53,891] [none] django.server: "GET /static/rest_framework_swagger/lib/highlight.9.1.0.pack_extended.js HTTP/1.1" 200 1025
- getit-dev | api: INFO [2019-12-04 03:16:53,966] [none] django.server: "GET /static/rest_framework_swagger/lib/jquery.slideto.min.js HTTP/1.1" 200 369
- getit-dev | api: INFO [2019-12-04 03:16:54,019] [none] django.server: "GET /static/rest_framework_swagger/lib/js-yaml.min.js HTTP/1.1" 200 43621
- getit-dev | api: INFO [2019-12-04 03:16:54,023] [none] django.server: "GET /static/rest_framework_swagger/lib/jsoneditor.min.js HTTP/1.1" 200 130042
- getit-dev | api: INFO [2019-12-04 03:16:54,093] [none] django.server: "GET /static/rest_framework_swagger/swagger-ui.min.js HTTP/1.1" 200 289384
- getit-dev | api: INFO [2019-12-04 03:16:54,728] [none] django.server: "GET /static/rest_framework_swagger/images/favicon-16x16.png HTTP/1.1" 200 645
- getit-dev | api: INFO [2019-12-04 03:16:54,759] [none] django.server: "GET /static/rest_framework_swagger/images/favicon-32x32.png HTTP/1.1" 200 1654
- getit-dev | api: INFO [2019-12-04 03:16:55,230] [5a6639da35f94324a680f37afdff3e3c] log_request_id.middleware: method=GET path=/swagger/ status=200
- getit-dev | api: INFO [2019-12-04 03:16:55,241] [none] django.server: "GET /swagger/?format=openapi HTTP/1.1" 200 42065
- getit-dev | api: INFO [2019-12-04 03:17:19,545] [9e367b8b1ca34a7fa40a9314513fc1bf] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:17:19,651] [9e367b8b1ca34a7fa40a9314513fc1bf] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:17:19,658] [9e367b8b1ca34a7fa40a9314513fc1bf] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:17:19,713] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:17:50,510] [cd305896f624442f8ff48a3f3fc88742] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:17:50,566] [cd305896f624442f8ff48a3f3fc88742] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:17:50,595] [cd305896f624442f8ff48a3f3fc88742] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:17:50,649] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:18:21,660] [c676dc6d27a844708666a5641c893a70] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:18:21,739] [c676dc6d27a844708666a5641c893a70] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:18:21,753] [c676dc6d27a844708666a5641c893a70] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:18:21,763] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:18:52,812] [3d7fe89fe2684510ac620eed0739a6f3] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:18:52,876] [3d7fe89fe2684510ac620eed0739a6f3] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:18:52,935] [3d7fe89fe2684510ac620eed0739a6f3] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:18:52,943] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:19:23,820] [8e1d56ffd88242f39c128959ce41e6c9] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:19:23,874] [8e1d56ffd88242f39c128959ce41e6c9] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:19:23,892] [8e1d56ffd88242f39c128959ce41e6c9] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:19:23,940] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:19:55,145] [84ca13228cf4451597b272e8d0849dc6] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:19:55,205] [84ca13228cf4451597b272e8d0849dc6] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:19:55,235] [84ca13228cf4451597b272e8d0849dc6] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:19:55,305] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:20:26,209] [f95f275207b6492086439dc89f8e3555] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:20:26,242] [f95f275207b6492086439dc89f8e3555] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:20:26,249] [f95f275207b6492086439dc89f8e3555] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:20:26,252] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:20:57,612] [2e6fd9889f2a492882475c0436b7c5d8] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:20:57,678] [2e6fd9889f2a492882475c0436b7c5d8] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:20:57,687] [2e6fd9889f2a492882475c0436b7c5d8] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:20:57,723] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:21:29,008] [e8210996e5a44c9885769e92b8791783] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:21:29,094] [e8210996e5a44c9885769e92b8791783] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:21:29,108] [e8210996e5a44c9885769e92b8791783] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:21:29,128] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:22:00,155] [20e1dd470f1a4ba09114e71f74c6f896] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:22:00,207] [20e1dd470f1a4ba09114e71f74c6f896] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:22:00,289] [20e1dd470f1a4ba09114e71f74c6f896] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:22:00,323] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:22:31,193] [2ca34bd6d3cc4fde9a01021c107d0b5c] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:22:31,264] [2ca34bd6d3cc4fde9a01021c107d0b5c] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:22:31,269] [2ca34bd6d3cc4fde9a01021c107d0b5c] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:22:31,273] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
- getit-dev | api: INFO [2019-12-04 03:23:02,421] [067f4bca399b45adb5cb05c86be6232a] healthcheck.views: Performing healthcheck
- getit-dev | api: INFO [2019-12-04 03:23:02,463] [067f4bca399b45adb5cb05c86be6232a] healthcheck.views: Healtchcheck result is ok
- getit-dev | api: INFO [2019-12-04 03:23:02,472] [067f4bca399b45adb5cb05c86be6232a] log_request_id.middleware: method=GET path=/healthcheck/ status=200
- getit-dev | api: INFO [2019-12-04 03:23:02,491] [none] django.server: "GET /healthcheck/ HTTP/1.1" 200 40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement