Exporting environment variables
Exporting CI
Exporting CLOUDSDK_CORE_DISABLE_PROMPTS
Exporting COVERALLS_AKVO_RSR_TOKEN
Exporting COVERALLS_ISCO_TOKEN
Exporting COVERALLS_RTMIS_TOKEN
Exporting COVERALLS_SIWINS_TOKEN
Exporting COVERALLS_WAI_TOKEN
Exporting DISPLAY
Exporting DOCKER_PASSWORD
Exporting DOCKER_USERNAME
Exporting PAGER
Exporting SEMAPHORE
Exporting SEMAPHORE_AGENT_MACHINE_ENVIRONMENT_TYPE
Exporting SEMAPHORE_AGENT_MACHINE_OS_IMAGE
Exporting SEMAPHORE_AGENT_MACHINE_TYPE
Exporting SEMAPHORE_ARTIFACT_TOKEN
Exporting SEMAPHORE_CACHE_ARCHIVE_METHOD
Exporting SEMAPHORE_CACHE_BACKEND
Exporting SEMAPHORE_CACHE_PRIVATE_KEY_PATH
Exporting SEMAPHORE_CACHE_URL
Exporting SEMAPHORE_CACHE_USERNAME
Exporting SEMAPHORE_GIT_BRANCH
Exporting SEMAPHORE_GIT_COMMIT_RANGE
Exporting SEMAPHORE_GIT_DIR
Exporting SEMAPHORE_GIT_PROVIDER
Exporting SEMAPHORE_GIT_REF
Exporting SEMAPHORE_GIT_REF_TYPE
Exporting SEMAPHORE_GIT_REPO_NAME
Exporting SEMAPHORE_GIT_REPO_SLUG
Exporting SEMAPHORE_GIT_SHA
Exporting SEMAPHORE_GIT_URL
Exporting SEMAPHORE_GIT_WORKING_BRANCH
Exporting SEMAPHORE_JOB_ID
Exporting SEMAPHORE_JOB_NAME
Exporting SEMAPHORE_ORGANIZATION_URL
Exporting SEMAPHORE_PIPELINE_0_ARTEFACT_ID
Exporting SEMAPHORE_PIPELINE_ARTEFACT_ID
Exporting SEMAPHORE_PIPELINE_ID
Exporting SEMAPHORE_PIPELINE_PROMOTED_BY
Exporting SEMAPHORE_PIPELINE_PROMOTION
Exporting SEMAPHORE_PIPELINE_RERUN
Exporting SEMAPHORE_PROJECT_ID
Exporting SEMAPHORE_PROJECT_NAME
Exporting SEMAPHORE_TOOLBOX_METRICS_ENABLED
Exporting SEMAPHORE_WORKFLOW_HOOK_SOURCE
Exporting SEMAPHORE_WORKFLOW_ID
Exporting SEMAPHORE_WORKFLOW_NUMBER
Exporting SEMAPHORE_WORKFLOW_RERUN
Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_API
Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_HOOK
Exporting SEMAPHORE_WORKFLOW_TRIGGERED_BY_SCHEDULE
Exporting SSH_PRIVATE_KEY_PATH
Exporting TERM
Exporting USE_GKE_GCLOUD_AUTH_PLUGIN
Injecting Files
Injecting /home/semaphore/.ssh/semaphore_cache_key with file mode 0600
Injecting /home/semaphore/.ssh/id_rsa with file mode 0600
Injecting /home/semaphore/.secrets/gcp.json with file mode 0644
Setting up the Semaphore toolbox
Running: dowloadPath=$(curl -s -L --retry 5 http://packages.semaphoreci.com/toolbox/linux) && echo $dowloadPath && curl -s -L --retry 5 --connect-timeout 3 $dowloadPath -o /tmp/toolbox.tar && tar -xvf /tmp/toolbox.tar && mv toolbox ~/.toolbox && bash ~/.toolbox/install-toolbox && source ~/.toolbox/toolbox && echo 'source ~/.toolbox/toolbox' >> ~/.bash_profile && if [ -f /etc/init.d/xvfb ]; then /etc/init.d/xvfb start; fi
http://packages.semaphoreci.com/toolbox/releases/download/v1.19.33/linux.tar
toolbox/
toolbox/sem-semantic-release
toolbox/sem-service-check-params
toolbox/sem-service
toolbox/enetwork
toolbox/spc
toolbox/install-toolbox
toolbox/sem-context
toolbox/cache
toolbox/Dockerfile.dev
toolbox/sem-version
toolbox/sem-install
toolbox/when
toolbox/retry
toolbox/system-metrics-collector
toolbox/test-results
toolbox/libchecksum
toolbox/install-package
toolbox/toolbox
toolbox/libcheckout
toolbox/README.md
toolbox/artifact
toolbox/sem-dockerize
toolbox/ssh-session-cli
retry installed
ssh-session-cli installed
cache installed
sem-context installed
sem-service installed
sem-dockerize installed
sem-service-check-params installed
sem-semantic-release installed
install-package installed
Installing the artifacts CLI
artifacts installed
Installing the test results CLI
test-results installed
Installing the SPC CLI
spc installed
Installing the when CLI
when installed
Installing the enetwork CLI
when installed
Starting to collect System Metrics in /tmp/system-metrics
Starting virtual X frame buffer: Xvfb.
Starting an ssh-agent
Running: eval `ssh-agent` && echo 'eval $(ssh-agent) >/dev/null' >> ~/.bash_profile && echo 'yes' > /tmp/sempahore-user-commands-have-started
Agent pid 2555
Connecting to cache
Running: (ssh-keyscan -p 29920 -H 116.202.32.43 >> /home/semaphore/.ssh/known_hosts || true) && ssh-add /home/semaphore/.ssh/semaphore_cache_key
# 116.202.32.43:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.7
# 116.202.32.43:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.7
# 116.202.32.43:29920 SSH-2.0-OpenSSH_7.6p1 Ubuntu-4ubuntu0.7
Identity added: /home/semaphore/.ssh/semaphore_cache_key (/home/semaphore/.ssh/semaphore_cache_key)
checkout
Performing shallow clone with depth: 50
HEAD is now at b386825 Merge pull request #5247 from akvo/5223-migrate-reports-via-email-to-django_q
pushd akvo/rsr/front-end
~/akvo-rsr/akvo/rsr/front-end ~/akvo-rsr
cache restore client-fe-npm-deps-$(checksum package.json)
HIT: 'client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc', using key 'client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc'.
Downloading key 'client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc'...
Download complete. Duration: 327.140914ms. Size: 34.2M bytes.
Unpacking '/tmp/client-fe-npm-deps-fbe553aba9c406d1727b8a031f0dbbcc-938595943'...
Unpack complete. Duration: 1.281620402s.
Restored: ./node_modules/.
popd
~/akvo-rsr
export PATH=${HOME}/google-cloud-sdk/bin:$PATH
export CI_BRANCH="${SEMAPHORE_GIT_PR_BRANCH:-$SEMAPHORE_GIT_BRANCH}"
export CI_BUILD_NUMBER=${SEMAPHORE_WORKFLOW_ID}
export CI_BUILD_URL="https://akvo.semaphoreci.com/jobs/${SEMAPHORE_JOB_ID}"
export CI_JOB_ID=${SEMAPHORE_JOB_ID}
export CI_NAME="semaphore-ci"
export CI_TAG=${SEMAPHORE_GIT_TAG_NAME}
export CI_COMMIT=${SEMAPHORE_GIT_SHA}
export CI_PULL_REQUEST=${SEMAPHORE_GIT_PR_NUMBER}
export COVERALLS_REPO_TOKEN="${COVERALLS_AKVO_RSR_TOKEN}"
export TRAVIS_COMMIT=${SEMAPHORE_GIT_SHA}
if [ "$SEMAPHORE_GIT_REF_TYPE" = "pull-request" ]; then
export CI_PULL_REQUEST="true"
else
export CI_PULL_REQUEST="false"
fi
./ci/build-semaphoreci.sh && ./ci/deploy-semaphoreci.sh
10:04:03 - BUILD INFO - Login to DockerHub
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /home/semaphore/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store
Login Succeeded
10:04:04 - BUILD INFO - Pulling akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36
docker.io/akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36
10:04:35 - BUILD INFO - Building akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36
[1A[1B[0G[?25l[+] Building 0.0s (0/1)
[?25h[1A[0G[?25l[+] Building 0.2s (2/3)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load build definition from Dockerfile-dev 0.0s
[0m[34m => => transferring dockerfile: 1.36kB 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.1s
[?25h[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.3s (2/3)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load build definition from Dockerfile-dev 0.0s
[0m[34m => => transferring dockerfile: 1.36kB 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.3s
[?25h[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.5s (3/4)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load build definition from Dockerfile-dev 0.0s
[0m[34m => => transferring dockerfile: 1.36kB 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.4s
[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.6s (3/4)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load build definition from Dockerfile-dev 0.0s
[0m[34m => => transferring dockerfile: 1.36kB 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.6s
[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.8s (3/4)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load build definition from Dockerfile-dev 0.0s
[0m[34m => => transferring dockerfile: 1.36kB 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.7s
[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 0.9s (3/4)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load build definition from Dockerfile-dev 0.0s
[0m[34m => => transferring dockerfile: 1.36kB 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 0.9s
[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.1s (3/4)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load build definition from Dockerfile-dev 0.0s
[0m[34m => => transferring dockerfile: 1.36kB 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 1.0s
[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.2s (3/4)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load build definition from Dockerfile-dev 0.0s
[0m[34m => => transferring dockerfile: 1.36kB 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 1.2s
[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.4s (3/4)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load build definition from Dockerfile-dev 0.0s
[0m[34m => => transferring dockerfile: 1.36kB 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 1.3s
[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.5s (3/4)
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load build definition from Dockerfile-dev 0.0s
[0m[34m => => transferring dockerfile: 1.36kB 0.0s
[0m => [internal] load metadata for docker.io/library/python:3.8.1-buster 1.5s
[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.6s (6/16)
[34m => [internal] load build definition from Dockerfile-dev 0.0s
[0m[34m => => transferring dockerfile: 1.36kB 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 1.6s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.0s
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 1.9s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.0s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.1s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.3s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.4s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 0.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.6s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.7s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 1.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 2.9s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 1.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.0s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 1.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.2s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 1.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.3s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 1.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.5s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 1.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.6s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 2.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 2.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 3.9s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 2.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.1s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 2.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.2s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 2.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.4s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 2.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.5s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 2.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.7s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 3.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 4.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 3.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.0s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 3.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.1s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 3.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.2s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 3.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.4s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 3.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.5s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 3.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.7s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 4.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 5.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 4.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.0s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 4.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.1s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 4.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.2s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 4.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.4s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 4.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.5s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 4.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.6s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 5.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 5.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 6.9s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 5.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.1s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 5.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.2s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 5.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.4s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 5.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.5s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 5.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.7s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 6.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 6.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 7.9s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 6.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.0s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 6.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.2s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 6.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.3s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 6.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.5s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 6.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.6s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 7.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 7.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 8.9s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 7.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.1s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 7.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.2s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 7.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.3s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 7.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.5s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 7.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.6s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 7.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.7s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 8.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 9.9s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 8.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.0s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 8.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.2s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 8.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.3s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 8.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.5s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 8.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.6s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 9.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 9.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 10.9s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 9.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.1s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 9.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.2s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 9.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.4s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 9.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.5s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-in 9.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.7s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 10.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 11.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 10.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.0s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 10.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.1s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 10.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.3s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 10.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.4s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 10.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.6s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 10.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.7s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 11.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 12.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 11.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.0s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 11.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.1s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 11.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.2s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 11.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.4s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 11.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.5s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 11.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.7s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 12.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 13.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 12.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.0s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 12.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.1s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 12.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.3s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 12.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.4s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 12.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.5s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 12.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.6s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 13.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 13.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 14.9s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 13.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.0s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 13.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.2s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 13.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.3s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 13.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.5s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 13.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.6s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 14.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 14.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 15.9s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 14.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.1s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 14.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.2s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 14.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.4s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 14.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.5s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 14.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.7s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 16.8s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.0s (7/16)
[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.1s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 0.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.2s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.4s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.5s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.7s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 17.8s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.0s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.1s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.3s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 1.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.4s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.6s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 1.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.7s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 18.9s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 1.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.0s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.2s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 2.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.3s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 2.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.5s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 2.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.6s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 2.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.8s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 2.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 19.9s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 2.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.1s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 3.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.2s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 3.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.3s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 3.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.5s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 3.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.6s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 3.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.8s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 3.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 20.9s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 3.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.1s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 4.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.2s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 4.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.4s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 4.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.5s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 4.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.7s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 4.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 21.8s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 4.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.0s (8/16)
[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 4.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.1s (9/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.3s (9/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.4s (9/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.6s (9/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 0.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.7s (9/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 22.9s (9/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 0.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.0s (9/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.2s (9/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 1.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.3s (9/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.5s (9/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 1.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.6s (9/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.8s (9/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 1.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 23.9s (9/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.1s (10/16)
[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.2s (10/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.4s (10/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.5s (11/16)
[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 24.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 0.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 1.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 25.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 1.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 1.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 1.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 1.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 2.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 2.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 26.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 2.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 2.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 2.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 2.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 2.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 3.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 3.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 27.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 3.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 3.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 3.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 3.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 3.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 4.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 4.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 28.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 4.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 4.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 4.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 4.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 4.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 4.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 5.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 5.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 29.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 5.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 5.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 5.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 5.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 5.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 6.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 6.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 6.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 30.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 6.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 6.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 6.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 6.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 6.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 7.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 7.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 31.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 7.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 7.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 7.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 7.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 7.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 7.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 8.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 8.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 32.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 8.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 8.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 8.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 8.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 8.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 8.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 9.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 9.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 33.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 9.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 9.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 9.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 9.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 9.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 10.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 10.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 34.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 10.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 10.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 10.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 10.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 10.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 10.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 11.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 11.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 35.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 11.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 11.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 11.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 11.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 12.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 12.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 12.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 36.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 12.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 12.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 12.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 12.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 12.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 13.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 13.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 37.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 13.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 13.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 13.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 13.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 13.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 13.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 14.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 14.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 38.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 14.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 14.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 14.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 14.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 14.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 15.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 15.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 39.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 15.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 15.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 15.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 15.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 15.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 16.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 16.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 16.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 40.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 16.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 16.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 16.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 16.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 17.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 17.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 41.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 17.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 17.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 17.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 17.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 17.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 18.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 18.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 42.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 18.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 18.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 18.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 18.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 18.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 19.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 19.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 43.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 19.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 19.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 19.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 19.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 20.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 20.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 44.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 20.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 20.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 20.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 20.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 20.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 21.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 21.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 45.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 21.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 21.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 21.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 21.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 21.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 22.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 22.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 46.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 22.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 22.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 22.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 22.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 23.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 23.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 47.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 23.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 23.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 23.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 23.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 23.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 24.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 24.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 48.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 24.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 24.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 24.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 24.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 24.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 25.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 25.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 49.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 25.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 25.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 25.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 25.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 26.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 26.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 50.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 26.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 26.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 26.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 26.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 26.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 27.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 27.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 51.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 27.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 27.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 27.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 27.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 27.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 28.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 28.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 52.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 28.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 28.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 28.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 28.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 28.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 29.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 29.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 53.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 29.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 29.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 29.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 29.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 30.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 30.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 30.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 54.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 30.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 30.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 30.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 30.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 31.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 31.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 55.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 31.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 31.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 31.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 31.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 31.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 32.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 32.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 56.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 32.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 32.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 32.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 32.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 33.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 33.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 57.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 33.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 33.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 33.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 33.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 33.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 34.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 34.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 58.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 34.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 34.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 34.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 34.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 34.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 35.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 35.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 59.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 35.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 35.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 35.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 35.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 36.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 36.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 60.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 36.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 36.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 36.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 36.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 36.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 37.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 37.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 61.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 37.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 37.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 37.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 37.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 37.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 38.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 38.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 62.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 38.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 38.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 38.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 38.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 39.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 39.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 63.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 39.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 39.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 39.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 39.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 39.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 40.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 40.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 64.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 40.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 40.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 40.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 40.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 40.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 41.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 41.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 65.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 41.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 41.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 41.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 41.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 42.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 42.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 66.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 42.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 42.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 42.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 42.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 42.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 43.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.7s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 43.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 67.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 43.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.0s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 43.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 43.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.3s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 43.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 44.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.6s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 44.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.8s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 44.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 68.9s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 44.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.1s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 44.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.2s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 44.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.4s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 44.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.5s (13/16)
[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 69.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 0.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 1.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 70.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 1.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 1.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 2.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 2.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 71.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 2.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 2.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 2.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 2.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 2.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 3.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 3.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 72.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 3.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 3.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 3.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 3.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 3.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 3.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 4.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 4.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 73.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 4.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 4.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 4.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 4.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 4.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 4.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 5.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 5.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 74.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 5.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 5.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 5.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 5.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 5.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 6.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 75.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 6.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 6.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 6.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 6.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 6.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 7.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 7.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 76.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 7.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 7.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 7.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 7.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 7.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 8.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 8.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 77.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 8.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 8.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 8.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 8.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 8.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 9.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 78.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 9.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 9.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 9.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 9.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 9.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 10.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 10.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 79.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 10.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 10.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 10.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 10.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 10.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 11.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 11.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 80.9s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 11.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 11.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.2s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 11.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 11.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.5s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 11.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 12.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 81.8s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 12.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.0s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 12.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.1s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 12.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.3s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 12.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.4s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 12.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.6s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.7s (15/16)
[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 82.9s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 0.1s
=> => exporting layers 0.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.0s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 0.3s
=> => exporting layers 0.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.2s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 0.4s
=> => exporting layers 0.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.3s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 0.6s
=> => exporting layers 0.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.5s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 0.7s
=> => exporting layers 0.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.6s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 0.9s
=> => exporting layers 0.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.8s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 1.0s
=> => exporting layers 1.0s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 83.9s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 1.2s
=> => exporting layers 1.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.1s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 1.3s
=> => exporting layers 1.3s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.2s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 1.5s
=> => exporting layers 1.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.4s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 1.6s
=> => exporting layers 1.6s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.5s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 1.8s
=> => exporting layers 1.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.7s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 1.9s
=> => exporting layers 1.9s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 84.8s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 2.1s
=> => exporting layers 2.1s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.0s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 2.2s
=> => exporting layers 2.2s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.1s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 2.4s
=> => exporting layers 2.4s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.3s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 2.5s
=> => exporting layers 2.5s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.4s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 2.7s
=> => exporting layers 2.7s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.6s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 2.8s
=> => exporting layers 2.8s
[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.7s (16/17)
[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m => exporting to image 3.0s
[34m => => exporting layers 3.0s
[0m[?25h[1A[1A[1A[1A[1A[1A[1A[1A[1A[0G[?25l[+] Building 85.7s (17/17) FINISHED
[34m => [internal] load .dockerignore 0.0s
[0m[34m => => transferring context: 373B 0.0s
[0m[34m => [internal] load build definition from Dockerfile-dev 0.0s
[0m[34m => => transferring dockerfile: 1.36kB 0.0s
[0m[34m => [internal] load metadata for docker.io/library/python:3.8.1-buster 1.6s
[0m[34m => [auth] library/python:pull token for registry-1.docker.io 0.0s
[0m[34m => importing cache manifest from akvo/rsr-backend-dev:c963080767f45828c3 0.0s
[0m[34m => [ 1/10] FROM docker.io/library/python:3.8.1-buster@sha256:3322c368377 0.1s
[0m[34m => => resolve docker.io/library/python:3.8.1-buster@sha256:3322c368377c3 0.0s
[0m[34m => => sha256:3322c368377c34a7f60788e8f456dad5957ce9cf0d0 1.65kB / 1.65kB 0.0s
[0m[34m => => sha256:efdecc2e377a2438af1cf9e07286b5f7ee3f418c43b 8.36kB / 8.36kB 0.0s
[0m[34m => => sha256:1d24b4656d4df536d8fa690be572774aa84b56c0418 2.22kB / 2.22kB 0.0s
[0m[34m => [internal] load build context 0.0s
[0m[34m => => transferring context: 162.17kB 0.0s
[0m[34m => [ 2/10] RUN set -ex; apt-get update && apt-get install -y --no-i 15.4s
[0m[34m => [ 3/10] RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py & 5.0s
[0m[34m => [ 4/10] RUN curl -fsSLO --compressed "https://nodejs.org/dist/v10.15. 2.0s
[0m[34m => [ 5/10] RUN addgroup akvo && adduser --disabled-password --home /home 0.4s
[0m[34m => [ 6/10] WORKDIR /var/akvo/rsr/code 0.0s
[0m[34m => [ 7/10] COPY scripts/deployment/pip/requirements/2_rsr.txt ./ 0.0s
[0m[34m => [ 8/10] RUN pip install --no-cache-dir -r 2_rsr.txt 45.0s
[0m[34m => [ 9/10] COPY scripts/deployment/pip/requirements/3_dev.txt ./ 0.0s
[0m[34m => [10/10] RUN pip install --no-cache-dir -r 3_dev.txt 13.2s
[0m[34m => exporting to image 3.0s
[0m[34m => => exporting layers 3.0s
[0m[34m => => writing image sha256:e1c397b64052752d18a8fa00888950dbf4ed64517d596 0.0s
[0m[34m => => naming to docker.io/akvo/rsr-backend-dev:c963080767f45828c31f83ca5 0.0s
[0m[34m => => naming to docker.io/akvo/rsr-backend-dev:local 0.0s
[0m[34m => => naming to docker.io/library/rsr-backend:dev 0.0s
[0m[?25h10:06:00 - BUILD INFO - Pushing akvo/rsr-backend-dev:c963080767f45828c31f83ca5cd25d36 container
The push refers to repository [docker.io/akvo/rsr-backend-dev]
[1A[2K
c8d538310ef6: Preparing
[1B
[1A[2K
de8b5ed34f82: Preparing
[1B
[1A[2K
755450cea3dc: Preparing
[1B
[1A[2K
51b0cf2ac5b2: Preparing
[1B
[1A[2K
316f6fe45f0d: Preparing
[1B
[1A[2K
ad69481b4d6f: Preparing
[1B
[1A[2K
57e10cbb1f1b: Preparing
[1B
[1A[2K
406706a73fc8: Preparing
[1B
[1A[2K
89a8b9ebaedd: Preparing
[1B
[1A[2K
b6d8f557ceb3: Preparing
[1B
[1A[2K
b65d30014aa7: Preparing
[1B
[1A[2K
ea9370fbf8d0: Preparing
[1B
[1A[2K
a10c79771e86: Preparing
[1B
[1A[2K
3f4c8c89729b: Preparing
[1B
[1A[2K
5c813a85f7f0: Preparing
[1B
[1A[2K
bdca38f94ff0: Preparing
[1B
[1A[2K
faac394a1ad3: Preparing
[1B
[1A[2K
ce8168f12337: Preparing
[1B[13A[2K
ad69481b4d6f: Waiting
[13B[12A[2K
57e10cbb1f1b: Waiting
[12B[11A[2K
406706a73fc8: Waiting
[11B[10A[2K
89a8b9ebaedd: Waiting
[10B[9A[2K
b6d8f557ceb3: Waiting
[9B[8A[2K
b65d30014aa7: Waiting
[8B[7A[2K
ea9370fbf8d0: Waiting
[7B[6A[2K
a10c79771e86: Waiting
[6B[5A[2K
3f4c8c89729b: Waiting
[5B[4A[2K
5c813a85f7f0: Waiting
[4B[3A[2K
bdca38f94ff0: Waiting
[3B[2A[2K
faac394a1ad3: Waiting
[2B[1A[2K
ce8168f12337: Waiting
[1B[15A[2K
51b0cf2ac5b2: Pushing 1.024kB/73.83kB
[15B[15A[2K
51b0cf2ac5b2: Pushing 77.82kB
[15B[17A[2K
de8b5ed34f82: Pushing 1.024kB/87.99kB
[17B[14A[2K
316f6fe45f0d: Pushing 3.584kB
[14B[17A[2K
de8b5ed34f82: Pushing 91.65kB
[17B[18A[2K
c8d538310ef6: Pushing 524.4kB/56.02MB
[18B[18A[2K
c8d538310ef6: Pushing 1.049MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 551.9kB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 2.118MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 1.631MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 4.239MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 3.221MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 6.908MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 5.95MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 10.09MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 8.677MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 12.77MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 11.36MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 15.43MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 14.57MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 18.66MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 17.24MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 21.92MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 20.45MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 25.09MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 23.64MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 27.72MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 26.84MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 30.89MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 30.02MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 34.07MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 33.71MB/312.1MB
[16B[14A[2K
316f6fe45f0d: Pushed
[14B[18A[2K
c8d538310ef6: Pushing 36.71MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 36.88MB/312.1MB
[16B[16A[2K
755450cea3dc: Pushing 40.03MB/312.1MB
[16B[15A[2K
51b0cf2ac5b2: Pushed
[15B[18A[2K
c8d538310ef6: Pushing 39.96MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 42.68MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 42.67MB/56.02MB
[18B[17A[2K
de8b5ed34f82: Pushed
[17B[18A[2K
c8d538310ef6: Pushing 45.36MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 45.38MB/312.1MB
[16B[13A[2K
ad69481b4d6f: Pushing 3.584kB/333.9kB
[13B[13A[2K
ad69481b4d6f: Pushing 350.2kB
[13B[18A[2K
c8d538310ef6: Pushing 48.02MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 48.03MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 50.69MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 50.67MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 53.34MB/56.02MB
[18B[16A[2K
755450cea3dc: Pushing 53.33MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 56.57MB
[18B[16A[2K
755450cea3dc: Pushing 56MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 59.24MB
[18B[16A[2K
755450cea3dc: Pushing 58.65MB/312.1MB
[16B[18A[2K
c8d538310ef6: Pushing 62.45MB
[18B[12A[2K
57e10cbb1f1b: Pushing 542.7kB/58.24MB
[12B[18A[2K
c8d538310ef6: Pushing 62.48MB
[18B[16A[2K
755450cea3dc: Pushing 61.34MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 199.7kB/16.79MB
[11B[12A[2K
57e10cbb1f1b: Pushing 1.1MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 64.54MB/312.1MB
[16B[12A[2K
57e10cbb1f1b: Pushing 2.214MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 69.44MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 396.3kB/16.79MB
[11B[12A[2K
57e10cbb1f1b: Pushing 4.442MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 74.27MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 592.9kB/16.79MB
[11B[16A[2K
755450cea3dc: Pushing 78.06MB/312.1MB
[16B[12A[2K
57e10cbb1f1b: Pushing 6.67MB/58.24MB
[12B[11A[2K
406706a73fc8: Pushing 1.773MB/16.79MB
[11B[16A[2K
755450cea3dc: Pushing 83.05MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 2.357MB/16.79MB
[11B[12A[2K
57e10cbb1f1b: Pushing 9.456MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 86.93MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 3.406MB/16.79MB
[11B[12A[2K
57e10cbb1f1b: Pushing 12.24MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 90.83MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 4.465MB/16.79MB
[11B[12A[2K
57e10cbb1f1b: Pushing 15.03MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 94.64MB/312.1MB
[16B[12A[2K
57e10cbb1f1b: Pushing 17.81MB/58.24MB
[12B[11A[2K
406706a73fc8: Pushing 5.173MB/16.79MB
[11B[16A[2K
755450cea3dc: Pushing 97.98MB/312.1MB
[16B[12A[2K
57e10cbb1f1b: Pushing 20.6MB/58.24MB
[12B[11A[2K
406706a73fc8: Pushing 5.694MB/16.79MB
[11B[16A[2K
755450cea3dc: Pushing 101.3MB/312.1MB
[16B[12A[2K
57e10cbb1f1b: Pushing 23.94MB/58.24MB
[12B[11A[2K
406706a73fc8: Pushing 6.23MB/16.79MB
[11B[16A[2K
755450cea3dc: Pushing 105.1MB/312.1MB
[16B[12A[2K
57e10cbb1f1b: Pushing 27.28MB/58.24MB
[12B[11A[2K
406706a73fc8: Pushing 6.742MB/16.79MB
[11B[16A[2K
755450cea3dc: Pushing 109.4MB/312.1MB
[16B[12A[2K
57e10cbb1f1b: Pushing 30.62MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 113.2MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 7.432MB/16.79MB
[11B[12A[2K
57e10cbb1f1b: Pushing 32.85MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 116.5MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 7.967MB/16.79MB
[11B[12A[2K
57e10cbb1f1b: Pushing 34.52MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 119.2MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 8.883MB/16.79MB
[11B[12A[2K
57e10cbb1f1b: Pushing 37.31MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 121.9MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 9.941MB/16.79MB
[11B[12A[2K
57e10cbb1f1b: Pushing 40.59MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 125.1MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 11.03MB/16.79MB
[11B[12A[2K
57e10cbb1f1b: Pushing 43.85MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 127.3MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 12.11MB/16.79MB
[11B[12A[2K
57e10cbb1f1b: Pushing 46.54MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 129.4MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 12.83MB/16.79MB
[11B[12A[2K
57e10cbb1f1b: Pushing 49.2MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 132.6MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 13.55MB/16.79MB
[11B[12A[2K
57e10cbb1f1b: Pushing 51.84MB/58.24MB
[12B[16A[2K
755450cea3dc: Pushing 135.3MB/312.1MB
[16B[12A[2K
57e10cbb1f1b: Pushing 54.54MB/58.24MB
[12B[11A[2K
406706a73fc8: Pushing 14.44MB/16.79MB
[11B[18A[2K
c8d538310ef6: Pushed
[18B[16A[2K
755450cea3dc: Pushing 138MB/312.1MB
[16B[12A[2K
57e10cbb1f1b: Pushing 57.2MB/58.24MB
[12B[11A[2K
406706a73fc8: Pushing 14.95MB/16.79MB
[11B[16A[2K
755450cea3dc: Pushing 141.2MB/312.1MB
[16B[12A[2K
57e10cbb1f1b: Pushing 59.84MB
[12B[11A[2K
406706a73fc8: Pushing 15.67MB/16.79MB
[11B[13A[2K
ad69481b4d6f: Pushed
[13B[12A[2K
57e10cbb1f1b: Pushing 61.6MB
[12B[16A[2K
755450cea3dc: Pushing 144MB/312.1MB
[16B[11A[2K
406706a73fc8: Pushing 17.26MB
[11B[11A[2K
406706a73fc8: Pushing 17.8MB
[11B[16A[2K
755450cea3dc: Pushing 146.7MB/312.1MB
[16B[16A[2K
755450cea3dc: Pushing 149.3MB/312.1MB
[16B[16A[2K
755450cea3dc: Pushing 152.1MB/312.1MB
[16B[9A[2K
b6d8f557ceb3: Layer already exists
[9B[16A[2K
755450cea3dc: Pushing 154.9MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 553kB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 157.1MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 1.101MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 159.9MB/312.1MB
[16B[8A[2K
b65d30014aa7: Layer already exists
[8B[10A[2K
89a8b9ebaedd: Pushing 1.658MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 162.6MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 3.881MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 165.4MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 6.103MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 168.1MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 8.888MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 170.8MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 12.14MB/210.1MB
[10B[7A[2K
ea9370fbf8d0: Layer already exists
[7B[16A[2K
755450cea3dc: Pushing 174.1MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 15.89MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 176.8MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 18.12MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 179.6MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 20.31MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 182.3MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 22.52MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 185.6MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 24.74MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 188.4MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 26.94MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 191.1MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 29.13MB/210.1MB
[10B[6A[2K
a10c79771e86: Layer already exists
[6B[16A[2K
755450cea3dc: Pushing 193.8MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 31.31MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 196.5MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 33.52MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 199.2MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 35.73MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 201.9MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 37.93MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 204.6MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 40.13MB/210.1MB
[10B[11A[2K
406706a73fc8: Pushed
[11B[16A[2K
755450cea3dc: Pushing 207.2MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 42.8MB/210.1MB
[10B[5A[2K
3f4c8c89729b: Layer already exists
[5B[12A[2K
57e10cbb1f1b: Pushed
[12B[16A[2K
755450cea3dc: Pushing 210.5MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 45.51MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 213.9MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 48.24MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 217.7MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 51.58MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 220.4MB/312.1MB
[16B[4A[2K
5c813a85f7f0: Layer already exists
[4B[10A[2K
89a8b9ebaedd: Pushing 54.36MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 223.1MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 57.71MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 225.7MB/312.1MB
[16B[3A[2K
bdca38f94ff0: Layer already exists
[3B[10A[2K
89a8b9ebaedd: Pushing 61.05MB/210.1MB
[10B[2A[2K
faac394a1ad3: Layer already exists
[2B[16A[2K
755450cea3dc: Pushing 228.4MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 63.83MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 231.1MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 66.62MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 233.7MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 69.96MB/210.1MB
[10B[1A[2K
ce8168f12337: Layer already exists
[1B[16A[2K
755450cea3dc: Pushing 236.4MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 73.3MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 239.7MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 76.65MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 242.4MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 79.99MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 245.8MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 83.33MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 249.7MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 86.67MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 253.6MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 89.99MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 257.5MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 92.78MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 260.8MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 96.12MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 264.2MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 99.46MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 266.4MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 102.8MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 268.1MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 105.6MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 270.3MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 108.4MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 273.6MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 111.2MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 276.4MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 114.5MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 279MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 117.8MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 282.2MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 120.6MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 285MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 124.5MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 287.7MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 127.9MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 290.4MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 131.1MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 293.6MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 134.3MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 295.7MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 137MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 297.9MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 139.8MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 300.1MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 142.5MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 302.7MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 145.2MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 305.9MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 148MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 308.6MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 150.2MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 311.3MB/312.1MB
[16B[10A[2K
89a8b9ebaedd: Pushing 153MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 314MB
[16B[10A[2K
89a8b9ebaedd: Pushing 155.7MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 316.7MB
[16B[10A[2K
89a8b9ebaedd: Pushing 158.4MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 319.9MB
[16B[10A[2K
89a8b9ebaedd: Pushing 160.6MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 322.6MB
[16B[10A[2K
89a8b9ebaedd: Pushing 163.3MB/210.1MB
[10B[16A[2K
755450cea3dc: Pushing 325.4MB
[16B[10A[2K
89a8b9ebaedd: Pushing 165.5MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 168.3MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 171MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 173.7MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 176.9MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 181.2MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 184.4MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 188.1MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 191.9MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 195.7MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 198.9MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 202.1MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 205.4MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 208.5MB/210.1MB
[10B[10A[2K
89a8b9ebaedd: Pushing 212.9MB
[10B[10A[2K
89a8b9ebaedd: Pushing 213.8MB
[10B[16A[2K
755450cea3dc: Pushed
[16B[10A[2K
89a8b9ebaedd: Pushed
[10Bc963080767f45828c31f83ca5cd25d36: digest: sha256:e9d74338f5be95e4cf7eb669285094922a123b31a06d4f0f067b9b3a6139e6df size: 4111
10:06:21 - BUILD INFO - Starting docker-compose
[33mWARNING[0m: The SEMAPHORE_GIT_PR_NUMBER variable is not set. Defaulting to a blank string.
Creating network "rsrci_default" with the default driver
Pulling mainnetwork (alpine:)...
[2K
latest: Pulling from library/alpine
[1A[2K
63b65145d645: Pulling fs layer
[1B[1A[2K
63b65145d645: Downloading [> ] 34.14kB/3.374MB
[1B[1A[2K
63b65145d645: Download complete
[1B[1A[2K
63b65145d645: Extracting [> ] 65.54kB/3.374MB
[1B[1A[2K
63b65145d645: Extracting [=====================> ] 1.442MB/3.374MB
[1B[1A[2K
63b65145d645: Extracting [==================================================>] 3.374MB/3.374MB
[1B[1A[2K
63b65145d645: Pull complete
[1B[2K
Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517
[2K
Status: Downloaded newer image for alpine:latest
Pulling rsr-memcached (memcached:1.6.1-alpine)...
[2K
1.6.1-alpine: Pulling from library/memcached
[1A[2K
c9b1b535fdd9: Pulling fs layer
[1B
[1A[2K
b1e93bbcd384: Pulling fs layer
[1B
[1A[2K
6a48b148dfd5: Pulling fs layer
[1B
[1A[2K
542ec47b81d1: Pulling fs layer
[1B
[1A[2K
65bc431706dc: Pulling fs layer
[1B
[1A[2K
fc508d65441f: Pulling fs layer
[1B[3A[2K
542ec47b81d1: Waiting
[3B[1A[2K
fc508d65441f: Waiting
[1B[2A[2K
65bc431706dc: Waiting
[2B[4A[2K
6a48b148dfd5: Downloading [====> ] 1.369kB/15.09kB
[4B[4A[2K
6a48b148dfd5: Verifying Checksum
[4B[4A[2K
6a48b148dfd5: Download complete
[4B[6A[2K
c9b1b535fdd9: Downloading [> ] 28.75kB/2.803MB
[6B[5A[2K
b1e93bbcd384: Downloading [==============================> ] 757B/1.231kB
[5B[5A[2K
b1e93bbcd384: Downloading [==================================================>] 1.231kB/1.231kB
[5B[5A[2K
b1e93bbcd384: Verifying Checksum
[5B[5A[2K
b1e93bbcd384: Download complete
[5B[6A[2K
c9b1b535fdd9: Verifying Checksum
[6B[6A[2K
c9b1b535fdd9: Download complete
[6B[6A[2K
c9b1b535fdd9: Extracting [> ] 32.77kB/2.803MB
[6B[6A[2K
c9b1b535fdd9: Extracting [==================================================>] 2.803MB/2.803MB
[6B[6A[2K
c9b1b535fdd9: Pull complete
[6B[5A[2K
b1e93bbcd384: Extracting [==================================================>] 1.231kB/1.231kB
[5B[5A[2K
b1e93bbcd384: Extracting [==================================================>] 1.231kB/1.231kB
[5B[5A[2K
b1e93bbcd384: Pull complete
[5B[4A[2K
6a48b148dfd5: Extracting [==================================================>] 15.09kB/15.09kB
[4B[4A[2K
6a48b148dfd5: Extracting [==================================================>] 15.09kB/15.09kB
[4B[4A[2K
6a48b148dfd5: Pull complete
[4B[2A[2K
65bc431706dc: Downloading [==================================================>] 282B/282B
[2B[2A[2K
65bc431706dc: Verifying Checksum
[2B[2A[2K
65bc431706dc: Download complete
[2B[1A[2K
fc508d65441f: Downloading [==================================================>] 121B/121B
[1B[1A[2K
fc508d65441f: Verifying Checksum
[1B[1A[2K
fc508d65441f: Download complete
[1B[3A[2K
542ec47b81d1: Downloading [> ] 19.89kB/1.933MB
[3B[3A[2K
542ec47b81d1: Verifying Checksum
[3B[3A[2K
542ec47b81d1: Download complete
[3B[3A[2K
542ec47b81d1: Extracting [> ] 32.77kB/1.933MB
[3B[3A[2K
542ec47b81d1: Extracting [==================================================>] 1.933MB/1.933MB
[3B[3A[2K
542ec47b81d1: Extracting [==================================================>] 1.933MB/1.933MB
[3B[3A[2K
542ec47b81d1: Pull complete
[3B[2A[2K
65bc431706dc: Extracting [==================================================>] 282B/282B
[2B[2A[2K
65bc431706dc: Extracting [==================================================>] 282B/282B
[2B[2A[2K
65bc431706dc: Pull complete
[2B[1A[2K
fc508d65441f: Extracting [==================================================>] 121B/121B
[1B[1A[2K
fc508d65441f: Extracting [==================================================>] 121B/121B
[1B[1A[2K
fc508d65441f: Pull complete
[1B[2K
Digest: sha256:c08f51064dceef8fda9462adb0cb9b1b5ad4f68e5db36c3ff05841fd232eeecd
[2K
Status: Downloaded newer image for memcached:1.6.1-alpine
Pulling rsrdbhost (akvo/akvo-rsr-dev-postgres:20200226.151639.3782188)...
[2K
20200226.151639.3782188: Pulling from akvo/akvo-rsr-dev-postgres
[1A[2K
6d28e14ab8c8: Pulling fs layer
[1B
[1A[2K
64da04b335f8: Pulling fs layer
[1B
[1A[2K
c2c855795327: Pulling fs layer
[1B
[1A[2K
1de39762bafa: Pulling fs layer
[1B
[1A[2K
c53257162768: Pulling fs layer
[1B
[1A[2K
8e4d4b2b1949: Pulling fs layer
[1B
[1A[2K
55ea22033266: Pulling fs layer
[1B
[1A[2K
59ec00a3b78e: Pulling fs layer
[1B
[1A[2K
9dd651f62b16: Pulling fs layer
[1B
[1A[2K
898e17767146: Pulling fs layer
[1B
[1A[2K
47464cc27b2a: Pulling fs layer
[1B
[1A[2K
cb14b87ad201: Pulling fs layer
[1B
[1A[2K
02db7703911e: Pulling fs layer
[1B
[1A[2K
a47c885443ae: Pulling fs layer
[1B
[1A[2K
00a221f9eb1d: Pulling fs layer
[1B[12A[2K
1de39762bafa: Waiting
[12B[11A[2K
c53257162768: Waiting
[11B[10A[2K
8e4d4b2b1949: Waiting
[10B[9A[2K
55ea22033266: Waiting
[9B[8A[2K
59ec00a3b78e: Waiting
[8B[7A[2K
9dd651f62b16: Waiting
[7B[6A[2K
898e17767146: Waiting
[6B[5A[2K
47464cc27b2a: Waiting
[5B[4A[2K
cb14b87ad201: Waiting
[4B[3A[2K
02db7703911e: Waiting
[3B[2A[2K
a47c885443ae: Waiting
[2B[1A[2K
00a221f9eb1d: Waiting
[1B[14A[2K
64da04b335f8: Downloading [> ] 45.09kB/4.501MB
[14B[13A[2K
c2c855795327: Downloading [=====================> ] 758B/1.778kB
[13B[13A[2K
c2c855795327: Downloading [==================================================>] 1.778kB/1.778kB
[13B[13A[2K
c2c855795327: Verifying Checksum
[13B[13A[2K
c2c855795327: Download complete
[13B[15A[2K
6d28e14ab8c8: Downloading [> ] 229.4kB/22.51MB
[15B[14A[2K
64da04b335f8: Verifying Checksum
[14B[14A[2K
64da04b335f8: Download complete
[14B[15A[2K
6d28e14ab8c8: Downloading [===========> ] 5.286MB/22.51MB
[15B[15A[2K
6d28e14ab8c8: Downloading [====================================> ] 16.57MB/22.51MB
[15B[15A[2K
6d28e14ab8c8: Download complete
[15B[15A[2K
6d28e14ab8c8: Extracting [> ] 229.4kB/22.51MB
[15B[15A[2K
6d28e14ab8c8: Extracting [==> ] 1.147MB/22.51MB
[15B[11A[2K
c53257162768: Downloading [> ] 63.77kB/6.183MB
[11B[12A[2K
1de39762bafa: Downloading [> ] 13.69kB/1.351MB
[12B[15A[2K
6d28e14ab8c8: Extracting [============> ] 5.734MB/22.51MB
[15B[11A[2K
c53257162768: Verifying Checksum
[11B[11A[2K
c53257162768: Download complete
[11B[12A[2K
1de39762bafa: Verifying Checksum
[12B[12A[2K
1de39762bafa: Download complete
[12B[15A[2K
6d28e14ab8c8: Extracting [===================> ] 8.946MB/22.51MB
[15B[10A[2K
8e4d4b2b1949: Downloading [> ] 4.821kB/384.9kB
[10B[10A[2K
8e4d4b2b1949: Download complete
[10B[15A[2K
6d28e14ab8c8: Extracting [==============================> ] 13.76MB/22.51MB
[15B[15A[2K
6d28e14ab8c8: Extracting [=======================================> ] 17.89MB/22.51MB
[15B[9A[2K
55ea22033266: Downloading [==================================================>] 115B/115B
[9B[9A[2K
55ea22033266: Verifying Checksum
[9B[9A[2K
55ea22033266: Download complete
[9B[15A[2K
6d28e14ab8c8: Extracting [=============================================> ] 20.41MB/22.51MB
[15B[8A[2K
59ec00a3b78e: Downloading [=======> ] 771B/5.343kB
[8B[8A[2K
59ec00a3b78e: Downloading [==================================================>] 5.343kB/5.343kB
[8B[8A[2K
59ec00a3b78e: Download complete
[8B[15A[2K
6d28e14ab8c8: Extracting [===============================================> ] 21.56MB/22.51MB
[15B[7A[2K
9dd651f62b16: Downloading [> ] 535.8kB/53.09MB
[7B[15A[2K
6d28e14ab8c8: Extracting [=================================================> ] 22.25MB/22.51MB
[15B[15A[2K
6d28e14ab8c8: Extracting [==================================================>] 22.51MB/22.51MB
[15B[7A[2K
9dd651f62b16: Downloading [====> ] 4.814MB/53.09MB
[7B[15A[2K
6d28e14ab8c8: Pull complete
[15B[14A[2K
64da04b335f8: Extracting [> ] 65.54kB/4.501MB
[14B[6A[2K
898e17767146: Downloading [====> ] 771B/7.814kB
[6B[6A[2K
898e17767146: Downloading [==================================================>] 7.814kB/7.814kB
[6B[6A[2K
898e17767146: Verifying Checksum
[6B[6A[2K
898e17767146: Download complete
[6B[5A[2K
47464cc27b2a: Downloading [==================================================>] 130B/130B
[5B[5A[2K
47464cc27b2a: Verifying Checksum
[5B[5A[2K
47464cc27b2a: Download complete
[5B[7A[2K
9dd651f62b16: Downloading [============> ] 13.35MB/53.09MB
[7B[14A[2K
64da04b335f8: Extracting [=========================> ] 2.294MB/4.501MB
[14B[14A[2K
64da04b335f8: Extracting [==================================================>] 4.501MB/4.501MB
[14B[14A[2K
64da04b335f8: Pull complete
[14B[7A[2K
9dd651f62b16: Downloading [====================> ] 21.38MB/53.09MB
[7B[13A[2K
c2c855795327: Extracting [==================================================>] 1.778kB/1.778kB
[13B[13A[2K
c2c855795327: Extracting [==================================================>] 1.778kB/1.778kB
[13B[13A[2K
c2c855795327: Pull complete
[13B[12A[2K
1de39762bafa: Extracting [=> ] 32.77kB/1.351MB
[12B[7A[2K
9dd651f62b16: Downloading [==============================> ] 32.64MB/53.09MB
[7B[12A[2K
1de39762bafa: Extracting [==================================================>] 1.351MB/1.351MB
[12B[12A[2K
1de39762bafa: Pull complete
[12B[11A[2K
c53257162768: Extracting [> ] 65.54kB/6.183MB
[11B[7A[2K
9dd651f62b16: Downloading [========================================> ] 42.86MB/53.09MB
[7B[4A[2K
cb14b87ad201: Downloading [==================================================>] 171B/171B
[4B[4A[2K
cb14b87ad201: Verifying Checksum
[4B[4A[2K
cb14b87ad201: Download complete
[4B[3A[2K
02db7703911e: Downloading [========> ] 758B/4.223kB
[3B[3A[2K
02db7703911e: Downloading [==================================================>] 4.223kB/4.223kB
[3B[3A[2K
02db7703911e: Verifying Checksum
[3B[3A[2K
02db7703911e: Download complete
[3B[11A[2K
c53257162768: Extracting [=====> ] 655.4kB/6.183MB
[11B[7A[2K
9dd651f62b16: Verifying Checksum
[7B[7A[2K
9dd651f62b16: Download complete
[7B[11A[2K
c53257162768: Extracting [=============================> ] 3.67MB/6.183MB
[11B[11A[2K
c53257162768: Extracting [==================================================>] 6.183MB/6.183MB
[11B[11A[2K
c53257162768: Pull complete
[11B[10A[2K
8e4d4b2b1949: Extracting [====> ] 32.77kB/384.9kB
[10B[10A[2K
8e4d4b2b1949: Extracting [==================================================>] 384.9kB/384.9kB
[10B[10A[2K
8e4d4b2b1949: Extracting [==================================================>] 384.9kB/384.9kB
[10B[10A[2K
8e4d4b2b1949: Pull complete
[10B[9A[2K
55ea22033266: Extracting [==================================================>] 115B/115B
[9B[9A[2K
55ea22033266: Extracting [==================================================>] 115B/115B
[9B[9A[2K
55ea22033266: Pull complete
[9B[8A[2K
59ec00a3b78e: Extracting [==================================================>] 5.343kB/5.343kB
[8B[8A[2K
59ec00a3b78e: Extracting [==================================================>] 5.343kB/5.343kB
[8B[2A[2K
a47c885443ae: Downloading [==================================================>] 121B/121B
[2B[2A[2K
a47c885443ae: Verifying Checksum
[2B[2A[2K
a47c885443ae: Download complete
[2B[8A[2K
59ec00a3b78e: Pull complete
[8B[7A[2K
9dd651f62b16: Extracting [> ] 557.1kB/53.09MB
[7B[1A[2K
00a221f9eb1d: Downloading [> ] 29.48kB/2.839MB
[1B[7A[2K
9dd651f62b16: Extracting [====> ] 4.456MB/53.09MB
[7B[1A[2K
00a221f9eb1d: Downloading [====> ] 275.3kB/2.839MB
[1B[7A[2K
9dd651f62b16: Extracting [========> ] 9.47MB/53.09MB
[7B[1A[2K
00a221f9eb1d: Downloading [=============> ] 766.9kB/2.839MB
[1B[1A[2K
00a221f9eb1d: Downloading [===============================> ] 1.791MB/2.839MB
[1B[7A[2K
9dd651f62b16: Extracting [===========> ] 11.7MB/53.09MB
[7B[1A[2K
00a221f9eb1d: Verifying Checksum
[1B[1A[2K
00a221f9eb1d: Download complete
[1B[7A[2K
9dd651f62b16: Extracting [=============> ] 14.48MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [===================> ] 20.61MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [=========================> ] 26.74MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [==============================> ] 32.31MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [===================================> ] 37.32MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [======================================> ] 41.22MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [========================================> ] 43.45MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [===========================================> ] 45.68MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [============================================> ] 46.79MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [==============================================> ] 49.02MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [===============================================> ] 50.69MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [=================================================> ] 52.36MB/53.09MB
[7B[7A[2K
9dd651f62b16: Extracting [==================================================>] 53.09MB/53.09MB
[7B[7A[2K
9dd651f62b16: Pull complete
[7B[6A[2K
898e17767146: Extracting [==================================================>] 7.814kB/7.814kB
[6B[6A[2K
898e17767146: Extracting [==================================================>] 7.814kB/7.814kB
[6B[6A[2K
898e17767146: Pull complete
[6B[5A[2K
47464cc27b2a: Extracting [==================================================>] 130B/130B
[5B[5A[2K
47464cc27b2a: Extracting [==================================================>] 130B/130B
[5B[5A[2K
47464cc27b2a: Pull complete
[5B[4A[2K
cb14b87ad201: Extracting [==================================================>] 171B/171B
[4B[4A[2K
cb14b87ad201: Extracting [==================================================>] 171B/171B
[4B[4A[2K
cb14b87ad201: Pull complete
[4B[3A[2K
02db7703911e: Extracting [==================================================>] 4.223kB/4.223kB
[3B[3A[2K
02db7703911e: Extracting [==================================================>] 4.223kB/4.223kB
[3B[3A[2K
02db7703911e: Pull complete
[3B[2A[2K
a47c885443ae: Extracting [==================================================>] 121B/121B
[2B[2A[2K
a47c885443ae: Extracting [==================================================>] 121B/121B
[2B[2A[2K
a47c885443ae: Pull complete
[2B[1A[2K
00a221f9eb1d: Extracting [> ] 32.77kB/2.839MB
[1B[1A[2K
00a221f9eb1d: Extracting [=============================================> ] 2.556MB/2.839MB
[1B[1A[2K
00a221f9eb1d: Extracting [==================================================>] 2.839MB/2.839MB
[1B[1A[2K
00a221f9eb1d: Pull complete
[1B[2K
Digest: sha256:11dd0d54f34c67b7c04b378a100a292019e1477ba9acca21af2daa99ee667cc0
[2K
Status: Downloaded newer image for akvo/akvo-rsr-dev-postgres:20200226.151639.3782188
Creating rsrci_rsr-memcached_1 ...
Creating rsrci_rsrdbhost_1 ...
Creating rsrci_mainnetwork_1 ...
[2A[2K
Creating rsrci_rsrdbhost_1 ... [32mdone[0m
[2B[3A[2K
Creating rsrci_rsr-memcached_1 ... [32mdone[0m
[3B[1A[2K
Creating rsrci_mainnetwork_1 ... [32mdone[0m
[1BCreating rsrci_web_1 ...
[1A[2K
Creating rsrci_web_1 ... [32mdone[0m
[1B10:06:34 - BUILD INFO - Running tests
[33mWARNING[0m: The SEMAPHORE_GIT_PR_NUMBER variable is not set. Defaulting to a blank string.
Creating rsrci_web_run ...
[1A[2K
Creating rsrci_web_run ... [32mdone[0m
[1B++ stat -c %u /var/akvo/rsr/code
+ NEW_UID=1001
++ stat -c %g /var/akvo/rsr/code
+ NEW_GID=1001
+ groupmod -g 1001 -o akvo
+ usermod -u 1001 -o akvo
+ mkdir -p /var/log/akvo/ /var/akvo/rsr/logs/ /var/akvo/rsr/staticroot/ /var/akvo/rsr/mediaroot/
+ chown -R akvo:akvo /var/log/akvo/ /var/akvo/rsr/logs/ /var/akvo/rsr/staticroot/ /var/akvo/rsr/mediaroot/
+ gosu akvo:akvo scripts/docker/ci/build.sh
10:06:35 - BUILD INFO - Running lint
Running backend lint
Running frontend lint
/var/akvo/rsr/code/akvo/rsr/dir /var/akvo/rsr/code
[?25l[[90m..................[0m] | rollbackFailedOptional: [34;40mverb[0m [35mnpm-session[0m 8a1c9ba872a31e1[0m[K
[[7m [27m[90m................[0m] \ loadDep:yup: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m................[0m] \ loadDep:warning: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m................[0m] \ loadDep:ua-parser-js: [7msill[0m [35minstall[0m loadAllDepsIntoIdealT[0m[K
[[7m [27m[90m................[0m] \ loadDep:warning: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m...............[0m] \ loadDep:vt-pbf: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m...............[0m] \ loadDep:tiny-warning: [7msill[0m [35minstall[0m loadAllDepsIntoIdealT[0m[K
[[7m [27m[90m..............[0m] \ loadDep:toposort: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:unset-value: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTr[0m[K
[[7m [27m[90m..............[0m] \ loadDep:to-regex: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:path-parse: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTre[0m[K
[[7m [27m[90m..............[0m] \ loadDep:jsesc: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:slash: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:object.getownpropertydescriptors: [7msill[0m [35minstall[0m l[0m[K
[[7m [27m[90m..............[0m] \ loadDep:schema-utils: [7msill[0m [35minstall[0m loadAllDepsIntoIdealT[0m[K
[[7m [27m[90m..............[0m] \ loadDep:object.entries: [7msill[0m [35minstall[0m loadAllDepsIntoIdea[0m[K
[[7m [27m[90m.............[0m] \ loadDep:nth-check: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:realpath-native: [7msill[0m [35minstall[0m loadAllDepsIntoIde[0m[K
[[7m [27m[90m.............[0m] \ loadDep:tweetnacl: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:strip-bom: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:unique-filename: [7msill[0m [35minstall[0m loadAllDepsIntoIde[0m[K
[[7m [27m[90m.............[0m] \ loadDep:vm-browserify: [7msill[0m [35minstall[0m loadAllDepsIntoIdeal[0m[K
[[7m [27m[90m.............[0m] \ loadDep:pkg-dir: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:thunky: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:url-parse: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m...........[0m] | diffTrees: [7msill[0m [35minstall[0m generateActionsToTake[0m[K
[[7m [27m[90m...........[0m] | diffTrees: [7msill[0m [35minstall[0m generateActionsToTake[0m[K
[[7m [27m[90m...........[0m] - postinstall: [7msill[0m [35minstall[0m executeActions[0m[K
[[7m [27m[90m...........[0m] - extract:yup: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks/stag[0m[K
[[7m [27m[90m...........[0m] / extract:yup: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks/stag[0m[K
[[7m [27m[90m...........[0m] / extract:yup: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks/stag[0m[K
[[7m [27m[90m...........[0m] - extract:yup: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks/stag[0m[K
[[7m [27m[90m...........[0m] - extract:yup: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks/stag[0m[K
[[7m [27m[90m...........[0m] - extract:yup: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks/stag[0m[K
[[7m [27m[90m...........[0m] - extract:yup: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks/stag[0m[K
[[7m [27m[90m...........[0m] | extract:yup: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks/stag[0m[K
[[7m [27m[90m...........[0m] | extract:ms: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.or[0m[K
[[7m [27m[90m..........[0m] | extract:strip-ansi: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m..........[0m] | extract:@ant-design/css-animation: [7msill[0m [35mextract[0m @ant-des[0m[K
[[7m [27m[90m..........[0m] / extract:minimist: [7msill[0m [35mtarball[0m no local data for react-r[0m[K
[[7m [27m[90m..........[0m] / extract:debug: [7msill[0m [35mextract[0m debug@4.1.1 extracted to /va[0m[K
[[7m [27m[90m..........[0m] - extract:url-loader: [7msill[0m [35mextract[0m url-loader@1.1.2 extrac[0m[K
[[7m [27m[90m..........[0m] | extract:react-svg-inline: [32;40mtiming[0m [35maudit body[0m Completed in[0m[K
[[7m [27m[90m..........[0m] / extract:style-loader: [7msill[0m [35mtarball[0m no local data for map[0m[K
[[7m [27m[90m..........[0m] / extract:style-loader: [7msill[0m [35mtarball[0m no local data for map[0m[K
[[7m [27m[90m..........[0m] / extract:style-loader: [7msill[0m [35mtarball[0m no local data for map[0m[K
[[7m [27m[90m..........[0m] - extract:smoothscroll-polyfill: [32;40mhttp[0m [35mfetch[0m GET 200 https:[0m[K
[[7m [27m[90m..........[0m] / extract:js-cookie: [7msill[0m [35mextract[0m js-cookie@2.2.1 extracte[0m[K
[[7m [27m[90m..........[0m] / extract:@babel/plugin-transform-react-jsx-source: [32;40mhttp[0m [35mf[0m[K
[[7m [27m[90m..........[0m] / extract:react: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs[0m[K
[[7m [27m[90m..........[0m] - extract:file-loader: [7msill[0m [35mextract[0m file-loader@3.0.1 extr[0m[K
[[7m [27m[90m..........[0m] | extract:react-infinite-scroller: [7msill[0m [35mtarball[0m no local d[0m[K
[[7m [27m[90m..........[0m] | extract:react-hot-loader: [7msill[0m [35mtarball[0m no local data for[0m[K
[[7m [27m[90m..........[0m] \ extract:babel-preset-react-hmre: [7msill[0m [35mtarball[0m no local d[0m[K
[[7m [27m[90m..........[0m] / extract:react-transition-group: [7msill[0m [35mtarball[0m no local da[0m[K
[[7m [27m[90m..........[0m] \ extract:source-map: [7msill[0m [35mextract[0m source-map@0.5.7 extrac[0m[K
[[7m [27m[90m..........[0m] / extract:babel-eslint: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m..........[0m] / extract:regenerator-runtime: [7msill[0m [35mtarball[0m no local data[0m[K
[[7m [27m[90m..........[0m] | extract:@jest/test-sequencer: [7msill[0m [35mextract[0m @jest/test-se[0m[K
[[7m [27m[90m..........[0m] | extract:d3: [7msill[0m [35mextract[0m d3@7.4.4 extracted to /var/akvo[0m[K
[[7m [27m[90m..........[0m] \ extract:string-width: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m..........[0m] \ extract:react-i18next: [7msill[0m [35mtarball[0m no local data for ya[0m[K
[[7m [27m[90m..........[0m] \ extract:p-try: [7msill[0m [35mtarball[0m no local data for mississipp[0m[K
[[7m [27m[90m..........[0m] / extract:yargs-parser: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m..........[0m] \ extract:jest-config: [7msill[0m [35mextract[0m jest-config@24.9.0 ext[0m[K
[[7m [27m[90m..........[0m] \ extract:through2: [7msill[0m [35mextract[0m through2@2.0.5 extracted[0m[K
[[7m [27m[90m..........[0m] \ extract:through2: [7msill[0m [35mextract[0m through2@2.0.5 extracted[0m[K
[[7m [27m[90m..........[0m] | extract:node-libs-browser: [7msill[0m [35mextract[0m node-libs-browse[0m[K
[[7m [27m[90m..........[0m] | extract:write: [7msill[0m [35mtarball[0m no local data for rimraf@2.7[0m[K
[[7m [27m[90m..........[0m] / extract:eslint-plugin-import: [32;40mhttp[0m [35mfetch[0m GET 200 https:/[0m[K
[[7m [27m[90m..........[0m] \ extract:os-locale: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m..........[0m] / extract:pump: [7msill[0m [35mtarball[0m no local data for globby@7.1.[0m[K
[[7m [27m[90m..........[0m] / extract:rimraf: [7msill[0m [35mtarball[0m no local data for once@1.4.[0m[K
[[7m [27m[90m..........[0m] / extract:rimraf: [7msill[0m [35mextract[0m rimraf@2.7.1 extracted to /[0m[K
[[7m [27m[90m..........[0m] - extract:duplexify: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m..........[0m] - extract:globby: [7msill[0m [35mtarball[0m no local data for draft-js@[0m[K
[[7m [27m[90m..........[0m] \ extract:glob: [7msill[0m [35mtarball[0m no local data for websocket-d[0m[K
[[7m [27m[90m..........[0m] - extract:wide-align: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m..........[0m] / extract:data-urls: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m..........[0m] | extract:whatwg-fetch: [7msill[0m [35mextract[0m whatwg-fetch@3.0.0 ex[0m[K
[[7m [27m[90m..........[0m] \ extract:find-up: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[0m[K
[[7m [27m[90m..........[0m] \ extract:make-dir: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m..........[0m] \ extract:p-try: [7msill[0m [35mextract[0m p-try@2.2.0 extracted to /va[0m[K
[[7m [27m[90m..........[0m] / extract:ms: [7msill[0m [35mextract[0m ms@2.1.2 extracted to /var/akvo[0m[K
[[7m [27m[90m..........[0m] / extract:webpack-sources: [7msill[0m [35mtarball[0m no local data for[0m[K
[[7m [27m[90m..........[0m] | extract:lcid: [7msill[0m [35mextract[0m lcid@2.0.0 extracted to /var/[0m[K
[[7m [27m[90m..........[0m] - extract:is-fullwidth-code-point: [7msill[0m [35mextract[0m is-fullwid[0m[K
[[7m [27m[90m..........[0m] / extract:watchpack: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m..........[0m] / extract:source-map: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m..........[0m] - extract:fsevents: [7msill[0m [35mtarball[0m no local data for jsprim@[0m[K
[[7m [27m[90m..........[0m] / extract:warning: [7msill[0m [35mextract[0m warning@4.0.3 extracted to[0m[K
[[7m [27m[90m..........[0m] \ extract:viewport-mercator-project: [7msill[0m [35mextract[0m viewport[0m[K
[[7m [27m[90m..........[0m] \ extract:vary: [7msill[0m [35mextract[0m vary@1.1.2 extracted to /var/[0m[K
[[7m [27m[90m..........[0m] | extract:http-signature: [7msill[0m [35mextract[0m http-signature@1.2.[0m[K
[[7m [27m[90m..........[0m] \ extract:rc-form: [7msill[0m [35mextract[0m rc-form@2.4.12 extracted t[0m[K
[[7m [27m[90m..........[0m] - extract:meow: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.[0m[K
[[7m [27m[90m..........[0m] | extract:validate-npm-package-license: [32;40mhttp[0m [35mfetch[0m GET 200[0m[K
[[7m [27m[90m..........[0m] / extract:utils-merge: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m..........[0m] / extract:realpath-native: [32;40mhttp[0m [35mfetch[0m GET 200 https://regi[0m[K
[[7m [27m[90m..........[0m] - extract:memory-fs: [7msill[0m [35mtarball[0m no local data for jest-u[0m[K
[[7m [27m[90m..........[0m] - extract:rc-tree-select: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m..........[0m] / extract:concat-stream: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[0m[K
[[7m [27m[90m..........[0m] - extract:jest-snapshot: [7msill[0m [35mextract[0m jest-snapshot@24.9.0[0m[K
[[7m [27m[90m..........[0m] - extract:yargs: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs[0m[K
[[7m [27m[90m.........[0m] / extract:anymatch: [7msill[0m [35mtarball[0m no local data for urix@0.[0m[K
[[7m [27m[90m.........[0m] \ extract:use: [7msill[0m [35mextract[0m use@3.1.1 extracted to /var/ak[0m[K
[[7m [27m[90m.........[0m] | extract:original: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.........[0m] | extract:readable-stream: [7msill[0m [35mextract[0m readable-stream@2.[0m[K
[[7m [27m[90m.........[0m] \ extract:cache-base: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m.........[0m] / extract:jest-util: [7msill[0m [35mextract[0m jest-util@24.9.0 extract[0m[K
[[7m [27m[90m.........[0m] \ extract:pify: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.[0m[K
[[7m [27m[90m.........[0m] / extract:p-limit: [7msill[0m [35mextract[0m p-limit@2.2.2 extracted to[0m[K
[[7m [27m[90m.........[0m] / extract:p-try: [7msill[0m [35mextract[0m p-try@2.2.0 extracted to /va[0m[K
[[7m [27m[90m.........[0m] \ extract:typedarray: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m.........[0m] / extract:toggle-selection: [7msill[0m [35mtarball[0m no local data for[0m[K
[[7m [27m[90m.........[0m] / extract:to-regex: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.........[0m] \ extract:@babel/helper-annotate-as-pure: [32;40mhttp[0m [35mfetch[0m GET 2[0m[K
[[7m [27m[90m.........[0m] \ extract:to-object-path: [7msill[0m [35mtarball[0m no local data for @[0m[K
[[7m [27m[90m.........[0m] / extract:babel-plugin-jest-hoist: [7msill[0m [35mextract[0m babel-plug[0m[K
[[7m [27m[90m.........[0m] / extract:@babel/plugin-proposal-async-generator-functions[0m[K
[[7m [27m[90m.........[0m] - extract:babel-plugin-styled-components: [32;40mhttp[0m [35mfetch[0m GET 2[0m[K
[[7m [27m[90m.........[0m] / extract:@babel/plugin-transform-modules-systemjs: [7msill[0m [35mt[0m[K
[[7m [27m[90m.........[0m] / extract:@babel/helper-hoist-variables: [7msill[0m [35mtarball[0m no l[0m[K
[[7m [27m[90m.........[0m] | extract:to-fast-properties: [7msill[0m [35mextract[0m to-fast-propert[0m[K
[[7m [27m[90m.........[0m] | extract:tmpl: [7msill[0m [35mextract[0m tmpl@1.0.4 extracted to /var/[0m[K
[[7m [27m[90m.........[0m] | extract:@babel/helper-function-name: [32;40mhttp[0m [35mfetch[0m GET 200[0m[K
[[7m [27m[90m.........[0m] \ extract:@babel/helper-member-expression-to-functions: [32;40mht[0m[K
[[7m [27m[90m.........[0m] - extract:tiny-warning: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m.........[0m] / extract:@ant-design/colors: [7msill[0m [35mextract[0m @ant-design/col[0m[K
[[7m [27m[90m.........[0m] \ extract:make-dir: [7msill[0m [35mtarball[0m no local data for jest-va[0m[K
[[7m [27m[90m.........[0m] / extract:node-sass: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m.........[0m] \ extract:@babel/helper-create-class-features-plugin: [7msill[0m[0m[K
[[7m [27m[90m.........[0m] - extract:strip-json-comments: [32;40mhttp[0m [35mfetch[0m GET 200 https://[0m[K
[[7m [27m[90m.........[0m] \ extract:hoist-non-react-statics: [7msill[0m [35mtarball[0m no local d[0m[K
[[7m [27m[90m.........[0m] | extract:strip-bom: [7msill[0m [35mtarball[0m no local data for json2m[0m[K
[[7m [27m[90m.........[0m] \ extract:@babel/helper-module-transforms: [7msill[0m [35mextract[0m @b[0m[K
[[7m [27m[90m.........[0m] | extract:@babel/helper-module-imports: [7msill[0m [35mextract[0m @babe[0m[K
[[7m [27m[90m.........[0m] - extract:string.prototype.trimleft: [32;40mhttp[0m [35mfetch[0m GET 200 ht[0m[K
[[7m [27m[90m.........[0m] \ extract:statuses: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.........[0m] - extract:debug: [7msill[0m [35mextract[0m debug@4.3.2 extracted to /va[0m[K
[[7m [27m[90m.........[0m] \ extract:cosmiconfig: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m.........[0m] - extract:sort-keys: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m.........[0m] - extract:debug: [7msill[0m [35mtarball[0m no local data for rc-tooltip[0m[K
[[7m [27m[90m.........[0m] \ extract:is-data-descriptor: [7msill[0m [35mtarball[0m no local data f[0m[K
[[7m [27m[90m.........[0m] \ extract:signal-exit: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m.........[0m] / extract:shebang-regex: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[0m[K
[[7m [27m[90m.........[0m] | extract:terser: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmj[0m[K
[[7m [27m[90m.........[0m] / extract:array-includes: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m.........[0m] / extract:source-map: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m.........[0m] - extract:react-map-gl: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m........[0m] - extract:setimmediate: [7msill[0m [35mextract[0m setimmediate@1.0.5 ex[0m[K
[[7m [27m[90m........[0m] / extract:string-width: [7msill[0m [35mextract[0m string-width@1.0.2 ex[0m[K
[[7m [27m[90m........[0m] / extract:which-module: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m........[0m] / extract:find-up: [7msill[0m [35mtarball[0m no local data for safe-buf[0m[K
[[7m [27m[90m........[0m] / extract:randomfill: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m........[0m] / extract:evp_bytestokey: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m........[0m] \ extract:run-async: [7msill[0m [35mtarball[0m no local data for indent[0m[K
[[7m [27m[90m........[0m] \ extract:strip-ansi: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m........[0m] \ extract:require-main-filename: [7msill[0m [35mtarball[0m no local dat[0m[K
[[7m [27m[90m........[0m] - extract:tough-cookie: [7msill[0m [35mextract[0m tough-cookie@2.4.3 ex[0m[K
[[7m [27m[90m........[0m] \ extract:remove-trailing-separator: [32;40mhttp[0m [35mfetch[0m GET 200 ht[0m[K
[[7m [27m[90m........[0m] - extract:internmap: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m........[0m] | extract:eventemitter3: [7msill[0m [35mextract[0m eventemitter3@4.0.7[0m[K
[[7m [27m[90m........[0m] \ extract:regenerator-transform: [7msill[0m [35mtarball[0m no local dat[0m[K
[[7m [27m[90m........[0m] | extract:styled-components: [7msill[0m [35mextract[0m styled-component[0m[K
[[7m [27m[90m........[0m] | extract:jest-leak-detector: [7msill[0m [35mextract[0m jest-leak-detec[0m[K
[[7m [27m[90m........[0m] | extract:recharts-scale: [7msill[0m [35mextract[0m recharts-scale@0.4.[0m[K
[[7m [27m[90m........[0m] \ extract:range-parser: [7msill[0m [35mextract[0m range-parser@1.2.1 ex[0m[K
[[7m [27m[90m........[0m] / extract:ansi-regex: [7msill[0m [35mextract[0m ansi-regex@4.1.0 extrac[0m[K
[[7m [27m[90m........[0m] / extract:private: [7msill[0m [35mextract[0m private@0.1.8 extracted to[0m[K
[[7m [27m[90m........[0m] - extract:posix-character-classes: [7msill[0m [35mtarball[0m no local d[0m[K
[[7m [27m[90m........[0m] / extract:pirates: [7msill[0m [35mtarball[0m no local data for locate-p[0m[K
[[7m [27m[90m........[0m] | extract:loader-fs-cache: [7msill[0m [35mextract[0m loader-fs-cache@1.[0m[K
[[7m [27m[90m........[0m] | extract:path-type: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m........[0m] \ extract:is-path-inside: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m........[0m] | extract:path-parse: [7msill[0m [35mtarball[0m no local data for p-fin[0m[K
[[7m [27m[90m........[0m] / extract:promise: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[0m[K
[[7m [27m[90m........[0m] \ extract:p-locate: [7msill[0m [35mtarball[0m no local data for obuf@1.[0m[K
[[7m [27m[90m........[0m] \ extract:@mapbox/mapbox-gl-supported: [32;40mhttp[0m [35mfetch[0m GET 200[0m[K
[[7m [27m[90m........[0m] / extract:source-map: [7msill[0m [35mextract[0m source-map@0.6.1 extrac[0m[K
[[7m [27m[90m........[0m] / extract:object-visit: [7msill[0m [35mtarball[0m no local data for bse[0m[K
[[7m [27m[90m........[0m] - extract:define-properties: [32;40mhttp[0m [35mfetch[0m GET 200 https://re[0m[K
[[7m [27m[90m........[0m] / extract:normalize-path: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m........[0m] - extract:ms: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.or[0m[K
[[7m [27m[90m........[0m] | extract:mutationobserver-shim: [7msill[0m [35mtarball[0m no local dat[0m[K
[[7m [27m[90m........[0m] - extract:debug: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs[0m[K
[[7m [27m[90m.......[0m] - extract:mixin-object: [7msill[0m [35mtarball[0m no local data for com[0m[K
[[7m [27m[90m.......[0m] | extract:@babel/runtime: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m.......[0m] | extract:minimist: [7msill[0m [35mextract[0m minimist@1.2.5 extracted[0m[K
[[7m [27m[90m.......[0m] - extract:mimic-fn: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.......[0m] | extract:camelcase-keys: [7msill[0m [35mextract[0m camelcase-keys@2.1.[0m[K
[[7m [27m[90m.......[0m] \ extract:fragment-cache: [7msill[0m [35mtarball[0m no local data for k[0m[K
[[7m [27m[90m.......[0m] / extract:lodash.merge: [7msill[0m [35mextract[0m lodash.merge@4.6.2 ex[0m[K
[[7m [27m[90m.......[0m] | extract:is-accessor-descriptor: [7msill[0m [35mextract[0m is-accessor[0m[K
[[7m [27m[90m.......[0m] / extract:define-property: [7msill[0m [35mextract[0m define-property@2.[0m[K
[[7m [27m[90m.......[0m] / extract:supports-color: [7msill[0m [35mextract[0m supports-color@6.1.[0m[K
[[7m [27m[90m.......[0m] \ extract:js-levenshtein: [7msill[0m [35mextract[0m js-levenshtein@1.1.[0m[K
[[7m [27m[90m.......[0m] | extract:json-stable-stringify-without-jsonify: [7msill[0m [35mextr[0m[K
[[7m [27m[90m.......[0m] \ extract:is-extendable: [7msill[0m [35mextract[0m is-extendable@1.0.1[0m[K
[[7m [27m[90m.......[0m] \ extract:istanbul-lib-coverage: [32;40mhttp[0m [35mfetch[0m GET 200 https:[0m[K
[[7m [27m[90m.......[0m] \ extract:isarray: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[0m[K
[[7m [27m[90m.......[0m] / extract:string-width: [7msill[0m [35mextract[0m string-width@3.1.0 ex[0m[K
[[7m [27m[90m.......[0m] \ extract:es-to-primitive: [32;40mhttp[0m [35mfetch[0m GET 200 https://regi[0m[K
[[7m [27m[90m.......[0m] \ extract:kind-of: [7msill[0m [35mextract[0m kind-of@3.2.2 extracted to[0m[K
[[7m [27m[90m.......[0m] / extract:@babel/plugin-transform-block-scoping: [32;40mhttp[0m [35mfetc[0m[K
[[7m [27m[90m.......[0m] | extract:is-date-object: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m.......[0m] - extract:resolve-from: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m.......[0m] \ extract:p-locate: [7msill[0m [35mextract[0m p-locate@3.0.0 extracted[0m[K
[[7m [27m[90m.......[0m] | extract:ieee754: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[0m[K
[[7m [27m[90m.......[0m] / extract:chalk: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs[0m[K
[[7m [27m[90m.......[0m] \ extract:has-unicode: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m.......[0m] \ extract:grid-index: [7msill[0m [35mextract[0m grid-index@1.1.0 extrac[0m[K
[[7m [27m[90m.......[0m] / extract:get-value: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m.......[0m] | extract:async: [7msill[0m [35mtarball[0m no local data for exit@0.1.2[0m[K
[[7m [27m[90m.......[0m] - extract:fast-levenshtein: [32;40mhttp[0m [35mfetch[0m GET 200 https://reg[0m[K
[[7m [27m[90m.......[0m] / extract:path-to-regexp: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m.......[0m] / extract:eventemitter3: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[0m[K
[[7m [27m[90m.......[0m] / extract:escape-string-regexp: [32;40mhttp[0m [35mfetch[0m GET 200 https:/[0m[K
[[7m [27m[90m.......[0m] | extract:espree: [7msill[0m [35mtarball[0m no local data for diff-sequ[0m[K
[[7m [27m[90m.......[0m] / extract:ee-first: [7msill[0m [35mextract[0m ee-first@1.1.1 extracted[0m[K
[[7m [27m[90m.......[0m] / extract:dns-equal: [7msill[0m [35mtarball[0m no local data for damera[0m[K
[[7m [27m[90m.......[0m] | extract:combined-stream: [32;40mhttp[0m [35mfetch[0m GET 200 https://regi[0m[K
[[7m [27m[90m.......[0m] \ extract:diff-sequences: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m.......[0m] - extract:decode-uri-component: [7msill[0m [35mtarball[0m no local data[0m[K
[[7m [27m[90m.......[0m] - extract:decamelize: [7msill[0m [35mtarball[0m no local data for d3-fo[0m[K
[[7m [27m[90m.......[0m] | extract:d3-path: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[0m[K
[[7m [27m[90m.......[0m] \ extract:d3-timer: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m.......[0m] / extract:source-map: [7msill[0m [35mextract[0m source-map@0.6.1 extrac[0m[K
[[7m [27m[90m.......[0m] | extract:d3-path: [7msill[0m [35mtarball[0m no local data for core-uti[0m[K
[[7m [27m[90m......[0m] | extract:d3-ease: [7msill[0m [35mextract[0m d3-ease@3.0.1 extracted to[0m[K
[[7m [27m[90m......[0m] \ extract:css-what: [7msill[0m [35mextract[0m css-what@2.1.3 extracted[0m[K
[[7m [27m[90m......[0m] - extract:css-color-keywords: [32;40mhttp[0m [35mfetch[0m GET 200 https://r[0m[K
[[7m [27m[90m......[0m] / extract:contains-path: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[0m[K
[[7m [27m[90m......[0m] - extract:ansi-regex: [7msill[0m [35mextract[0m ansi-regex@4.1.0 extrac[0m[K
[[7m [27m[90m......[0m] \ extract:emoji-regex: [7msill[0m [35mextract[0m emoji-regex@7.0.3 extr[0m[K
[[7m [27m[90m......[0m] - extract:clean-stack: [7msill[0m [35mextract[0m clean-stack@2.2.0 extr[0m[K
[[7m [27m[90m......[0m] / extract:callsites: [7msill[0m [35mtarball[0m no local data for boolba[0m[K
[[7m [27m[90m......[0m] / extract:bytes: [7msill[0m [35mtarball[0m no local data for regenerato[0m[K
[[7m [27m[90m......[0m] / extract:p-try: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs[0m[K
[[7m [27m[90m......[0m] \ extract:regenerator-runtime: [7msill[0m [35mtarball[0m no local data[0m[K
[[7m [27m[90m......[0m] - extract:aws4: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmjs.[0m[K
[[7m [27m[90m......[0m] / extract:assign-symbols: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m......[0m] - extract:array-find-index: [32;40mhttp[0m [35mfetch[0m GET 200 https://reg[0m[K
[[7m [27m[90m......[0m] | extract:aproba: [7msill[0m [35mtarball[0m no local data for @webassem[0m[K
[[7m [27m[90m......[0m] / extract:acorn-jsx: [7msill[0m [35mtarball[0m no local data for @webas[0m[K
[[7m [27m[90m......[0m] | extract:@webassemblyjs/helper-wasm-section: [7msill[0m [35mextract[0m[0m[K
[[7m [27m[90m......[0m] - extract:@webassemblyjs/wasm-gen: [7msill[0m [35mtarball[0m no local d[0m[K
[[7m [27m[90m......[0m] / extract:@webassemblyjs/ieee754: [7msill[0m [35mextract[0m @webassembl[0m[K
[[7m [27m[90m......[0m] / extract:@webassemblyjs/helper-module-context: [32;40mhttp[0m [35mfetch[0m[0m[K
[[7m [27m[90m......[0m] - extract:@webassemblyjs/utf8: [7msill[0m [35mtarball[0m no local data[0m[K
[[7m [27m[90m......[0m] | extract:@webassemblyjs/leb128: [7msill[0m [35mextract[0m @webassembly[0m[K
[[7m [27m[90m......[0m] | extract:@types/istanbul-lib-coverage: [7msill[0m [35mextract[0m @type[0m[K
[[7m [27m[90m......[0m] | extract:@types/d3-shape: [7msill[0m [35mextract[0m @types/d3-shape@2.[0m[K
[[7m [27m[90m......[0m] - extract:@mapbox/point-geometry: [7msill[0m [35mextract[0m @mapbox/poi[0m[K
[[7m [27m[90m......[0m] \ extract:@types/d3-path: [7msill[0m [35mextract[0m @types/d3-path@2.0.[0m[K
[[7m [27m[90m......[0m] | extract:mout: [7msill[0m [35mextract[0m mout@1.2.3 extracted to /var/[0m[K
[[7m [27m[90m......[0m] \ extract:@mapbox/whoots-js: [7msill[0m [35mextract[0m @mapbox/whoots-j[0m[K
[[7m [27m[90m......[0m] \ extract:@mapbox/whoots-js: [7msill[0m [35mextract[0m @mapbox/whoots-j[0m[K
[[7m [27m[90m......[0m] / extract:@webassemblyjs/wast-printer: [7msill[0m [35mextract[0m @webas[0m[K
[[7m [27m[90m......[0m] \ extract:@webassemblyjs/helper-api-error: [7msill[0m [35mextract[0m @w[0m[K
[[7m [27m[90m......[0m] | extract:@types/node: [7msill[0m [35mextract[0m @types/node@16.4.3 ext[0m[K
[[7m [27m[90m......[0m] / extract:lodash-es: [7msill[0m [35mextract[0m lodash-es@4.17.21 extrac[0m[K
[[7m [27m[90m......[0m] \ extract:@types/mapbox-gl: [7msill[0m [35mextract[0m @types/mapbox-gl@[0m[K
[[7m [27m[90m......[0m] | extract:@babel/runtime-corejs3: [7msill[0m [35mextract[0m @babel/runt[0m[K
[[7m [27m[90m......[0m] | extract:lodash: [7msill[0m [35mextract[0m lodash@4.17.21 extracted to[0m[K
[[7m [27m[90m......[0m] / extract:@mapbox/unitbezier: [7msill[0m [35mextract[0m @mapbox/unitbez[0m[K
[[7m [27m[90m......[0m] \ extract:@babel/runtime: [7msill[0m [35mextract[0m @babel/runtime@7.15[0m[K
[[7m [27m[90m......[0m] - extract:core-js: [7msill[0m [35mextract[0m core-js@1.2.7 extracted to[0m[K
[[7m [27m[90m......[0m] \ extract:@types/lodash: [7msill[0m [35mextract[0m @types/lodash@4.14.1[0m[K
[[7m [27m[90m......[0m] | extract:caniuse-lite: [7msill[0m [35mextract[0m caniuse-lite@1.0.3000[0m[K
[[7m [27m[90m......[0m] / extract:caniuse-lite: [7msill[0m [35mextract[0m caniuse-lite@1.0.3000[0m[K
[[7m [27m[90m......[0m] \ extract:mapbox-gl: [7msill[0m [35mextract[0m mapbox-gl@1.11.1 extract[0m[K
[[7m [27m[90m......[0m] \ extract:mapbox-gl: [7msill[0m [35mextract[0m mapbox-gl@1.11.1 extract[0m[K
[[7m [27m[90m......[0m] \ extract:mapbox-gl: [7msill[0m [35mextract[0m mapbox-gl@1.11.1 extract[0m[K
[[7m [27m[90m......[0m] \ extract:mapbox-gl: [7msill[0m [35mextract[0m mapbox-gl@1.11.1 extract[0m[K
[[7m [27m[90m......[0m] \ extract:mapbox-gl: [7msill[0m [35mextract[0m mapbox-gl@1.11.1 extract[0m[K
[[7m [27m[90m......[0m] \ extract:mapbox-gl: [7msill[0m [35mextract[0m mapbox-gl@1.11.1 extract[0m[K
[[7m [27m[90m......[0m] - extract:core-js: [7msill[0m [35mextract[0m core-js@2.6.11 extracted t[0m[K
[[7m [27m[90m......[0m] \ extract:core-js-pure: [7msill[0m [35mextract[0m core-js-pure@3.6.4 ex[0m[K
[[7m [27m[90m......[0m] / extract:mapbox-gl: [7msill[0m [35mextract[0m mapbox-gl@2.5.1 extracte[0m[K
[[7m [27m[90m......[0m] / extract:mapbox-gl: [7msill[0m [35mextract[0m mapbox-gl@2.5.1 extracte[0m[K
[[7m [27m[90m......[0m] / extract:mapbox-gl: [7msill[0m [35mextract[0m mapbox-gl@2.5.1 extracte[0m[K
[[7m [27m[90m......[0m] - extract:mapbox-gl: [7msill[0m [35mextract[0m mapbox-gl@2.5.1 extracte[0m[K
[[7m [27m[90m......[0m] \ extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] \ extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] \ extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] \ extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] \ extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] \ extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] | extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] | extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] / finalize:@babel/plugin-transform-react-jsx-self: [7msill[0m [35mfi[0m[K
[[7m [27m[90m......[0m] \ finalize:array-uniq: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/ak[0m[K
[[7m [27m[90m......[0m] / finalize:babel-runtime: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code[0m[K
[[7m [27m[90m......[0m] / finalize:source-map: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/ak[0m[K
[[7m [27m[90m......[0m] \ finalize:import-fresh: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/[0m[K
[[7m [27m[90m......[0m] \ finalize:jsesc: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/rs[0m[K
[[7m [27m[90m......[0m] - finalize:strip-ansi: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/ak[0m[K
[[7m [27m[90m......[0m] / finalize:ms: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/rsr/d[0m[K
[[7m [27m[90m......[0m] | finalize:normalize-path: [7msill[0m [35mfinalize[0m /var/akvo/rsr/cod[0m[K
[[7m [27m[90m......[0m] \ finalize:rc-animate: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/ak[0m[K
[[7m [27m[90m......[0m] | finalize:tapable: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] - finalize:type-is: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] / finalize:dom-converter: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code[0m[K
[[7m [27m[90m......[0m] / finalize:webidl-conversions: [7msill[0m [35mfinalize[0m /var/akvo/rsr[0m[K
[[7m [27m[90m......[0m] \ finalize:stream-each: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/a[0m[K
[[7m [27m[90m......[0m] - finalize:@babel/preset-react: [7msill[0m [35mfinalize[0m /var/akvo/rs[0m[K
[[7m [27m[90m......[0m] | finalize:webpack: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:yup: [32;40mtiming[0m [35maction:finalize[0m Complet[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:yup: [32;40mtiming[0m [35maction:finalize[0m Complet[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:source-map: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:source-map: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:extract-text-webpack-plugin: [7msill[0m [35mr[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:webpack: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:yargs: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:stream-http: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:babel-plugin-istanbul: [7msill[0m [35mrefresh[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:globule: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:html-encoding-sniffer: [7msill[0m [35mrefresh[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:p-locate: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:p-locate: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:vary: [7msill[0m [35mrefresh-package-json[0m /va[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:readable-stream: [7msill[0m [35mrefresh-packa[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:upper-case: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:@babel/helper-create-regexp-feature[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:serve-static: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:@babel/plugin-transform-classes: [7msi[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:@babel/template: [7msill[0m [35mrefresh-packa[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:@babel/plugin-transform-react-jsx: [7m[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:text-table: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:@jest/console: [7msill[0m [35mrefresh-package[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:class-utils: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:define-property: [7msill[0m [35mrefresh-packa[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:rc-menu: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:mime: [7msill[0m [35mrefresh-package-json[0m /va[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:d3-dsv: [7msill[0m [35mrefresh-package-json[0m /[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:rw: [7msill[0m [35mrefresh-package-json[0m /var/[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:regenerator-transform: [7msill[0m [35mrefresh[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:@babel/runtime: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:property-expr: [7msill[0m [35mrefresh-package[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:process: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:pluralize: [7msill[0m [35mrefresh-package-jso[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:load-json-file: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:p-is-promise: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:nopt: [7msill[0m [35mrefresh-package-json[0m /va[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:debug: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:asn1.js: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:kleur: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:debug: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:extend-shallow: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:d3-contour: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:has-symbols: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:extend: [7msill[0m [35mrefresh-package-json[0m /[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:dom-matches: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:d3-interpolate: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:css-color-keywords: [7msill[0m [35mrefresh-pa[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:ansi-regex: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:batch: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:array-find-index: [7msill[0m [35mrefresh-pack[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:@types/stack-utils: [7msill[0m [35mrefresh-pa[0m[K
[[7m [27m[90m......[0m] | preinstall:eslint-plugin-jsx-a11y: [32minfo[0m [35mlifecycle[0m yargs@[0m[K
[[7m [27m[90m......[0m] | preinstall:react-lazy-load: [32minfo[0m [35mlifecycle[0m pn@1.1.0~prei[0m[K
[[7m [27m[90m......[0m] - build:minimist: [7msill[0m [35mlinkStuff[0m minimist@1.2.5 has /var/a[0m[K
[[7m [27m[90m......[0m] / build:exec-sh: [7msill[0m [35mlinkStuff[0m exec-sh@0.3.4 has /var/akv[0m[K
[[7m [27m[90m......[0m] / build:prr: [7msill[0m [35mlinkStuff[0m prr@1.0.1 has /var/akvo/rsr/co[0m[K
[[7m [27m[90m......[0m] / build:get-stdin: [7msill[0m [35mlinkStuff[0m get-stdin@4.0.1 has /var[0m[K
[[7m [27m[90m......[0m] \ build:find-up: [7msill[0m [35mlinkStuff[0m find-up@3.0.0 has /var/akv[0m[K
[[7m [27m[90m......[0m] | install:yup: [7msill[0m [35mdoSerial[0m install 13248[0m[K
[[7m [27m[90m......[0m] - install:babel-plugin-react-transform: [32minfo[0m [35mlifecycle[0m bab[0m[K
[[7m [27m[90m......[0m] - install:vm-browserify: [32minfo[0m [35mlifecycle[0m vm-browserify@1.1.[0m[K
[K[?25h
> husky@1.3.1 install /var/akvo/rsr/code/akvo/rsr/dir/node_modules/husky
> node husky install
husky > setting up git hooks
CI detected, skipping Git hooks installation.
> node-sass@4.13.1 install /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass
> node scripts/install.js
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.13.1/linux-x64-64_binding.node
[?25l[[7m [27m[90m............[0m] - :[0m[K
[[7m [27m[90m........[0m] - :[0m[K
Download complete
Binary saved to /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass/vendor/linux-x64-64/binding.node
Caching binary to /home/akvo/.npm/node-sass/4.13.1/linux-x64-64_binding.node
[[7m [27m] - :[0m[K
[K[?25h[?25l[[7m [27m[90m......[0m] - postinstall:@types/mapbox-gl: [32minfo[0m [35mlifecycle[0m @types/mapb[0m[K
[K[?25h
> core-js@2.6.11 postinstall /var/akvo/rsr/code/akvo/rsr/dir/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
[96mThank you for using core-js ([94m https://github.com/zloirock/core-js [96m) for polyfilling JavaScript standard library![0m
[96mThe project needs your help! Please consider supporting of core-js on Open Collective or Patreon: [0m
[96m>[94m https://opencollective.com/core-js [0m
[96m>[94m https://www.patreon.com/zloirock [0m
[96mAlso, the author of core-js ([94m https://github.com/zloirock [96m) is looking for a good job -)[0m
> core-js-pure@3.6.4 postinstall /var/akvo/rsr/code/akvo/rsr/dir/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"
[?25l[[7m [27m[90m......[0m] | postinstall:@mapbox/tiny-sdf: [32minfo[0m [35mlifecycle[0m @mapbox/tin[0m[K
[[7m [27m[90m......[0m] - postinstall:is-binary-path: [32minfo[0m [35mlifecycle[0m is-binary-pat[0m[K
[K[?25h
> node-sass@4.13.1 postinstall /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass
> node scripts/build.js
Binary found at /var/akvo/rsr/code/akvo/rsr/dir/node_modules/node-sass/vendor/linux-x64-64/binding.node
Testing binary
Binary is fine
> styled-components@5.3.5 postinstall /var/akvo/rsr/code/akvo/rsr/dir/node_modules/styled-components
> node ./postinstall.js
[?25l[[7m [27m[90m.....[0m] | prepare:akvo.rsr.dir: [32minfo[0m [35mlifecycle[0m akvo.rsr.dir@0.0.1~[0m[K
[[7m [27m[90m.....[0m] | prepare:akvo.rsr.dir: [32minfo[0m [35mlifecycle[0m akvo.rsr.dir@0.0.1~[0m[K
[K[?25h[37;40mnpm[0m [0m[30;43mWARN[0m[35m[0m akvo.rsr.dir@0.0.1 No repository field.
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35moptional[0m SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/node_modules/fsevents):
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35mnotsup[0m SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35moptional[0m SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/fsevents):
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35mnotsup[0m SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
[0m
added 1652 packages from 974 contributors and audited 1665 packages in 24.409s
found [91m277[0m vulnerabilities (21 [1mlow[0m, 57 [93mmoderate[0m, 139 [91mhigh[0m, 60 [95mcritical[0m)
run `npm audit fix` to fix them, or `npm audit` for details
[?25l[[7m [27m[90m.....[0m] - prepare:akvo.rsr.dir: [7msill[0m [35minstall[0m printInstalled[0m[K
[K[?25h
> akvo.rsr.dir@0.0.1 lint /var/akvo/rsr/code/akvo/rsr/dir
> eslint . --quiet --ext .jsx --ext .js
/var/akvo/rsr/code
/var/akvo/rsr/code/akvo/rsr/spa /var/akvo/rsr/code
[?25l[[90m..................[0m] | rollbackFailedOptional: [34;40mverb[0m [35mnpm-session[0m b7cc948c3c5715e[0m[K
[[7m [27m[90m................[0m] \ loadDep:yup: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m................[0m] \ loadDep:has-flag: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m................[0m] \ loadDep:warning: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m................[0m] \ loadDep:shallowequal: [7msill[0m [35minstall[0m loadAllDepsIntoIdealT[0m[K
[[7m [27m[90m...............[0m] \ loadDep:which: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m...............[0m] \ loadDep:react-truncate: [7msill[0m [35minstall[0m loadAllDepsIntoIdea[0m[K
[[7m [27m[90m..............[0m] \ loadDevDep:webpack-dev-server: [7msill[0m [35minstall[0m loadAllDepsI[0m[K
[[7m [27m[90m..............[0m] \ loadDep:is-extendable: [7msill[0m [35minstall[0m loadAllDepsIntoIdeal[0m[K
[[7m [27m[90m..............[0m] \ loadDep:ms: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:@babel/plugin-syntax-optional-chaining: [7msill[0m [35mins[0m[K
[[7m [27m[90m..............[0m] \ loadDep:@babel/helper-plugin-utils: [7msill[0m [35minstall[0m loadAll[0m[K
[[7m [27m[90m..............[0m] \ loadDep:p-limit: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:object-keys: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTr[0m[K
[[7m [27m[90m..............[0m] \ loadDep:schema-utils: [7msill[0m [35minstall[0m loadAllDepsIntoIdealT[0m[K
[[7m [27m[90m..............[0m] \ loadDep:resolve-from: [7msill[0m [35minstall[0m loadAllDepsIntoIdealT[0m[K
[[7m [27m[90m.............[0m] \ loadDep:uglify-js: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:string-length: [7msill[0m [35minstall[0m loadAllDepsIntoIdeal[0m[K
[[7m [27m[90m.............[0m] \ loadDep:@types/istanbul-lib-coverage: [7msill[0m [35minstall[0m loadA[0m[K
[[7m [27m[90m.............[0m] \ loadDep:uuid: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:semver: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:jest-snapshot: [7msill[0m [35minstall[0m loadAllDepsIntoIdeal[0m[K
[[7m [27m[90m.............[0m] \ loadDep:yargs-parser: [7msill[0m [35minstall[0m loadAllDepsIntoIdealT[0m[K
[[7m [27m[90m.............[0m] \ loadDep:source-map-support: [7msill[0m [35minstall[0m loadAllDepsInto[0m[K
[[7m [27m[90m.............[0m] \ loadDep:vm-browserify: [7msill[0m [35minstall[0m loadAllDepsIntoIdeal[0m[K
[[7m [27m[90m.............[0m] \ loadDep:yallist: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:multicast-dns-service-types: [7msill[0m [35minstall[0m loadAl[0m[K
[[7m [27m[90m.............[0m] \ loadDep:retry: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m...........[0m] | diffTrees: [7msill[0m [35minstall[0m generateActionsToTake[0m[K
[[7m [27m[90m...........[0m] | diffTrees: [7msill[0m [35minstall[0m generateActionsToTake[0m[K
[[7m [27m[90m...........[0m] | diffTrees: [7msill[0m [35minstall[0m generateActionsToTake[0m[K
[[7m [27m[90m...........[0m] - postinstall: [7msill[0m [35minstall[0m executeActions[0m[K
[[7m [27m[90m...........[0m] | extract:yup: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks/stag[0m[K
[[7m [27m[90m...........[0m] | extract:yup: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks/stag[0m[K
[[7m [27m[90m...........[0m] / extract:yup: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks/stag[0m[K
[[7m [27m[90m...........[0m] / extract:yup: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks/stag[0m[K
[[7m [27m[90m...........[0m] | extract:ms: [7msill[0m [35mextract[0m ms@2.1.1 extracted to /var/akvo[0m[K
[[7m [27m[90m...........[0m] | extract:ms: [7msill[0m [35mextract[0m ms@2.1.1 extracted to /var/akvo[0m[K
[[7m [27m[90m...........[0m] \ extract:@ant-design/css-animation: [7msill[0m [35mextract[0m @ant-des[0m[K
[[7m [27m[90m...........[0m] / extract:debug: [7msill[0m [35mextract[0m debug@4.1.1 extracted to /va[0m[K
[[7m [27m[90m...........[0m] - extract:debug: [7msill[0m [35mextract[0m debug@4.1.1 extracted to /va[0m[K
[[7m [27m[90m...........[0m] | extract:@babel/plugin-syntax-jsx: [7msill[0m [35mextract[0m @babel/pl[0m[K
[[7m [27m[90m..........[0m] / extract:@babel/plugin-syntax-jsx: [32;40mhttp[0m [35mfetch[0m GET 200 htt[0m[K
[[7m [27m[90m..........[0m] / extract:@babel/plugin-transform-for-of: [7msill[0m [35mtarball[0m no[0m[K
[[7m [27m[90m..........[0m] | extract:@babel/plugin-transform-new-target: [7msill[0m [35mextract[0m[0m[K
[[7m [27m[90m..........[0m] \ extract:style-loader: [7msill[0m [35mextract[0m style-loader@0.23.1 e[0m[K
[[7m [27m[90m..........[0m] - extract:react-use-geolocation: [32;40mhttp[0m [35mfetch[0m GET 200 https:[0m[K
[[7m [27m[90m..........[0m] / extract:raw-loader: [7msill[0m [35mextract[0m raw-loader@2.0.0 extrac[0m[K
[[7m [27m[90m..........[0m] \ extract:postcss-loader: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m..........[0m] \ extract:react-hot-loader: [7msill[0m [35mextract[0m react-hot-loader@[0m[K
[[7m [27m[90m..........[0m] \ extract:react-final-form-arrays: [7msill[0m [35mtarball[0m no local d[0m[K
[[7m [27m[90m..........[0m] \ extract:html-webpack-plugin: [7msill[0m [35mextract[0m html-webpack-p[0m[K
[[7m [27m[90m..........[0m] \ extract:final-form-arrays: [7msill[0m [35mextract[0m final-form-array[0m[K
[[7m [27m[90m..........[0m] | extract:@babel/plugin-transform-shorthand-properties: [32;40mht[0m[K
[[7m [27m[90m..........[0m] / extract:babel-core: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m..........[0m] - extract:css-loader: [7msill[0m [35mextract[0m css-loader@2.1.0 extrac[0m[K
[[7m [27m[90m..........[0m] | extract:react: [7msill[0m [35mtarball[0m no local data for @babel/plu[0m[K
[[7m [27m[90m..........[0m] | extract:@babel/preset-react: [7msill[0m [35mextract[0m @babel/preset-[0m[K
[[7m [27m[90m..........[0m] \ extract:babel-jest: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m..........[0m] / extract:i18next: [7msill[0m [35mextract[0m i18next@15.1.3 extracted t[0m[K
[[7m [27m[90m..........[0m] \ extract:path-exists: [7msill[0m [35mextract[0m path-exists@2.1.0 extr[0m[K
[[7m [27m[90m..........[0m] \ extract:@babel/preset-env: [7msill[0m [35mextract[0m @babel/preset-en[0m[K
[[7m [27m[90m..........[0m] - extract:yargs-parser: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m..........[0m] / extract:axios: [7msill[0m [35mextract[0m axios@0.21.1 extracted to /v[0m[K
[[7m [27m[90m..........[0m] / extract:terser-webpack-plugin: [7msill[0m [35mtarball[0m no local dat[0m[K
[[7m [27m[90m..........[0m] - extract:jest-runner: [7msill[0m [35mextract[0m jest-runner@24.9.0 ext[0m[K
[[7m [27m[90m..........[0m] / extract:through2: [7msill[0m [35mextract[0m through2@2.0.5 extracted[0m[K
[[7m [27m[90m..........[0m] | extract:jest-cli: [7msill[0m [35mextract[0m jest-cli@24.9.0 extracted[0m[K
[[7m [27m[90m..........[0m] \ extract:yargs: [7msill[0m [35mextract[0m yargs@13.3.2 extracted to /v[0m[K
[[7m [27m[90m..........[0m] \ extract:@jest/reporters: [7msill[0m [35mextract[0m @jest/reporters@24[0m[K
[[7m [27m[90m..........[0m] \ extract:move-concurrently: [7msill[0m [35mextract[0m move-concurrentl[0m[K
[[7m [27m[90m..........[0m] / extract:globby: [7msill[0m [35mextract[0m globby@6.1.0 extracted to /[0m[K
[[7m [27m[90m..........[0m] / extract:stream-http: [7msill[0m [35mextract[0m stream-http@2.8.3 extr[0m[K
[[7m [27m[90m..........[0m] | extract:duplexify: [7msill[0m [35mextract[0m duplexify@3.7.1 extracte[0m[K
[[7m [27m[90m..........[0m] \ extract:strip-ansi: [7msill[0m [35mextract[0m strip-ansi@3.0.1 extrac[0m[K
[[7m [27m[90m..........[0m] \ extract:wide-align: [7msill[0m [35mextract[0m wide-align@1.1.3 extrac[0m[K
[[7m [27m[90m..........[0m] | extract:which: [7msill[0m [35mextract[0m which@1.3.1 extracted to /va[0m[K
[[7m [27m[90m..........[0m] / extract:cross-spawn: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m..........[0m] / extract:html-encoding-sniffer: [32;40mhttp[0m [35mfetch[0m GET 200 https:[0m[K
[[7m [27m[90m..........[0m] \ extract:create-react-context: [7msill[0m [35mextract[0m create-react-[0m[K
[[7m [27m[90m..........[0m] / extract:jest-haste-map: [7msill[0m [35mextract[0m jest-haste-map@24.9[0m[K
[[7m [27m[90m..........[0m] - extract:sockjs: [7msill[0m [35mextract[0m sockjs@0.3.21 extracted to[0m[K
[[7m [27m[90m..........[0m] \ extract:pkg-dir: [7msill[0m [35mextract[0m pkg-dir@3.0.0 extracted to[0m[K
[[7m [27m[90m..........[0m] \ extract:p-try: [7msill[0m [35mextract[0m p-try@2.2.0 extracted to /va[0m[K
[[7m [27m[90m..........[0m] | extract:ansi-regex: [7msill[0m [35mextract[0m ansi-regex@4.1.0 extrac[0m[K
[[7m [27m[90m..........[0m] \ extract:strip-ansi: [7msill[0m [35mextract[0m strip-ansi@3.0.1 extrac[0m[K
[[7m [27m[90m..........[0m] / extract:p-locate: [7msill[0m [35mextract[0m p-locate@3.0.0 extracted[0m[K
[[7m [27m[90m..........[0m] / extract:get-caller-file: [7msill[0m [35mextract[0m get-caller-file@2.[0m[K
[[7m [27m[90m..........[0m] | extract:p-locate: [7msill[0m [35mextract[0m p-locate@3.0.0 extracted[0m[K
[[7m [27m[90m..........[0m] / extract:webidl-conversions: [7msill[0m [35mextract[0m webidl-conversi[0m[K
[[7m [27m[90m..........[0m] / extract:is-number: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m..........[0m] \ extract:anymatch: [7msill[0m [35mextract[0m anymatch@3.1.2 extracted[0m[K
[[7m [27m[90m..........[0m] \ extract:fsevents: [7msill[0m [35mextract[0m fsevents@2.3.2 extracted[0m[K
[[7m [27m[90m..........[0m] / extract:walker: [7msill[0m [35mextract[0m walker@1.0.7 extracted to /[0m[K
[[7m [27m[90m..........[0m] | extract:w3c-hr-time: [7msill[0m [35mextract[0m w3c-hr-time@1.0.1 extr[0m[K
[[7m [27m[90m..........[0m] | extract:read-pkg: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.np[0m[K
[[7m [27m[90m..........[0m] | extract:dom-converter: [7msill[0m [35mextract[0m dom-converter@0.2.0[0m[K
[[7m [27m[90m..........[0m] / extract:history: [7msill[0m [35mextract[0m history@4.10.1 extracted t[0m[K
[[7m [27m[90m..........[0m] | extract:rc-select: [7msill[0m [35mextract[0m rc-select@9.2.2 extracte[0m[K
[[7m [27m[90m.........[0m] | extract:merge-stream: [7msill[0m [35mextract[0m merge-stream@1.0.1 ex[0m[K
[[7m [27m[90m.........[0m] | extract:htmlparser2: [7msill[0m [35mextract[0m htmlparser2@3.10.1 ext[0m[K
[[7m [27m[90m.........[0m] - extract:anymatch: [7msill[0m [35mextract[0m anymatch@2.0.0 extracted[0m[K
[[7m [27m[90m.........[0m] | extract:jest-each: [7msill[0m [35mextract[0m jest-each@24.9.0 extract[0m[K
[[7m [27m[90m.........[0m] \ extract:extglob: [7msill[0m [35mextract[0m extglob@2.0.4 extracted to[0m[K
[[7m [27m[90m.........[0m] | extract:urix: [7msill[0m [35mextract[0m urix@0.1.0 extracted to /var/[0m[K
[[7m [27m[90m.........[0m] / extract:base: [7msill[0m [35mextract[0m base@0.11.2 extracted to /var[0m[K
[[7m [27m[90m.........[0m] - extract:jest-util: [7msill[0m [35mextract[0m jest-util@24.9.0 extract[0m[K
[[7m [27m[90m.........[0m] \ extract:unicode-match-property-ecmascript: [7msill[0m [35mextract[0m[0m[K
[[7m [27m[90m.........[0m] / extract:postcss-modules-scope: [32;40mhttp[0m [35mfetch[0m GET 200 https:[0m[K
[[7m [27m[90m.........[0m] / extract:unique-filename: [7msill[0m [35mextract[0m unique-filename@1.[0m[K
[[7m [27m[90m.........[0m] \ extract:tunnel-agent: [7msill[0m [35mextract[0m tunnel-agent@0.6.0 ex[0m[K
[[7m [27m[90m.........[0m] - extract:@babel/plugin-transform-dotall-regex: [32;40mhttp[0m [35mfetch[0m[0m[K
[[7m [27m[90m.........[0m] - extract:tslib: [7msill[0m [35mextract[0m tslib@1.9.3 extracted to /va[0m[K
[[7m [27m[90m.........[0m] / extract:@babel/helper-builder-binary-assignment-operator[0m[K
[[7m [27m[90m.........[0m] \ extract:punycode: [7msill[0m [35mextract[0m punycode@1.4.1 extracted[0m[K
[[7m [27m[90m.........[0m] | extract:source-map: [7msill[0m [35mextract[0m source-map@0.6.1 extrac[0m[K
[[7m [27m[90m.........[0m] / extract:@types/babel__template: [7msill[0m [35mextract[0m @types/babe[0m[K
[[7m [27m[90m.........[0m] \ extract:babel-preset-jest: [7msill[0m [35mextract[0m babel-preset-jes[0m[K
[[7m [27m[90m.........[0m] - extract:@types/babel__generator: [7msill[0m [35mtarball[0m no local d[0m[K
[[7m [27m[90m.........[0m] | extract:ajv: [7msill[0m [35mextract[0m ajv@6.10.2 extracted to /var/a[0m[K
[[7m [27m[90m.........[0m] \ extract:@babel/helper-skip-transparent-expression-wrappe[0m[K
[[7m [27m[90m.........[0m] - extract:bonjour: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[0m[K
[[7m [27m[90m.........[0m] / extract:p-limit: [7msill[0m [35mextract[0m p-limit@2.2.0 extracted to[0m[K
[[7m [27m[90m.........[0m] | extract:ssri: [7msill[0m [35mextract[0m ssri@7.1.1 extracted to /var/[0m[K
[[7m [27m[90m.........[0m] \ extract:yallist: [7msill[0m [35mextract[0m yallist@4.0.0 extracted to[0m[K
[[7m [27m[90m.........[0m] \ extract:merge-stream: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m.........[0m] - extract:p-map: [7msill[0m [35mextract[0m p-map@3.0.0 extracted to /va[0m[K
[[7m [27m[90m.........[0m] - extract:postcss-modules-values: [32;40mhttp[0m [35mfetch[0m GET 200 https[0m[K
[[7m [27m[90m.........[0m] | extract:tinycolor2: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.[0m[K
[[7m [27m[90m.........[0m] \ extract:jest-matcher-utils: [7msill[0m [35mextract[0m jest-matcher-ut[0m[K
[[7m [27m[90m.........[0m] / extract:@jest/test-result: [7msill[0m [35mextract[0m @jest/test-resul[0m[K
[[7m [27m[90m.........[0m] - extract:@jest/test-result: [7msill[0m [35mextract[0m @jest/test-resul[0m[K
[[7m [27m[90m.........[0m] | extract:redent: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npmj[0m[K
[[7m [27m[90m.........[0m] \ extract:string-width: [7msill[0m [35mextract[0m string-width@2.1.1 ex[0m[K
[[7m [27m[90m.........[0m] \ extract:static-extend: [7msill[0m [35mextract[0m static-extend@0.1.2[0m[K
[[7m [27m[90m.........[0m] \ extract:ssri: [7msill[0m [35mextract[0m ssri@5.3.0 extracted to /var/[0m[K
[[7m [27m[90m.........[0m] | extract:spdx-correct: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m.........[0m] - extract:source-map-url: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m........[0m] - extract:snapdragon-util: [7msill[0m [35mextract[0m snapdragon-util@3.[0m[K
[[7m [27m[90m........[0m] - extract:restore-cursor: [7msill[0m [35mextract[0m restore-cursor@2.0.[0m[K
[[7m [27m[90m........[0m] \ extract:@jest/console: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[0m[K
[[7m [27m[90m........[0m] \ extract:shallowequal: [7msill[0m [35mextract[0m shallowequal@1.1.0 ex[0m[K
[[7m [27m[90m........[0m] | extract:rc-resize-observer: [7msill[0m [35mextract[0m rc-rate@2.5.0 e[0m[K
[[7m [27m[90m........[0m] - extract:setprototypeof: [7msill[0m [35mextract[0m setprototypeof@1.1.[0m[K
[[7m [27m[90m........[0m] / extract:crypto-browserify: [7msill[0m [35mextract[0m crypto-browserif[0m[K
[[7m [27m[90m........[0m] / extract:rc-notification: [7msill[0m [35mextract[0m rc-notification@3.[0m[K
[[7m [27m[90m........[0m] / extract:run-queue: [7msill[0m [35mextract[0m run-queue@1.0.3 extracte[0m[K
[[7m [27m[90m........[0m] - extract:resolve-from: [7msill[0m [35mextract[0m resolve-from@3.0.0 ex[0m[K
[[7m [27m[90m........[0m] / extract:resolve-url: [7msill[0m [35mextract[0m resolve-url@0.2.1 extr[0m[K
[[7m [27m[90m........[0m] / extract:require-directory: [7msill[0m [35mextract[0m require-director[0m[K
[[7m [27m[90m........[0m] \ extract:require-from-string: [7msill[0m [35mtarball[0m no local data[0m[K
[[7m [27m[90m........[0m] - extract:regjsparser: [7msill[0m [35mtarball[0m no local data for reac[0m[K
[[7m [27m[90m........[0m] - extract:relateurl: [7msill[0m [35mextract[0m relateurl@0.2.7 extracte[0m[K
[[7m [27m[90m........[0m] - extract:react-deep-force-update: [7msill[0m [35mextract[0m react-deep[0m[K
[[7m [27m[90m........[0m] | extract:prr: [7msill[0m [35mextract[0m prr@1.0.1 extracted to /var/ak[0m[K
[[7m [27m[90m........[0m] \ extract:supports-color: [7msill[0m [35mextract[0m supports-color@6.1.[0m[K
[[7m [27m[90m........[0m] | extract:path-exists: [7msill[0m [35mextract[0m path-exists@2.1.0 extr[0m[K
[[7m [27m[90m........[0m] - extract:path-type: [7msill[0m [35mextract[0m path-type@3.0.0 extracte[0m[K
[[7m [27m[90m........[0m] - extract:find-up: [7msill[0m [35mextract[0m find-up@3.0.0 extracted to[0m[K
[[7m [27m[90m........[0m] / extract:picomatch: [7msill[0m [35mextract[0m picomatch@2.3.0 extracte[0m[K
[[7m [27m[90m........[0m] - extract:promise: [7msill[0m [35mextract[0m promise@7.3.1 extracted to[0m[K
[[7m [27m[90m........[0m] - extract:on-finished: [7msill[0m [35mextract[0m on-finished@2.3.0 extr[0m[K
[[7m [27m[90m........[0m] \ extract:string-width: [32;40mhttp[0m [35mfetch[0m GET 200 https://registr[0m[K
[[7m [27m[90m........[0m] / extract:strip-ansi: [7msill[0m [35mextract[0m strip-ansi@3.0.1 extrac[0m[K
[[7m [27m[90m........[0m] / extract:array-includes: [7msill[0m [35mextract[0m array-includes@3.0.[0m[K
[[7m [27m[90m........[0m] \ extract:multicast-dns-service-types: [32;40mhttp[0m [35mfetch[0m GET 200[0m[K
[[7m [27m[90m........[0m] - extract:yallist: [7msill[0m [35mextract[0m yallist@4.0.0 extracted to[0m[K
[[7m [27m[90m.......[0m] \ extract:merge-descriptors: [7msill[0m [35mextract[0m merge-descriptor[0m[K
[[7m [27m[90m.......[0m] | extract:fragment-cache: [7msill[0m [35mextract[0m fragment-cache@0.2.[0m[K
[[7m [27m[90m.......[0m] \ extract:lodash.tail: [7msill[0m [35mextract[0m lodash.tail@4.1.1 extr[0m[K
[[7m [27m[90m.......[0m] | extract:lodash.debounce: [7msill[0m [35mextract[0m lodash.debounce@4.[0m[K
[[7m [27m[90m.......[0m] - extract:is-descriptor: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[0m[K
[[7m [27m[90m.......[0m] \ extract:is-accessor-descriptor: [7msill[0m [35mextract[0m is-accessor[0m[K
[[7m [27m[90m.......[0m] \ extract:string-width: [7msill[0m [35mextract[0m string-width@3.1.0 ex[0m[K
[[7m [27m[90m.......[0m] | extract:p-locate: [7msill[0m [35mextract[0m p-locate@3.0.0 extracted[0m[K
[[7m [27m[90m.......[0m] / extract:jest-serializer: [7msill[0m [35mextract[0m jest-serializer@24[0m[K
[[7m [27m[90m.......[0m] | extract:@jest/types: [7msill[0m [35mextract[0m @jest/types@24.9.0 ext[0m[K
[[7m [27m[90m.......[0m] / extract:supports-color: [7msill[0m [35mextract[0m supports-color@6.1.[0m[K
[[7m [27m[90m.......[0m] | extract:is-windows: [7msill[0m [35mtarball[0m trying is-generator-fn@[0m[K
[[7m [27m[90m.......[0m] - extract:is-path-cwd: [7msill[0m [35mextract[0m is-path-cwd@2.2.0 extr[0m[K
[[7m [27m[90m.......[0m] | extract:extend-shallow: [32;40mhttp[0m [35mfetch[0m GET 200 https://regis[0m[K
[[7m [27m[90m.......[0m] - extract:is-buffer: [7msill[0m [35mextract[0m is-buffer@1.1.6 extracte[0m[K
[[7m [27m[90m.......[0m] | extract:import-cwd: [7msill[0m [35mextract[0m import-cwd@2.1.0 extrac[0m[K
[[7m [27m[90m.......[0m] - extract:https-browserify: [7msill[0m [35mextract[0m https-browserify@[0m[K
[[7m [27m[90m.......[0m] - extract:gud: [7msill[0m [35mextract[0m gud@1.0.0 extracted to /var/ak[0m[K
[[7m [27m[90m.......[0m] \ extract:call-bind: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.n[0m[K
[[7m [27m[90m.......[0m] | extract:forever-agent: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[0m[K
[[7m [27m[90m.......[0m] \ extract:figures: [7msill[0m [35mextract[0m figures@2.0.0 extracted to[0m[K
[[7m [27m[90m.......[0m] - extract:etag: [7msill[0m [35mextract[0m etag@1.8.1 extracted to /var/[0m[K
[[7m [27m[90m.......[0m] | extract:eventemitter3: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[0m[K
[[7m [27m[90m.......[0m] / extract:escape-html: [7msill[0m [35mextract[0m escape-string-regexp@1[0m[K
[[7m [27m[90m.......[0m] | extract:inherits: [7msill[0m [35mextract[0m inherits@2.0.4 extracted[0m[K
[[7m [27m[90m.......[0m] | extract:dom-matches: [7msill[0m [35mextract[0m dom-matches@2.0.0 extr[0m[K
[[7m [27m[90m.......[0m] - extract:draft-js-export-markdown: [7msill[0m [35mtarball[0m no local[0m[K
[[7m [27m[90m.......[0m] | extract:currently-unhandled: [7msill[0m [35mextract[0m currently-unha[0m[K
[[7m [27m[90m.......[0m] / extract:diff-sequences: [7msill[0m [35mextract[0m diff-sequences@24.3[0m[K
[[7m [27m[90m......[0m] \ extract:contains-path: [7msill[0m [35mextract[0m contains-path@0.1.0[0m[K
[[7m [27m[90m......[0m] - extract:ansi-styles: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m......[0m] / extract:clean-stack: [7msill[0m [35mextract[0m clean-stack@2.2.0 extr[0m[K
[[7m [27m[90m......[0m] / extract:caller-callsite: [7msill[0m [35mextract[0m caller-callsite@2.[0m[K
[[7m [27m[90m......[0m] | extract:buffer-from: [7msill[0m [35mextract[0m buffer-from@1.1.1 extr[0m[K
[[7m [27m[90m......[0m] / extract:chardet: [7msill[0m [35mextract[0m chardet@0.4.2 extracted to[0m[K
[[7m [27m[90m......[0m] - extract:batch: [7msill[0m [35mextract[0m balanced-match@1.0.0 extract[0m[K
[[7m [27m[90m......[0m] \ extract:supports-color: [7msill[0m [35mextract[0m supports-color@2.0.[0m[K
[[7m [27m[90m......[0m] / extract:ansi-styles: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry[0m[K
[[7m [27m[90m......[0m] / extract:assign-symbols: [7msill[0m [35mextract[0m assign-symbols@1.0.[0m[K
[[7m [27m[90m......[0m] | extract:async-each: [7msill[0m [35mextract[0m async-each@1.0.2 extrac[0m[K
[[7m [27m[90m......[0m] / extract:csstype: [7msill[0m [35mextract[0m csstype@2.6.8 extracted to[0m[K
[[7m [27m[90m......[0m] / extract:abbrev: [7msill[0m [35mextract[0m abbrev@1.1.1 extracted to /[0m[K
[[7m [27m[90m......[0m] - extract:acorn-dynamic-import: [7msill[0m [35mextract[0m acorn-dynamic[0m[K
[[7m [27m[90m......[0m] - extract:@xtuc/ieee754: [7msill[0m [35mextract[0m @xtuc/ieee754@1.2.0[0m[K
[[7m [27m[90m......[0m] \ extract:@webassemblyjs/wast-parser: [7msill[0m [35mextract[0m @webass[0m[K
[[7m [27m[90m......[0m] \ extract:@types/minimatch: [7msill[0m [35mextract[0m @types/minimatch@[0m[K
[[7m [27m[90m......[0m] | extract:aria-query: [7msill[0m [35mextract[0m aria-query@3.0.0 extrac[0m[K
[[7m [27m[90m......[0m] \ extract:regenerator-runtime: [7msill[0m [35mextract[0m regenerator-ru[0m[K
[[7m [27m[90m......[0m] - extract:pretty-format: [32;40mhttp[0m [35mfetch[0m GET 200 https://regist[0m[K
[[7m [27m[90m......[0m] \ extract:jest-serializer: [32;40mhttp[0m [35mfetch[0m GET 200 https://regi[0m[K
[[7m [27m[90m......[0m] \ extract:chalk: [7msill[0m [35mtarball[0m no local data for @emotion/i[0m[K
[[7m [27m[90m......[0m] \ extract:resolve: [32;40mhttp[0m [35mfetch[0m GET 200 https://registry.npm[0m[K
[[7m [27m[90m......[0m] | extract:axobject-query: [7msill[0m [35mextract[0m axobject-query@2.0.[0m[K
[[7m [27m[90m......[0m] \ extract:@emotion/hash: [7msill[0m [35mextract[0m @emotion/hash@0.8.0[0m[K
[[7m [27m[90m......[0m] - extract:@emotion/is-prop-valid: [7msill[0m [35mextract[0m @emotion/is[0m[K
[[7m [27m[90m......[0m] | extract:source-map: [7msill[0m [35mextract[0m source-map@0.6.1 extrac[0m[K
[[7m [27m[90m......[0m] / extract:acorn: [7msill[0m [35mextract[0m acorn@5.7.4 extracted to /va[0m[K
[[7m [27m[90m......[0m] / extract:acorn: [7msill[0m [35mextract[0m acorn@5.7.4 extracted to /va[0m[K
[[7m [27m[90m......[0m] | extract:@jest/types: [7msill[0m [35mextract[0m @jest/types@27.0.6 ext[0m[K
[[7m [27m[90m......[0m] \ extract:@babel/runtime: [7msill[0m [35mextract[0m @babel/runtime@7.14[0m[K
[[7m [27m[90m......[0m] - extract:@babel/runtime: [7msill[0m [35mextract[0m @babel/runtime@7.14[0m[K
[[7m [27m[90m......[0m] \ extract:@babel/runtime: [7msill[0m [35mextract[0m @babel/runtime@7.12[0m[K
[[7m [27m[90m......[0m] | extract:@babel/runtime: [7msill[0m [35mextract[0m @babel/runtime@7.12[0m[K
[[7m [27m[90m......[0m] / extract:@types/node: [7msill[0m [35mextract[0m @types/node@16.3.3 ext[0m[K
[[7m [27m[90m......[0m] \ extract:javascript-time-ago: [7msill[0m [35mextract[0m javascript-tim[0m[K
[[7m [27m[90m......[0m] \ extract:javascript-time-ago: [7msill[0m [35mextract[0m javascript-tim[0m[K
[[7m [27m[90m......[0m] | extract:lottie-web: [7msill[0m [35mextract[0m lottie-web@5.7.4 extrac[0m[K
[[7m [27m[90m......[0m] - extract:@sentry/types: [7msill[0m [35mextract[0m @sentry/types@5.7.1[0m[K
[[7m [27m[90m......[0m] \ extract:@sentry/types: [7msill[0m [35mextract[0m @sentry/types@5.7.1[0m[K
[[7m [27m[90m......[0m] \ extract:@sentry/types: [7msill[0m [35mextract[0m @sentry/types@5.7.1[0m[K
[[7m [27m[90m......[0m] | extract:relative-time-format: [7msill[0m [35mextract[0m relative-time[0m[K
[[7m [27m[90m......[0m] - extract:lodash: [7msill[0m [35mextract[0m lodash@4.17.21 extracted to[0m[K
[[7m [27m[90m......[0m] - extract:lodash: [7msill[0m [35mextract[0m lodash@4.17.21 extracted to[0m[K
[[7m [27m[90m......[0m] - extract:lodash: [7msill[0m [35mextract[0m lodash@4.17.21 extracted to[0m[K
[[7m [27m[90m......[0m] | extract:fsevents: [7msill[0m [35mextract[0m fsevents@1.2.7 extracted[0m[K
[[7m [27m[90m......[0m] / extract:@types/lodash: [7msill[0m [35mextract[0m @types/lodash@4.14.1[0m[K
[[7m [27m[90m......[0m] / extract:@types/lodash: [7msill[0m [35mextract[0m @types/lodash@4.14.1[0m[K
[[7m [27m[90m......[0m] - extract:lodash: [7msill[0m [35mextract[0m lodash@4.17.21 extracted to[0m[K
[[7m [27m[90m......[0m] \ extract:lodash: [7msill[0m [35mextract[0m lodash@4.17.21 extracted to[0m[K
[[7m [27m[90m......[0m] \ extract:lodash: [7msill[0m [35mextract[0m lodash@4.17.21 extracted to[0m[K
[[7m [27m[90m......[0m] \ extract:lodash: [7msill[0m [35mextract[0m lodash@4.17.21 extracted to[0m[K
[[7m [27m[90m......[0m] \ extract:lodash: [7msill[0m [35mextract[0m lodash@4.17.21 extracted to[0m[K
[[7m [27m[90m......[0m] \ extract:core-js-pure: [7msill[0m [35mextract[0m core-js-pure@3.15.2 e[0m[K
[[7m [27m[90m......[0m] \ extract:core-js-pure: [7msill[0m [35mextract[0m core-js-pure@3.15.2 e[0m[K
[[7m [27m[90m......[0m] \ extract:core-js-pure: [7msill[0m [35mextract[0m core-js-pure@3.15.2 e[0m[K
[[7m [27m[90m......[0m] \ extract:core-js-pure: [7msill[0m [35mextract[0m core-js-pure@3.15.2 e[0m[K
[[7m [27m[90m......[0m] \ extract:core-js-pure: [7msill[0m [35mextract[0m core-js-pure@3.15.2 e[0m[K
[[7m [27m[90m......[0m] \ extract:core-js-pure: [7msill[0m [35mextract[0m core-js-pure@3.15.2 e[0m[K
[[7m [27m[90m......[0m] | extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] | extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] | extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] | extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] | extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] | extract:rxjs: [7msill[0m [35mextract[0m rxjs@5.5.12 extracted to /var[0m[K
[[7m [27m[90m......[0m] | finalize:debug: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/rs[0m[K
[[7m [27m[90m......[0m] \ finalize:@jest/types: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/a[0m[K
[[7m [27m[90m......[0m] | finalize:chardet: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] - finalize:extsprintf: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/ak[0m[K
[[7m [27m[90m......[0m] \ finalize:he: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/rsr/s[0m[K
[[7m [27m[90m......[0m] - finalize:supports-color: [7msill[0m [35mfinalize[0m /var/akvo/rsr/cod[0m[K
[[7m [27m[90m......[0m] \ finalize:asn1.js: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] | finalize:pako: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/rsr[0m[K
[[7m [27m[90m......[0m] - finalize:warning: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] / finalize:rc-rate: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] - finalize:@babel/highlight: [7msill[0m [35mfinalize[0m /var/akvo/rsr/c[0m[K
[[7m [27m[90m......[0m] - finalize:@babel/plugin-transform-react-jsx-development: [7m[0m[K
[[7m [27m[90m......[0m] \ finalize:source-map: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/ak[0m[K
[[7m [27m[90m......[0m] \ finalize:readable-stream: [7msill[0m [35mfinalize[0m /var/akvo/rsr/co[0m[K
[[7m [27m[90m......[0m] \ finalize:source-map: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/ak[0m[K
[[7m [27m[90m......[0m] - finalize:test-exclude: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/[0m[K
[[7m [27m[90m......[0m] - finalize:@lottiefiles/react-lottie-player: [7msill[0m [35mfinalize[0m[0m[K
[[7m [27m[90m......[0m] | finalize:webpack: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:yup: [32;40mtiming[0m [35maction:finalize[0m Complet[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:yup: [32;40mtiming[0m [35maction:finalize[0m Complet[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:debug: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:debug: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:webpack: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:@babel/preset-react: [7msill[0m [35mrefresh-p[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:@babel/runtime: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:xtend: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:jest-changed-files: [7msill[0m [35mrefresh-pa[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:whatwg-fetch: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:p-try: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:ansi-regex: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:which-module: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:w3c-hr-time: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:compression: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:util.promisify: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:jest-util: [7msill[0m [35mrefresh-package-jso[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:base: [7msill[0m [35mrefresh-package-json[0m /va[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:mime-types: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:copy-to-clipboard: [7msill[0m [35mrefresh-pac[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:@babel/helper-function-name: [7msill[0m [35mr[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:bonjour: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:merge-stream: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:jest-diff: [7msill[0m [35mrefresh-package-jso[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:get-stdin: [7msill[0m [35mrefresh-package-jso[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:ms: [7msill[0m [35mrefresh-package-json[0m /var/[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:snapdragon-node: [7msill[0m [35mrefresh-packa[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:rc-dialog: [7msill[0m [35mrefresh-package-jso[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:selfsigned: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:cipher-base: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:jsesc: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:react-day-picker: [7msill[0m [35mrefresh-pack[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:promise-inflight: [7msill[0m [35mrefresh-pack[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:path-is-inside: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:mem: [7msill[0m [35mrefresh-package-json[0m /var[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:object-assign: [7msill[0m [35mrefresh-package[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:node-forge: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:mime-types: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:pify: [7msill[0m [35mrefresh-package-json[0m /va[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:json-stringify-safe: [7msill[0m [35mrefresh-p[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:json-schema-traverse: [7msill[0m [35mrefresh-[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:@jest/types: [7msill[0m [35mrefresh-package-j[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:jest-pnp-resolver: [7msill[0m [35mrefresh-pac[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:is-number: [7msill[0m [35mrefresh-package-jso[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:in-publish: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:p-try: [7msill[0m [35mrefresh-package-json[0m /v[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:get-stdin: [7msill[0m [35mrefresh-package-jso[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:doctrine: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] | refresh-package-json:isarray: [7msill[0m [35mrefresh-package-json[0m[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:decamelize: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:core-util-is: [7msill[0m [35mrefresh-package-[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:classnames: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:regenerator-runtime: [7msill[0m [35mrefresh-p[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:ast-types-flow: [7msill[0m [35mrefresh-packag[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:acorn-globals: [7msill[0m [35mrefresh-package[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:@xtuc/long: [7msill[0m [35mrefresh-package-js[0m[K
[[7m [27m[90m......[0m] - refresh-package-json:regenerator-runtime: [7msill[0m [35mrefresh-p[0m[K
[[7m [27m[90m......[0m] | preinstall:yup: [32;40mtiming[0m [35maction:refresh-package-json[0m Compl[0m[K
[[7m [27m[90m......[0m] | preinstall:has-values: [32minfo[0m [35mlifecycle[0m tty-browserify@0.0[0m[K
[[7m [27m[90m......[0m] | preinstall:is-glob: [32minfo[0m [35mlifecycle[0m import-fresh@2.0.0~pr[0m[K
[[7m [27m[90m......[0m] \ build:@babel/helper-validator-identifier: [7msill[0m [35mlinkStuff[0m[0m[K
[[7m [27m[90m......[0m] \ build:escape-string-regexp: [7msill[0m [35mlinkStuff[0m escape-string[0m[K
[[7m [27m[90m......[0m] - build:jsbn: [7msill[0m [35mlinkStuff[0m jsbn@0.1.1 has /var/akvo/rsr/[0m[K
[[7m [27m[90m......[0m] \ build:prr: [7msill[0m [35mlinkStuff[0m prr@1.0.1 has /var/akvo/rsr/co[0m[K
[[7m [27m[90m......[0m] \ build:get-stdin: [7msill[0m [35mlinkStuff[0m get-stdin@4.0.1 has /var[0m[K
[[7m [27m[90m......[0m] - build:utils-merge: [7msill[0m [35mlinkStuff[0m utils-merge@1.0.1 has[0m[K
[[7m [27m[90m......[0m] / build:yargs: [7msill[0m [35mlinkStuff[0m yargs@7.1.1 has /var/akvo/rs[0m[K
[[7m [27m[90m......[0m] | install:@ant-design/icons: [32minfo[0m [35mlifecycle[0m @ant-design/ic[0m[K
[[7m [27m[90m......[0m] - install:global-modules-path: [32minfo[0m [35mlifecycle[0m global-modul[0m[K
[[7m [27m[90m......[0m] - install:find-up: [32minfo[0m [35mlifecycle[0m find-up@3.0.0~install: f[0m[K
[[7m [27m[90m......[0m] | install:unicode-property-aliases-ecmascript: [32minfo[0m [35mlifecy[0m[K
[K[?25h
> husky@1.3.1 install /var/akvo/rsr/code/akvo/rsr/spa/node_modules/husky
> node husky install
husky > setting up git hooks
CI detected, skipping Git hooks installation.
> node-sass@4.13.1 install /var/akvo/rsr/code/akvo/rsr/spa/node_modules/node-sass
> node scripts/install.js
Cached binary found at /home/akvo/.npm/node-sass/4.13.1/linux-x64-64_binding.node
[?25l[[7m [27m[90m......[0m] | postinstall:yup: [7msill[0m [35mdoSerial[0m postinstall 14620[0m[K
[K[?25h
> core-js-pure@3.15.2 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/core-js-pure
> node -e "try{require('./postinstall')}catch(e){}"
> core-js@3.15.2 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/draft-js/node_modules/core-js
> node -e "try{require('./postinstall')}catch(e){}"
[?25l[[7m [27m[90m......[0m] | postinstall:os-locale: [32minfo[0m [35mlifecycle[0m os-locale@1.4.0~po[0m[K
[[7m [27m[90m......[0m] - postinstall:@sentry/hub: [32minfo[0m [35mlifecycle[0m @sentry/hub@5.8.[0m[K
[K[?25h
> final-form@4.12.0 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/final-form
> node -e "console.log('\u001b[35m\u001b[1mUsing final-form at work? You can now donate to our open collective:\u001b[22m\u001b[39m\n > \u001b[34mhttps://opencollective.com/final-form/donate\u001b[0m')"
[35m[1mUsing final-form at work? You can now donate to our open collective:[22m[39m
> [34mhttps://opencollective.com/final-form/donate[0m
> node-sass@4.13.1 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/node-sass
> node scripts/build.js
Binary found at /var/akvo/rsr/code/akvo/rsr/spa/node_modules/node-sass/vendor/linux-x64-64/binding.node
Testing binary
Binary is fine
> react-final-form@4.1.0 postinstall /var/akvo/rsr/code/akvo/rsr/spa/node_modules/react-final-form
> node -e "console.log('\u001b[35m\u001b[1mUsing react-final-form at work? You can now donate to our open collective:\u001b[22m\u001b[39m\n > \u001b[34mhttps://opencollective.com/final-form/donate\u001b[0m')"
[35m[1mUsing react-final-form at work? You can now donate to our open collective:[22m[39m
> [34mhttps://opencollective.com/final-form/donate[0m
[?25l[[7m [27m[90m......[0m] - postinstall: [32minfo[0m [35mlifecycle[0m yup@0.32.9~postinstall: yup@[0m[K
[[7m [27m[90m.....[0m] / prepare:akvo.rsr.spa: [32minfo[0m [35mlifecycle[0m akvo.rsr.spa@0.0.1~[0m[K
[[7m [27m[90m.....[0m] / prepare:akvo.rsr.spa: [32minfo[0m [35mlifecycle[0m akvo.rsr.spa@0.0.1~[0m[K
[K[?25h[37;40mnpm[0m [0m[30;43mWARN[0m[35m[0m akvo.rsr.spa@0.0.1 No repository field.
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35moptional[0m SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/node_modules/fsevents):
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35mnotsup[0m SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35moptional[0m SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.7 (node_modules/fsevents):
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35mnotsup[0m SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.7: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
[0m
added 1776 packages from 940 contributors and audited 1851 packages in 23.392s
found [91m359[0m vulnerabilities (23 [1mlow[0m, 86 [93mmoderate[0m, 196 [91mhigh[0m, 54 [95mcritical[0m)
run `npm audit fix` to fix them, or `npm audit` for details
> akvo.rsr.spa@0.0.1 lint /var/akvo/rsr/code/akvo/rsr/spa
> eslint . --quiet --ext .jsx --ext .js
/var/akvo/rsr/code
Waiting for PostgreSQL ...
PostgreSQL is ready!
10:08:00 - BUILD INFO - Running makemigrations
/usr/local/lib/python3.8/site-packages/requests/__init__.py:102: RequestsDependencyWarning: urllib3 (1.26.14) or chardet (5.1.0)/charset_normalizer (2.0.12) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
No changes detected in app 'rsr'
10:08:10 - BUILD INFO - Building node environment
/var/akvo/rsr/code/akvo/rsr/front-end /var/akvo/rsr/code
[?25l[[90m..................[0m] | rollbackFailedOptional: [34;40mverb[0m [35mnpm-session[0m f7145e042d0c4b1[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m.................[0m] | preinstall:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~preinstal[0m[K
[[7m [27m[90m................[0m] \ loadDep:showdown: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m................[0m] \ loadDep:text-table: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTre[0m[K
[[7m [27m[90m................[0m] \ loadDep:supports-color: [7msill[0m [35minstall[0m loadAllDepsIntoIdea[0m[K
[[7m [27m[90m...............[0m] \ loadDep:component-indexof: [7msill[0m [35minstall[0m loadAllDepsIntoI[0m[K
[[7m [27m[90m...............[0m] \ loadDep:statuses: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m...............[0m] \ loadDep:npm-bundled: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTr[0m[K
[[7m [27m[90m...............[0m] \ loadDep:wtf-8: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m...............[0m] \ loadDep:react-input-autosize: [7msill[0m [35minstall[0m loadAllDepsIn[0m[K
[[7m [27m[90m...............[0m] \ loadDep:strip-eof: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDevDep:webpack-merge: [7msill[0m [35minstall[0m loadAllDepsIntoId[0m[K
[[7m [27m[90m..............[0m] \ loadDep:@babel/helper-replace-supers: [7msill[0m [35minstall[0m loadA[0m[K
[[7m [27m[90m..............[0m] \ loadDep:semver: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:regexpu-core: [7msill[0m [35minstall[0m loadAllDepsIntoIdealT[0m[K
[[7m [27m[90m..............[0m] \ loadDep:@babel/helper-plugin-utils: [7msill[0m [35minstall[0m loadAll[0m[K
[[7m [27m[90m..............[0m] \ loadDep:pump: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:source-map-support: [7msill[0m [35minstall[0m loadAllDepsInto[0m[K
[[7m [27m[90m..............[0m] \ loadDep:supports-color: [7msill[0m [35minstall[0m loadAllDepsIntoIdea[0m[K
[[7m [27m[90m..............[0m] \ loadDep:svgo: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m..............[0m] \ loadDep:lodash.some: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTr[0m[K
[[7m [27m[90m.............[0m] \ loadDep:supports-color: [7msill[0m [35minstall[0m loadAllDepsIntoIdea[0m[K
[[7m [27m[90m.............[0m] \ loadDep:strip-bom: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:verror: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:webpack-sources: [7msill[0m [35minstall[0m loadAllDepsIntoIde[0m[K
[[7m [27m[90m.............[0m] \ loadDep:to-regex-range: [7msill[0m [35minstall[0m loadAllDepsIntoIdea[0m[K
[[7m [27m[90m.............[0m] \ loadDep:kind-of: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:vm-browserify: [7msill[0m [35minstall[0m loadAllDepsIntoIdeal[0m[K
[[7m [27m[90m.............[0m] \ loadDep:safer-buffer: [7msill[0m [35minstall[0m loadAllDepsIntoIdealT[0m[K
[[7m [27m[90m.............[0m] \ loadDep:through2: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:chokidar: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m.............[0m] \ loadDep:is-extglob: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTre[0m[K
[[7m [27m[90m.............[0m] \ loadDep:to-regex: [7msill[0m [35minstall[0m loadAllDepsIntoIdealTree[0m[K
[[7m [27m[90m...........[0m] | diffTrees: [7msill[0m [35minstall[0m generateActionsToTake[0m[K
[[7m [27m[90m...........[0m] | diffTrees: [7msill[0m [35minstall[0m generateActionsToTake[0m[K
[[7m [27m[90m...........[0m] \ postinstall: [7msill[0m [35minstall[0m executeActions[0m[K
[[7m [27m[90m...........[0m] \ extract:fsevents: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks[0m[K
[[7m [27m[90m...........[0m] - extract:fsevents: [34;40mverb[0m [35mlock[0m using /home/akvo/.npm/_locks[0m[K
[[7m [27m[90m.......[0m] | extract:fsevents: [7msill[0m [35mextract[0m fsevents@1.2.13 extracted[0m[K
[[7m [27m[90m.......[0m] | extract:fsevents: [7msill[0m [35mextract[0m fsevents@1.2.13 extracted[0m[K
[[7m [27m[90m.......[0m] | extract:fsevents: [7msill[0m [35mextract[0m fsevents@1.2.13 extracted[0m[K
[[7m [27m[90m.......[0m] | extract:fsevents: [7msill[0m [35mextract[0m fsevents@1.2.13 extracted[0m[K
[[7m [27m[90m.......[0m] - extract:fsevents: [7msill[0m [35mextract[0m fsevents@1.2.13 extracted[0m[K
[[7m [27m[90m......[0m] | finalize:sax: [7msill[0m [35mfinalize[0m /var/akvo/rsr/code/akvo/rsr/[0m[K
[[7m [27m[90m......[0m] / refresh-package-json:fsevents: [32;40mtiming[0m [35maction:finalize[0m Co[0m[K
[[7m [27m[90m......[0m] \ refresh-package-json:fsevents: [32;40mtiming[0m [35maction:finalize[0m Co[0m[K
[[7m [27m[90m......[0m] \ postinstall: [7msill[0m [35mdoSerial[0m postinstall 420[0m[K
[[7m [27m[90m......[0m] \ postinstall: [7msill[0m [35mdoSerial[0m postinstall 420[0m[K
[[7m [27m[90m.....[0m] - prepare:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~prepare: sta[0m[K
[[7m [27m[90m.....[0m] - prepare:static: [32minfo[0m [35mlifecycle[0m static@1.0.0~prepare: sta[0m[K
[K[?25h[37;40mnpm[0m [0m[30;43mWARN[0m[35m[0m eslint-plugin-react@6.10.3 requires a peer of eslint@^2.0.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself.
[0m[37;40mnpm[0m [0m[30;43mWARN[0m[35m[0m extract-text-webpack-plugin@3.0.2 requires a peer of webpack@^3.1.0 but none is installed. You must install peer dependencies yourself.
[0m[37;40mnpm[0m [0m[30;43mWARN[0m[35m[0m react-mde@2.3.4 requires a peer of react@^16.0.0 but none is installed. You must install peer dependencies yourself.
[0m[37;40mnpm[0m [0m[30;43mWARN[0m[35m[0m react-mde@2.3.4 requires a peer of react-dom@^16.0.0 but none is installed. You must install peer dependencies yourself.
[0m[37;40mnpm[0m [0m[30;43mWARN[0m[35m[0m react-redux-alerts@1.5.8 requires a peer of react-redux@^4.0.0 but none is installed. You must install peer dependencies yourself.
[0m[37;40mnpm[0m [0m[30;43mWARN[0m[35m[0m static@1.0.0 No description
[0m[37;40mnpm[0m [0m[30;43mWARN[0m[35m[0m static@1.0.0 No repository field.
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35moptional[0m SKIPPING OPTIONAL DEPENDENCY: fsevents@2.3.2 (node_modules/watchpack/node_modules/fsevents):
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35mnotsup[0m SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35moptional[0m SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules/watchpack-chokidar2/node_modules/fsevents):
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35mnotsup[0m SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35moptional[0m SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):
[0m[37;40mnpm[0m [0m[30;43mWARN[0m [0m[35mnotsup[0m SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
[0m
audited 1724 packages in 8.469s
found [91m338[0m vulnerabilities (26 [1mlow[0m, 73 [93mmoderate[0m, 184 [91mhigh[0m, 55 [95mcritical[0m)
run `npm audit fix` to fix them, or `npm audit` for details
[?25l[[7m [27m[90m.....[0m] | prepare:static: [7msill[0m [35minstall[0m printInstalled[0m[K
[K[?25h
> static@1.0.0 dev /var/akvo/rsr/code/akvo/rsr/front-end
> webpack --mode development --config webpack.config.dev.js
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
files [ [32m'results.js'[39m, [32m'results.js.map'[39m ]
files [ [32m'vendors.js'[39m, [32m'vendors.js.map'[39m ]
files [ [32m'main.css'[39m, [32m'main.js'[39m, [32m'main.css.map'[39m, [32m'main.js.map'[39m ]
files [ [32m'akvoWordpress.css'[39m,
[32m'akvoWordpress.js'[39m,
[32m'akvoWordpress.css.map'[39m,
[32m'akvoWordpress.js.map'[39m ]
files [ [32m'noUiSliderCss.css'[39m,
[32m'noUiSliderCss.js'[39m,
[32m'noUiSliderCss.css.map'[39m,
[32m'noUiSliderCss.js.map'[39m ]
files [ [32m'datePicker.css'[39m,
[32m'datePicker.js'[39m,
[32m'datePicker.css.map'[39m,
[32m'datePicker.js.map'[39m ]
files [ [32m'admin.css'[39m, [32m'admin.js'[39m, [32m'admin.css.map'[39m, [32m'admin.js.map'[39m ]
files [ [32m'widget.css'[39m, [32m'widget.js'[39m, [32m'widget.css.map'[39m, [32m'widget.js.map'[39m ]
files [ [32m'micromarkdown.js'[39m, [32m'micromarkdown.js.map'[39m ]
files [ [32m'noUiSlider.js'[39m, [32m'noUiSlider.js.map'[39m ]
files [ [32m'onClickOutside.js'[39m, [32m'onClickOutside.js.map'[39m ]
files [ [32m'polyfill.js'[39m, [32m'polyfill.js.map'[39m ]
files [ [32m'projectHierarchy.js'[39m, [32m'projectHierarchy.js.map'[39m ]
files [ [32m'reactTypeahead.js'[39m, [32m'reactTypeahead.js.map'[39m ]
files [ [32m'rsrUtils.js'[39m, [32m'rsrUtils.js.map'[39m ]
files [ [32m'smoothScroll.js'[39m, [32m'smoothScroll.js.map'[39m ]
files [ [32m'cookie.js'[39m, [32m'cookie.js.map'[39m ]
files [ [32m'directoryUtils.js'[39m, [32m'directoryUtils.js.map'[39m ]
files [ [32m'donatePopup.js'[39m, [32m'donatePopup.js.map'[39m ]
files [ [32m'morePartners.js'[39m, [32m'morePartners.js.map'[39m ]
files [ [32m'organisationDirectory.js'[39m, [32m'organisationDirectory.js.map'[39m ]
files [ [32m'passwordReset.js'[39m, [32m'passwordReset.js.map'[39m ]
files [ [32m'projectMain.js'[39m, [32m'projectMain.js.map'[39m ]
files [ [32m'projectMainPartners.js'[39m, [32m'projectMainPartners.js.map'[39m ]
files [ [32m'projectMainReport.js'[39m, [32m'projectMainReport.js.map'[39m ]
files [ [32m'updateDirectory.js'[39m, [32m'updateDirectory.js.map'[39m ]
Hash: [1m168456282bd2acd9d91c[39m[22m
Version: webpack [1m4.46.0[39m[22m
Time: [1m8832[39m[22mms
Built at: 03/14/2023 [1m10:08:28 AM[39m[22m
[1mAsset[39m[22m [1mSize[39m[22m [1mChunks[39m[22m [1m[39m[22m [1m[39m[22m[1mChunk Names[39m[22m
[1m[32madmin.css[39m[22m 623 bytes [1madmin[39m[22m [1m[32m[emitted][39m[22m admin
[1m[32madmin.css.map[39m[22m 1.02 KiB [1madmin[39m[22m [1m[32m[emitted] [dev][39m[22m admin
[1m[32makvoWordpress.css[39m[22m 631 bytes [1makvoWordpress[39m[22m [1m[32m[emitted][39m[22m akvoWordpress
[1m[32makvoWordpress.css.map[39m[22m 911 bytes [1makvoWordpress[39m[22m [1m[32m[emitted] [dev][39m[22m akvoWordpress
[1m[32mcookie.js[39m[22m 5.88 KiB [1mcookie[39m[22m [1m[32m[emitted][39m[22m cookie
[1m[32mcookie.js.map[39m[22m 7.5 KiB [1mcookie[39m[22m [1m[32m[emitted] [dev][39m[22m cookie
[1m[32mdatePicker.css[39m[22m 7.37 KiB [1mdatePicker[39m[22m [1m[32m[emitted][39m[22m datePicker
[1m[32mdatePicker.css.map[39m[22m 10.3 KiB [1mdatePicker[39m[22m [1m[32m[emitted] [dev][39m[22m datePicker
[1m[32mdirectoryUtils.js[39m[22m 28.8 KiB [1mdirectoryUtils[39m[22m [1m[32m[emitted][39m[22m directoryUtils
[1m[32mdirectoryUtils.js.map[39m[22m 60.5 KiB [1mdirectoryUtils[39m[22m [1m[32m[emitted] [dev][39m[22m directoryUtils
[1m[32mdonatePopup.js[39m[22m 6.31 KiB [1mdonatePopup[39m[22m [1m[32m[emitted][39m[22m donatePopup
[1m[32mdonatePopup.js.map[39m[22m 9.56 KiB [1mdonatePopup[39m[22m [1m[32m[emitted] [dev][39m[22m donatePopup
[1m[32mmain.css[39m[22m 189 KiB [1mmain[39m[22m [1m[32m[emitted][39m[22m main
[1m[32mmain.css.map[39m[22m 261 KiB [1mmain[39m[22m [1m[32m[emitted] [dev][39m[22m main
[1m[32mmicromarkdown.js[39m[22m 17.5 KiB [1mmicromarkdown[39m[22m [1m[32m[emitted][39m[22m micromarkdown
[1m[32mmicromarkdown.js.map[39m[22m 44.5 KiB [1mmicromarkdown[39m[22m [1m[32m[emitted] [dev][39m[22m micromarkdown
[1m[32mmorePartners.js[39m[22m 12.5 KiB [1mmorePartners[39m[22m [1m[32m[emitted][39m[22m morePartners
[1m[32mmorePartners.js.map[39m[22m 22.7 KiB [1mmorePartners[39m[22m [1m[32m[emitted] [dev][39m[22m morePartners
[1m[32mnoUiSlider.js[39m[22m 24 KiB [1mnoUiSlider[39m[22m [1m[32m[emitted][39m[22m noUiSlider
[1m[32mnoUiSlider.js.map[39m[22m 53.8 KiB [1mnoUiSlider[39m[22m [1m[32m[emitted] [dev][39m[22m noUiSlider
[1m[32mnoUiSliderCss.css[39m[22m 3.76 KiB [1mnoUiSliderCss[39m[22m [1m[32m[emitted][39m[22m noUiSliderCss
[1m[32mnoUiSliderCss.css.map[39m[22m 4.92 KiB [1mnoUiSliderCss[39m[22m [1m[32m[emitted] [dev][39m[22m noUiSliderCss
[1m[32monClickOutside.js[39m[22m 6.25 KiB [1monClickOutside[39m[22m [1m[32m[emitted][39m[22m onClickOutside
[1m[32monClickOutside.js.map[39m[22m 7.74 KiB [1monClickOutside[39m[22m [1m[32m[emitted] [dev][39m[22m onClickOutside
[1m[32morganisationDirectory.js[39m[22m 4.97 KiB [1morganisationDirectory[39m[22m [1m[32m[emitted][39m[22m organisationDirectory
[1m[32morganisationDirectory.js.map[39m[22m 5.63 KiB [1morganisationDirectory[39m[22m [1m[32m[emitted] [dev][39m[22m organisationDirectory
[1m[32mpasswordReset.js[39m[22m 7.67 KiB [1mpasswordReset[39m[22m [1m[32m[emitted][39m[22m passwordReset
[1m[32mpasswordReset.js.map[39m[22m 12.9 KiB [1mpasswordReset[39m[22m [1m[32m[emitted] [dev][39m[22m passwordReset
[1m[32mpolyfill.js[39m[22m 5.11 KiB [1mpolyfill[39m[22m [1m[32m[emitted][39m[22m polyfill
[1m[32mpolyfill.js.map[39m[22m 5.92 KiB [1mpolyfill[39m[22m [1m[32m[emitted] [dev][39m[22m polyfill
[1m[32mprojectHierarchy.js[39m[22m 8.25 KiB [1mprojectHierarchy[39m[22m [1m[32m[emitted][39m[22m projectHierarchy
[1m[32mprojectHierarchy.js.map[39m[22m 13.3 KiB [1mprojectHierarchy[39m[22m [1m[32m[emitted] [dev][39m[22m projectHierarchy
[1m[32mprojectMain.js[39m[22m 18.5 KiB [1mprojectMain[39m[22m [1m[32m[emitted][39m[22m projectMain
[1m[32mprojectMain.js.map[39m[22m 35.2 KiB [1mprojectMain[39m[22m [1m[32m[emitted] [dev][39m[22m projectMain
[1m[32mprojectMainPartners.js[39m[22m 11.6 KiB [1mprojectMainPartners[39m[22m [1m[32m[emitted][39m[22m projectMainPartners
[1m[32mprojectMainPartners.js.map[39m[22m 20.1 KiB [1mprojectMainPartners[39m[22m [1m[32m[emitted] [dev][39m[22m projectMainPartners
[1m[32mprojectMainReport.js[39m[22m 28 KiB [1mprojectMainReport[39m[22m [1m[32m[emitted][39m[22m projectMainReport
[1m[32mprojectMainReport.js.map[39m[22m 57.9 KiB [1mprojectMainReport[39m[22m [1m[32m[emitted] [dev][39m[22m projectMainReport
[1m[32mreactTypeahead.js[39m[22m 37.2 KiB [1mreactTypeahead[39m[22m [1m[32m[emitted][39m[22m reactTypeahead
[1m[32mreactTypeahead.js.map[39m[22m 81.5 KiB [1mreactTypeahead[39m[22m [1m[32m[emitted] [dev][39m[22m reactTypeahead
[1m[32mresults.js[39m[22m 2.34 MiB [1mresults[39m[22m [1m[32m[emitted][39m[22m results
[1m[32mresults.js.map[39m[22m 2.4 MiB [1mresults[39m[22m [1m[32m[emitted] [dev][39m[22m results
[1m[32mrsrUtils.js[39m[22m 15.5 KiB [1mrsrUtils[39m[22m [1m[32m[emitted][39m[22m rsrUtils
[1m[32mrsrUtils.js.map[39m[22m 30.4 KiB [1mrsrUtils[39m[22m [1m[32m[emitted] [dev][39m[22m rsrUtils
[1m[32msmoothScroll.js[39m[22m 11.9 KiB [1msmoothScroll[39m[22m [1m[32m[emitted][39m[22m smoothScroll
[1m[32msmoothScroll.js.map[39m[22m 20.7 KiB [1msmoothScroll[39m[22m [1m[32m[emitted] [dev][39m[22m smoothScroll
[1m[32mupdateDirectory.js[39m[22m 4.92 KiB [1mupdateDirectory[39m[22m [1m[32m[emitted][39m[22m updateDirectory
[1m[32mupdateDirectory.js.map[39m[22m 5.59 KiB [1mupdateDirectory[39m[22m [1m[32m[emitted] [dev][39m[22m updateDirectory
[1m[32mvendors.js[39m[22m 675 KiB [1mvendors[39m[22m [1m[32m[emitted][39m[22m vendors
[1m[32mvendors.js.map[39m[22m 606 KiB [1mvendors[39m[22m [1m[32m[emitted] [dev][39m[22m vendors
[1m[32mwidget.css[39m[22m 25.7 KiB [1mwidget[39m[22m [1m[32m[emitted][39m[22m widget
[1m[32mwidget.css.map[39m[22m 36.6 KiB [1mwidget[39m[22m [1m[32m[emitted] [dev][39m[22m widget
Entrypoint [1mresults[39m[22m = [1m[32mresults.js[39m[22m [1m[32mresults.js.map[39m[22m
Entrypoint [1mvendors[39m[22m = [1m[32mvendors.js[39m[22m [1m[32mvendors.js.map[39m[22m
Entrypoint [1mmain[39m[22m = [1m[32mmain.css[39m[22m [1m[32mmain.css.map[39m[22m
Entrypoint [1makvoWordpress[39m[22m = [1m[32makvoWordpress.css[39m[22m [1m[32makvoWordpress.css.map[39m[22m
Entrypoint [1mnoUiSliderCss[39m[22m = [1m[32mnoUiSliderCss.css[39m[22m [1m[32mnoUiSliderCss.css.map[39m[22m
Entrypoint [1mdatePicker[39m[22m = [1m[32mdatePicker.css[39m[22m [1m[32mdatePicker.css.map[39m[22m
Entrypoint [1madmin[39m[22m = [1m[32madmin.css[39m[22m [1m[32madmin.css.map[39m[22m
Entrypoint [1mwidget[39m[22m = [1m[32mwidget.css[39m[22m [1m[32mwidget.css.map[39m[22m
Entrypoint [1mmicromarkdown[39m[22m = [1m[32mmicromarkdown.js[39m[22m [1m[32mmicromarkdown.js.map[39m[22m
Entrypoint [1mnoUiSlider[39m[22m = [1m[32mnoUiSlider.js[39m[22m [1m[32mnoUiSlider.js.map[39m[22m
Entrypoint [1monClickOutside[39m[22m = [1m[32monClickOutside.js[39m[22m [1m[32monClickOutside.js.map[39m[22m
Entrypoint [1mpolyfill[39m[22m = [1m[32mpolyfill.js[39m[22m [1m[32mpolyfill.js.map[39m[22m
Entrypoint [1mprojectHierarchy[39m[22m = [1m[32mprojectHierarchy.js[39m[22m [1m[32mprojectHierarchy.js.map[39m[22m
Entrypoint [1mreactTypeahead[39m[22m = [1m[32mreactTypeahead.js[39m[22m [1m[32mreactTypeahead.js.map[39m[22m
Entrypoint [1mrsrUtils[39m[22m = [1m[32mrsrUtils.js[39m[22m [1m[32mrsrUtils.js.map[39m[22m
Entrypoint [1msmoothScroll[39m[22m = [1m[32msmoothScroll.js[39m[22m [1m[32msmoothScroll.js.map[39m[22m
Entrypoint [1mcookie[39m[22m = [1m[32mcookie.js[39m[22m [1m[32mcookie.js.map[39m[22m
Entrypoint [1mdirectoryUtils[39m[22m = [1m[32mdirectoryUtils.js[39m[22m [1m[32mdirectoryUtils.js.map[39m[22m
Entrypoint [1mdonatePopup[39m[22m = [1m[32mdonatePopup.js[39m[22m [1m[32mdonatePopup.js.map[39m[22m
Entrypoint [1mmorePartners[39m[22m = [1m[32mmorePartners.js[39m[22m [1m[32mmorePartners.js.map[39m[22m
Entrypoint [1morganisationDirectory[39m[22m = [1m[32morganisationDirectory.js[39m[22m [1m[32morganisationDirectory.js.map[39m[22m
Entrypoint [1mpasswordReset[39m[22m = [1m[32mpasswordReset.js[39m[22m [1m[32mpasswordReset.js.map[39m[22m
Entrypoint [1mprojectMain[39m[22m = [1m[32mprojectMain.js[39m[22m [1m[32mprojectMain.js.map[39m[22m
Entrypoint [1mprojectMainPartners[39m[22m = [1m[32mprojectMainPartners.js[39m[22m [1m[32mprojectMainPartners.js.map[39m[22m
Entrypoint [1mprojectMainReport[39m[22m = [1m[32mprojectMainReport.js[39m[22m [1m[32mprojectMainReport.js.map[39m[22m
Entrypoint [1mupdateDirectory[39m[22m = [1m[32mupdateDirectory.js[39m[22m [1m[32mupdateDirectory.js.map[39m[22m
[2] [1mmulti babel-polyfill react redux redux-logger redux-thunk reselect isomorphic-fetch[39m[22m 100 bytes {[1m[33mvendors[39m[22m}[1m[32m [built][39m[22m
[3] [1mmulti ./styles-src/admin/akvo_admin.css ./styles-src/admin/budget_item.css[39m[22m 40 bytes {[1m[33madmin[39m[22m}[1m[32m [built][39m[22m
[4] [1mmulti ./styles-src/widgets/projectList.css ./styles-src/widgets/rsrWidgets.css ./styles-src/widgets/w170px.css ./styles-src/widgets/w170pxSmall.css ./styles-src/widgets/w202px.css ./styles-src/widgets/w468px.css[39m[22m 88 bytes {[1m[33mwidget[39m[22m}[1m[32m [built][39m[22m
[[1m./lib/scripts/micromarkdown-0.3.4.js[39m[22m] 13.3 KiB {[1m[33mmicromarkdown[39m[22m}[1m[32m [built][39m[22m
[[1m./lib/scripts/nouislider-8.0.2.min.js[39m[22m] 20 KiB {[1m[33mnoUiSlider[39m[22m}[1m[32m [built][39m[22m
[[1m./lib/scripts/react-onclickoutside.js[39m[22m] 2.38 KiB {[1m[33monClickOutside[39m[22m}[1m[32m [built][39m[22m
[[1m./lib/scripts/react-typeahead.js[39m[22m] 33.1 KiB {[1m[33mreactTypeahead[39m[22m}[1m[32m [built][39m[22m
[[1m./lib/scripts/smooth-scroll-9.1.4.min.js[39m[22m] 6.79 KiB {[1m[33msmoothScroll[39m[22m}[1m[32m [built][39m[22m
[[1m./lib/styles/nouislider-8.0.2.min.css[39m[22m] 39 bytes {[1m[33mnoUiSliderCss[39m[22m}[1m[32m [built][39m[22m
[[1m./lib/styles/react-datepicker-0.27.0.css[39m[22m] 39 bytes {[1m[33mdatePicker[39m[22m}[1m[32m [built][39m[22m
[[1m./scripts-src/classic/js/polyfill.js[39m[22m] 1.25 KiB {[1m[33mpolyfill[39m[22m}[1m[32m [built][39m[22m
[[1m./scripts-src/classic/js/project-hierarchy.js[39m[22m] 4.34 KiB {[1m[33mprojectHierarchy[39m[22m}[1m[32m [built][39m[22m
[[1m./scripts-src/classic/js/rsr-utils.js[39m[22m] 11.7 KiB {[1m[33mrsrUtils[39m[22m}[1m[32m [built][39m[22m
[[1m./scripts-src/classic/jsx/cookie.jsx[39m[22m] 2.02 KiB {[1m[33mcookie[39m[22m}[1m[32m [built][39m[22m
[[1m./scripts-src/classic/jsx/directory-utils.jsx[39m[22m] 24.9 KiB {[1m[33mdirectoryUtils[39m[22m}[1m[32m [built][39m[22m
+ 960 hidden modules
[1m[33mWARNING in ./scripts-src/my-results/components/updates/UpdateForm.jsx 1140:13-32
"export 'FILTER_SHOW_DRAFT' (imported as 'c') was not found in '../../const.js'
@ ./scripts-src/my-results/components/App.jsx
@ ./scripts-src/my-results/app.js[39m[22m
Child [1mmini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!lib/styles/nouislider-8.0.2.min.css[39m[22m:
Entrypoint [1mmini-css-extract-plugin[39m[22m = [1m[32m*[39m[22m
[./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./lib/styles/nouislider-8.0.2.min.css] [1m./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./lib/styles/nouislider-8.0.2.min.css[39m[22m 13 KiB {[1m[33mmini-css-extract-plugin[39m[22m}[1m[32m [built][39m[22m
+ 1 hidden module
Child [1mmini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!lib/styles/react-datepicker-0.27.0.css[39m[22m:
Entrypoint [1mmini-css-extract-plugin[39m[22m = [1m[32m*[39m[22m
[./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./lib/styles/react-datepicker-0.27.0.css] [1m./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./lib/styles/react-datepicker-0.27.0.css[39m[22m 18.1 KiB {[1m[33mmini-css-extract-plugin[39m[22m}[1m[32m [built][39m[22m
+ 1 hidden module
Child [1mmini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/admin/akvo_admin.css[39m[22m:
Entrypoint [1mmini-css-extract-plugin[39m[22m = [1m[32m*[39m[22m
[./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/admin/akvo_admin.css] [1m./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/admin/akvo_admin.css[39m[22m 1.37 KiB {[1m[33mmini-css-extract-plugin[39m[22m}[1m[32m [built][39m[22m
+ 1 hidden module
Child [1mmini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/admin/budget_item.css[39m[22m:
Entrypoint [1mmini-css-extract-plugin[39m[22m = [1m[32m*[39m[22m
[./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/admin/budget_item.css] [1m./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/admin/budget_item.css[39m[22m 731 bytes {[1m[33mmini-css-extract-plugin[39m[22m}[1m[32m [built][39m[22m
+ 1 hidden module
Child [1mmini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/akvo-wordpress.css[39m[22m:
Entrypoint [1mmini-css-extract-plugin[39m[22m = [1m[32m*[39m[22m
[./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/akvo-wordpress.css] [1m./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/akvo-wordpress.css[39m[22m 1.66 KiB {[1m[33mmini-css-extract-plugin[39m[22m}[1m[32m [built][39m[22m
+ 1 hidden module
Child [1mmini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/main.scss[39m[22m:
Entrypoint [1mmini-css-extract-plugin[39m[22m = [1m[32m*[39m[22m
[./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/main.scss] [1m./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/main.scss[39m[22m 380 KiB {[1m[33mmini-css-extract-plugin[39m[22m}[1m[32m [built][39m[22m
+ 6 hidden modules
Child [1mmini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/projectList.css[39m[22m:
Entrypoint [1mmini-css-extract-plugin[39m[22m = [1m[32m*[39m[22m
[./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/projectList.css] [1m./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/projectList.css[39m[22m 7.03 KiB {[1m[33mmini-css-extract-plugin[39m[22m}[1m[32m [built][39m[22m
+ 1 hidden module
Child [1mmini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/rsrWidgets.css[39m[22m:
Entrypoint [1mmini-css-extract-plugin[39m[22m = [1m[32m*[39m[22m
[./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/rsrWidgets.css] [1m./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/rsrWidgets.css[39m[22m 48.8 KiB {[1m[33mmini-css-extract-plugin[39m[22m}[1m[32m [built][39m[22m
+ 1 hidden module
Child [1mmini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w170px.css[39m[22m:
Entrypoint [1mmini-css-extract-plugin[39m[22m = [1m[32m*[39m[22m
[./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/w170px.css] [1m./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w170px.css[39m[22m 3.26 KiB {[1m[33mmini-css-extract-plugin[39m[22m}[1m[32m [built][39m[22m
+ 1 hidden module
Child [1mmini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w170pxSmall.css[39m[22m:
Entrypoint [1mmini-css-extract-plugin[39m[22m = [1m[32m*[39m[22m
[./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/w170pxSmall.css] [1m./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w170pxSmall.css[39m[22m 1.7 KiB {[1m[33mmini-css-extract-plugin[39m[22m}[1m[32m [built][39m[22m
+ 1 hidden module
Child [1mmini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w202px.css[39m[22m:
Entrypoint [1mmini-css-extract-plugin[39m[22m = [1m[32m*[39m[22m
[./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/w202px.css] [1m./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w202px.css[39m[22m 3.19 KiB {[1m[33mmini-css-extract-plugin[39m[22m}[1m[32m [built][39m[22m
+ 1 hidden module
Child [1mmini-css-extract-plugin node_modules/css-loader/index.js??ref--5-1!node_modules/sass-loader/lib/loader.js??ref--5-2!styles-src/widgets/w468px.css[39m[22m:
Entrypoint [1mmini-css-extract-plugin[39m[22m = [1m[32m*[39m[22m
[./node_modules/css-loader/index.js?!./node_modules/sass-loader/lib/loader.js?!./styles-src/widgets/w468px.css] [1m./node_modules/css-loader??ref--5-1!./node_modules/sass-loader/lib/loader.js??ref--5-2!./styles-src/widgets/w468px.css[39m[22m 899 bytes {[1m[33mmini-css-extract-plugin[39m[22m}[1m[32m [built][39m[22m
+ 1 hidden module
> static@1.0.0 test /var/akvo/rsr/code/akvo/rsr/front-end
> mocha --compilers js:@babel/register tests/**/*.test.js
Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist`
[0m[0m
[0m function distinct[0m
[32m ✓[0m[90m expect to return an array with unique values[0m
[0m function identicalArrays[0m
[32m ✓[0m[90m returns true if two arrays are identical[0m
[0m function isEmpty[0m
[32m ✓[0m[90m expect to return true if empty[0m
[32m ✓[0m[90m expect to return false if not empty[0m
[0m function isNumeric[0m
[32m ✓[0m[90m expect to return true if value is numeric[0m
[32m ✓[0m[90m expect to return false if values not numeric[0m
[0m function displayDate[0m
[32m ✓[0m[90m expect to display an date string like "29 Nov 2017" when given a dateString[0m
[32m ✓[0m[90m expect to return an string "Unknown date" if no dateString where given[0m
[0m function getCookie[0m
[32m ✓[0m[90m returns the value of a named cookie[0m
[0m function _[0m
[32m ✓[0m[90m it translates![0m
[0m function idsToActiveKey[0m
[32m ✓[0m[90m expect to return IDs as an array of strings[0m
[0m arrowFunction isNewUpdate[0m
[32m ✓[0m[90m expect to return true if the update is new[0m
[32m ✓[0m[90m expect to return true if we pass a string starting with "new-"[0m
[32m ✓[0m[90m expect to return false if the update is not new[0m
[0m function collapseId[0m
[32m ✓[0m[90m expect to create an collapsedId from the model name and parent object id[0m
[0m function childModelName[0m
[32m ✓[0m[90m expect to return child model name[0m
[0m function parentModelName[0m
[32m ✓[0m[90m expect to return parent model name[0m
[0m function levelAbove[0m
[32m ✓[0m[90m expect to compare index of array to decide that level is above[0m
[0m function levelBelow[0m
[32m ✓[0m[90m expect to compare index of array to decide that level is below[0m
[0m function fullUpdateVisibility[0m
[32m ✓[0m[90m expect to return false if an update have filters and should not be full visible[0m
[32m ✓[0m[90m expect to be true if an update have no filters and should be fully visible[0m
[0m function flatten[0m
[32m ✓[0m[90m expect to return an flatten array of a nested original[0m
[0m function lineage[0m
[32m ✓[0m[90m returns a model with id and its ancestors with ids as an array of objects[0m
[32m ✓[0m[90m return a model with id as an array of a singel object if theres no ancestors[0m
[0m function getAncestor[0m
[32m ✓[0m[90m returns a specified ancestor object for an object given the ancestorModel[0m
[0m function lineageKeys[0m
[32m ✓[0m[90m return an array of collapse activeKey keys for the model and its ancestors[0m
[0m function fieldValueOrSpinner[0m
[32m ✓[0m[90m expect to return an object with a key "value" from object, if objects defined[0m
[32m ✓[0m[90m expect to return an object with a key "icon", if objects not defined[0m
[0m function setHash[0m
[32m ✓[0m[90m expect to set hash if hash is defined[0m
[32m ✓[0m[90m expect to set an empty string if hash is undefined[0m
[0m function computePercentage[0m
[32m ✓[0m[90m computes the percentage of integer numbers[0m
[32m ✓[0m[90m computes the percentage of decimal numbers[0m
[32m ✓[0m[90m computes the percentage of decimal and integer numbers[0m
[32m ✓[0m[90m expect to return 0 if the denominator is 0[0m
[92m [0m[32m 34 passing[0m[90m (82ms)[0m
/var/akvo/rsr/code
/var/akvo/rsr/code/akvo/rsr/spa /var/akvo/rsr/code
> akvo.rsr.spa@0.0.1 test /var/akvo/rsr/code/akvo/rsr/spa
> jest "--ci" "--passWithNoTests"
Browserslist: caniuse-lite is outdated. Please run:
npx browserslist@latest --update-db
Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2mapp/modules/editor/section5/periods/[22m[1mdefaults-context.test.js[22m
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2mapp/utils/[22m[1mmisc.test.js[22m
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2mapp/modules/projects/[22m[1mconditional-link.test.jsx[22m
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2mapp/modules/results/[22m[1mfilters.test.js[22m
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2mapp/modules/editor/[22m[1mreducer.test.js[22m ([0m[1m[41m6.334s[49m[22m[0m)
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2mapp/modules/results-overview/components/[22m[1mFilterBar.test.js[22m
[1m● [22mConsole
[2m[33mconsole.warn[39m[22m [2mnode_modules/react-i18next/dist/commonjs/utils.js:22[22m
[33m react-i18next:: You will need pass in an i18next instance by using initReactI18next[39m
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2mapp/utils/[22m[1mauto-save.test.js[22m
[0m[7m[1m[32m PASS [39m[22m[27m[0m [2mapp/modules/editor/section5/[22m[1msection5.test.js[22m
[999D[K
[1mTest Suites: [22m[1m[32m8 passed[39m[22m, 8 total
[1mTests: [22m[1m[32m70 passed[39m[22m, 70 total
[1mSnapshots: [22m0 total
[1mTime:[22m 9.971s
[2mRan all test suites[22m[2m.[22m
/var/akvo/rsr/code
/var/akvo/rsr/code/akvo/rsr/dir /var/akvo/rsr/code
> akvo.rsr.dir@0.0.1 test /var/akvo/rsr/code/akvo/rsr/dir
> jest "--ci" "--passWithNoTests"
[999D[K[1mNo tests found, exiting with code 0[22m
[999D[K/var/akvo/rsr/code
10:08:43 - BUILD INFO - Building assets
/usr/local/lib/python3.8/site-packages/requests/__init__.py:102: RequestsDependencyWarning: urllib3 (1.26.14) or chardet (5.1.0)/charset_normalizer (2.0.12) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
820 static files copied to '/var/akvo/rsr/staticroot'.
10:08:44 - BUILD INFO - Running tests
/usr/local/lib/python3.8/site-packages/requests/__init__.py:102: RequestsDependencyWarning: urllib3 (1.26.14) or chardet (5.1.0)/charset_normalizer (2.0.12) doesn't match a supported version!
warnings.warn("urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported "
/usr/local/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'rules' defines default_app_config = 'rules.apps.RulesConfig'. However, Django's automatic detection did not find this configuration. You should move the default config class to the apps submodule of your application and, if this module defines several config classes, mark the default one with default = True.
app_config = AppConfig.create(entry)
/usr/local/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'django_pgviews' defines default_app_config = 'django_pgviews.apps.ViewConfig'. Django now detects this configuration automatically. You can remove default_app_config.
app_config = AppConfig.create(entry)
/usr/local/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'request_token' defines default_app_config = 'request_token.apps.RequestTokenAppConfig'. Django now detects this configuration automatically. You can remove default_app_config.
app_config = AppConfig.create(entry)
/usr/local/lib/python3.8/site-packages/django/apps/registry.py:91: RemovedInDjango41Warning: 'django_ltree' defines default_app_config = 'django_ltree.apps.DjangoLtreeConfig'. Django now detects this configuration automatically. You can remove default_app_config.
app_config = AppConfig.create(entry)
/var/akvo/rsr/code/akvo/codelists/models/base_codelist.py:13: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
code = models.CharField(_('code'), max_length=100, blank=True, null=False, db_index=True)
/var/akvo/rsr/code/akvo/codelists/models/base_codelist.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
version = models.ForeignKey('Version', on_delete=models.CASCADE, verbose_name=_('version'), blank=False, null=False,
/var/akvo/rsr/code/akvo/codelists/models/activity_date_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/activity_date_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/activity_date_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('activity date type')
/var/akvo/rsr/code/akvo/codelists/models/activity_date_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('activity date types')
/var/akvo/rsr/code/akvo/codelists/models/activity_scope.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/activity_scope.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/activity_scope.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('activity scope')
/var/akvo/rsr/code/akvo/codelists/models/activity_scope.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('activity scopes')
/var/akvo/rsr/code/akvo/codelists/models/activity_status.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/activity_status.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/activity_status.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
language = models.CharField(_('language'), max_length=2, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/activity_status.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('activity status')
/var/akvo/rsr/code/akvo/codelists/models/activity_status.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('activity statuses')
/var/akvo/rsr/code/akvo/codelists/models/aid_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category = models.CharField(_('category'), max_length=2, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/aid_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/aid_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/aid_type.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
language = models.CharField(_('language'), max_length=2, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/aid_type.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category_name = models.CharField(_('category name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/aid_type.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category_description = models.TextField(_('category description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/aid_type.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('aid type')
/var/akvo/rsr/code/akvo/codelists/models/aid_type.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('aid types')
/var/akvo/rsr/code/akvo/codelists/models/aid_type_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/aid_type_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/aid_type_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('aid type category')
/var/akvo/rsr/code/akvo/codelists/models/aid_type_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('aid type categories')
/var/akvo/rsr/code/akvo/codelists/models/aid_type_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/aid_type_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/aid_type_vocabulary.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
url = models.URLField(_('url'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/aid_type_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('aid type vocabulary')
/var/akvo/rsr/code/akvo/codelists/models/aid_type_vocabulary.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('aid type vocabularies')
/var/akvo/rsr/code/akvo/codelists/models/aid_type_flag.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/aid_type_flag.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('aid type flag')
/var/akvo/rsr/code/akvo/codelists/models/aid_type_flag.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('aid type flags')
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category = models.CharField(_('category'), max_length=100, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
sector = models.CharField(_('sector'), max_length=100, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('budget identifier')
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('budget identifiers')
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category = models.CharField(_('category'), max_length=2, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('budget identifier sector')
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('budget identifier sectors')
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector_category.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('budget identifier sector category')
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier_sector_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('budget identifier sector categories')
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('budget identifier vocabulary')
/var/akvo/rsr/code/akvo/codelists/models/budget_identifier_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('budget identifier vocabularies')
/var/akvo/rsr/code/akvo/codelists/models/budget_not_provided.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_not_provided.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('budget not provided')
/var/akvo/rsr/code/akvo/codelists/models/budget_not_provided.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('budget not provideds')
/var/akvo/rsr/code/akvo/codelists/models/budget_status.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_status.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_status.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('budget status')
/var/akvo/rsr/code/akvo/codelists/models/budget_status.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('budget statuses')
/var/akvo/rsr/code/akvo/codelists/models/budget_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
language = models.CharField(_('language'), max_length=2, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/budget_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('budget types')
/var/akvo/rsr/code/akvo/codelists/models/budget_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('budget types')
/var/akvo/rsr/code/akvo/codelists/models/cashand_voucher_modalities.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/cashand_voucher_modalities.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/cashand_voucher_modalities.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('cashand voucher modalities')
/var/akvo/rsr/code/akvo/codelists/models/cashand_voucher_modalities.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('cashand voucher modalities')
/var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
language = models.CharField(_('language'), max_length=2, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('collaboration type')
/var/akvo/rsr/code/akvo/codelists/models/collaboration_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('collaboration types')
/var/akvo/rsr/code/akvo/codelists/models/condition_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/condition_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/condition_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
language = models.CharField(_('language'), max_length=2, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/condition_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('condition type')
/var/akvo/rsr/code/akvo/codelists/models/condition_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('condition types')
/var/akvo/rsr/code/akvo/codelists/models/contact_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/contact_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/contact_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('contact type')
/var/akvo/rsr/code/akvo/codelists/models/contact_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('contact types')
/var/akvo/rsr/code/akvo/codelists/models/country.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/country.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
language = models.CharField(_('language'), max_length=2, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/country.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('country')
/var/akvo/rsr/code/akvo/codelists/models/country.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('countries')
/var/akvo/rsr/code/akvo/codelists/models/crs_add_other_flags.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/crs_add_other_flags.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/crs_add_other_flags.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('crs add other flag')
/var/akvo/rsr/code/akvo/codelists/models/crs_add_other_flags.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('crs add other flags')
/var/akvo/rsr/code/akvo/codelists/models/crs_channel_code.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/crs_channel_code.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/crs_channel_code.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('crs channel code')
/var/akvo/rsr/code/akvo/codelists/models/crs_channel_code.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('crs channel codes')
/var/akvo/rsr/code/akvo/codelists/models/currency.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/currency.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
language = models.CharField(_('language'), max_length=2, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/currency.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('currency')
/var/akvo/rsr/code/akvo/codelists/models/currency.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('currencies')
/var/akvo/rsr/code/akvo/codelists/models/description_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/description_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/description_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('decription type')
/var/akvo/rsr/code/akvo/codelists/models/description_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('description types')
/var/akvo/rsr/code/akvo/codelists/models/disbursement_channel.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/disbursement_channel.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/disbursement_channel.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('disbursement channel')
/var/akvo/rsr/code/akvo/codelists/models/disbursement_channel.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('disbursement channels')
/var/akvo/rsr/code/akvo/codelists/models/document_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category = models.CharField(_('category'), max_length=2, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/document_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/document_category.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/document_category.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category_name = models.CharField(_('description name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/document_category.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('document category')
/var/akvo/rsr/code/akvo/codelists/models/document_category.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('document categories')
/var/akvo/rsr/code/akvo/codelists/models/document_category_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/document_category_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/document_category_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('document category category')
/var/akvo/rsr/code/akvo/codelists/models/document_category_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('document category categories')
/var/akvo/rsr/code/akvo/codelists/models/earmarking_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/earmarking_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/earmarking_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('earmarking category')
/var/akvo/rsr/code/akvo/codelists/models/earmarking_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('earmarking categories')
/var/akvo/rsr/code/akvo/codelists/models/file_format.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category = models.CharField(_('category'), max_length=20, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/file_format.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('category'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/file_format.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('file format')
/var/akvo/rsr/code/akvo/codelists/models/file_format.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('file formats')
/var/akvo/rsr/code/akvo/codelists/models/finance_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category = models.CharField(_('category'), max_length=3, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/finance_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/finance_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category_name = models.CharField(_('category name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/finance_type.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category_description = models.TextField(_('category description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/finance_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('finance type')
/var/akvo/rsr/code/akvo/codelists/models/finance_type.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('finance types')
/var/akvo/rsr/code/akvo/codelists/models/finance_type_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/finance_type_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/finance_type_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('finance type category')
/var/akvo/rsr/code/akvo/codelists/models/finance_type_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('finance type categories')
/var/akvo/rsr/code/akvo/codelists/models/flow_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/flow_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/flow_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('flow type')
/var/akvo/rsr/code/akvo/codelists/models/flow_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('flow types')
/var/akvo/rsr/code/akvo/codelists/models/gazetteer_agency.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/gazetteer_agency.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('gazetteer agency')
/var/akvo/rsr/code/akvo/codelists/models/gazetteer_agency.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('gazetteer agency')
/var/akvo/rsr/code/akvo/codelists/models/geographic_exactness.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/geographic_exactness.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/geographic_exactness.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('geographic exactness')
/var/akvo/rsr/code/akvo/codelists/models/geographic_exactness.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('geographic exactnesses')
/var/akvo/rsr/code/akvo/codelists/models/geographic_location_class.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/geographic_location_class.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/geographic_location_class.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('geographic location class')
/var/akvo/rsr/code/akvo/codelists/models/geographic_location_class.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('geographic location classes')
/var/akvo/rsr/code/akvo/codelists/models/geographic_location_reach.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/geographic_location_reach.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/geographic_location_reach.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('geographic location reach')
/var/akvo/rsr/code/akvo/codelists/models/geographic_location_reach.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('geographic location reach')
/var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
url = models.URLField(_('url'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('geographic vocabulary')
/var/akvo/rsr/code/akvo/codelists/models/geographic_vocabulary.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('geographic vocabularies')
/var/akvo/rsr/code/akvo/codelists/models/geographical_precision.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/geographical_precision.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/geographical_precision.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('geographical precision')
/var/akvo/rsr/code/akvo/codelists/models/geographical_precision.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('geographical precisions')
/var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_type.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('humanitarian scope type')
/var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('humanitarian scope types')
/var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
url = models.URLField(_('url'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('humanitarian scope vocabulary')
/var/akvo/rsr/code/akvo/codelists/models/humanitarian_scope_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('humanitarian scope vocabularies')
/var/akvo/rsr/code/akvo/codelists/models/indicator_measure.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/indicator_measure.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/indicator_measure.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('indicator measure')
/var/akvo/rsr/code/akvo/codelists/models/indicator_measure.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('indicator measures')
/var/akvo/rsr/code/akvo/codelists/models/indicator_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/indicator_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
url = models.URLField(_('url'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/indicator_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('indicator vocabulary')
/var/akvo/rsr/code/akvo/codelists/models/indicator_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('indicator vocabularies')
/var/akvo/rsr/code/akvo/codelists/models/language.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/language.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('language')
/var/akvo/rsr/code/akvo/codelists/models/language.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('languages')
/var/akvo/rsr/code/akvo/codelists/models/loan_repayment_period.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/loan_repayment_period.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/loan_repayment_period.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('loan repayment period')
/var/akvo/rsr/code/akvo/codelists/models/loan_repayment_period.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('loan repayment periods')
/var/akvo/rsr/code/akvo/codelists/models/loan_repayment_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/loan_repayment_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/loan_repayment_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('loan repayment type')
/var/akvo/rsr/code/akvo/codelists/models/loan_repayment_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('loan repayment types')
/var/akvo/rsr/code/akvo/codelists/models/location_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category = models.CharField(_('category'), max_length=2, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/location_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/location_type.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/location_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('location type')
/var/akvo/rsr/code/akvo/codelists/models/location_type.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('location types')
/var/akvo/rsr/code/akvo/codelists/models/location_type_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/location_type_category.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('location type category')
/var/akvo/rsr/code/akvo/codelists/models/location_type_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('location type categories')
/var/akvo/rsr/code/akvo/codelists/models/organisation_identifier.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/organisation_identifier.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
abbreviation = models.CharField(_('abbreviation'), max_length=100, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/organisation_identifier.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('organisation identifier')
/var/akvo/rsr/code/akvo/codelists/models/organisation_identifier.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('organisation identifiers')
/var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category = models.CharField(_('category'), max_length=2, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
url = models.URLField(_('url'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('organisation registration agency')
/var/akvo/rsr/code/akvo/codelists/models/organisation_registration_agency.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('organisation registration agencies')
/var/akvo/rsr/code/akvo/codelists/models/organisation_role.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/organisation_role.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/organisation_role.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('organisation role')
/var/akvo/rsr/code/akvo/codelists/models/organisation_role.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('organisation role')
/var/akvo/rsr/code/akvo/codelists/models/organisation_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/organisation_type.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('organisation type')
/var/akvo/rsr/code/akvo/codelists/models/organisation_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('organisation types')
/var/akvo/rsr/code/akvo/codelists/models/other_identifier_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/other_identifier_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/other_identifier_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('other identifier type')
/var/akvo/rsr/code/akvo/codelists/models/other_identifier_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('other identifier types')
/var/akvo/rsr/code/akvo/codelists/models/policy_marker.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/policy_marker.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('policy marker')
/var/akvo/rsr/code/akvo/codelists/models/policy_marker.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('policy markers')
/var/akvo/rsr/code/akvo/codelists/models/policy_marker_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/policy_marker_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/policy_marker_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('policy marker vocabulary')
/var/akvo/rsr/code/akvo/codelists/models/policy_marker_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('policy marker vocabularies')
/var/akvo/rsr/code/akvo/codelists/models/policy_significance.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/policy_significance.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/policy_significance.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('policy significance')
/var/akvo/rsr/code/akvo/codelists/models/policy_significance.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('policy significances')
/var/akvo/rsr/code/akvo/codelists/models/publisher_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/publisher_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/publisher_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('publisher type')
/var/akvo/rsr/code/akvo/codelists/models/publisher_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('publisher types')
/var/akvo/rsr/code/akvo/codelists/models/region.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/region.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('region')
/var/akvo/rsr/code/akvo/codelists/models/region.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('regions')
/var/akvo/rsr/code/akvo/codelists/models/region_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/region_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/region_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('region vocabulary')
/var/akvo/rsr/code/akvo/codelists/models/region_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('region vocabularies')
/var/akvo/rsr/code/akvo/codelists/models/related_activity_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/related_activity_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/related_activity_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('related activity type')
/var/akvo/rsr/code/akvo/codelists/models/related_activity_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('related activity types')
/var/akvo/rsr/code/akvo/codelists/models/result_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/result_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/result_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('result type')
/var/akvo/rsr/code/akvo/codelists/models/result_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('result types')
/var/akvo/rsr/code/akvo/codelists/models/result_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/result_vocabulary.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('result vocabulary')
/var/akvo/rsr/code/akvo/codelists/models/result_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('result vocabularies')
/var/akvo/rsr/code/akvo/codelists/models/sector.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category = models.CharField(_('category'), max_length=3, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/sector.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/sector.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/sector.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category_name = models.CharField(_('category name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/sector.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category_description = models.TextField(_('category description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/sector.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('sector')
/var/akvo/rsr/code/akvo/codelists/models/sector.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('sectors')
/var/akvo/rsr/code/akvo/codelists/models/sector_category.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/sector_category.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/sector_category.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('sector category')
/var/akvo/rsr/code/akvo/codelists/models/sector_category.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('sector categories')
/var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
url = models.URLField(_('url'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('sector vocabulary')
/var/akvo/rsr/code/akvo/codelists/models/sector_vocabulary.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('sector vocabulary')
/var/akvo/rsr/code/akvo/codelists/models/tag_vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/tag_vocabulary.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('tag vocabulary')
/var/akvo/rsr/code/akvo/codelists/models/tag_vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('tag vocabularies')
/var/akvo/rsr/code/akvo/codelists/models/tied_status.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/tied_status.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/tied_status.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('tied status')
/var/akvo/rsr/code/akvo/codelists/models/tied_status.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('tied statuses')
/var/akvo/rsr/code/akvo/codelists/models/transaction_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/transaction_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/transaction_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('transaction type')
/var/akvo/rsr/code/akvo/codelists/models/transaction_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('transaction types')
/var/akvo/rsr/code/akvo/codelists/models/unsdg_goals.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/unsdg_goals.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('unsdg goals')
/var/akvo/rsr/code/akvo/codelists/models/unsdg_goals.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('unsdg goals')
/var/akvo/rsr/code/akvo/codelists/models/unsdg_targets.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.TextField(_('name'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/unsdg_targets.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('unsdg targets')
/var/akvo/rsr/code/akvo/codelists/models/unsdg_targets.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('unsdg targets')
/var/akvo/rsr/code/akvo/codelists/models/value_type.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/value_type.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/value_type.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('value type')
/var/akvo/rsr/code/akvo/codelists/models/value_type.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('value types')
/var/akvo/rsr/code/akvo/codelists/models/verification_status.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/verification_status.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = models.TextField(_('description'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/verification_status.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('verification status')
/var/akvo/rsr/code/akvo/codelists/models/verification_status.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('verification statuses')
/var/akvo/rsr/code/akvo/codelists/models/version.py:13: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
code = models.CharField(_('code'), max_length=4)
/var/akvo/rsr/code/akvo/codelists/models/version.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
url = models.URLField(_('url'), blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/version.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('version')
/var/akvo/rsr/code/akvo/codelists/models/version.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('versions')
/var/akvo/rsr/code/akvo/codelists/models/vocabulary.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.CharField(_('name'), max_length=300, blank=True, null=False)
/var/akvo/rsr/code/akvo/codelists/models/vocabulary.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('vocabulary')
/var/akvo/rsr/code/akvo/codelists/models/vocabulary.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('vocabulary')
/var/akvo/rsr/code/akvo/rsr/iso3166.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("af", _("Afghanistan")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ax", _("Åland Islands")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("al", _("Albania")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("dz", _("Algeria")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("as", _("American Samoa")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ad", _("Andorra")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ao", _("Angola")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ai", _("Anguilla")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("aq", _("Antarctica")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ag", _("Antigua and Barbuda")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ar", _("Argentina")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("am", _("Armenia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("aw", _("Aruba")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("au", _("Australia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("at", _("Austria")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("az", _("Azerbaijan")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bs", _("Bahamas")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bh", _("Bahrain")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bd", _("Bangladesh")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bb", _("Barbados")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("by", _("Belarus")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("be", _("Belgium")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bz", _("Belize")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bj", _("Benin")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bm", _("Bermuda")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bt", _("Bhutan")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bo", _("Bolivia, Plurinational State of")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bq", _("Bonaire, Sint Eustatius and Saba")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ba", _("Bosnia and Herzegovina")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bw", _("Botswana")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bv", _("Bouvet Island")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("br", _("Brazil")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("io", _("British Indian Ocean Territory")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bn", _("Brunei Darussalam")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bg", _("Bulgaria")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bf", _("Burkina Faso")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bi", _("Burundi")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("kh", _("Cambodia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cm", _("Cameroon")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ca", _("Canada")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cv", _("Cape Verde")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ky", _("Cayman Islands")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cf", _("Central African Republic")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("td", _("Chad")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cl", _("Chile")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cn", _("China")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cx", _("Christmas Island")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cc", _("Cocos (keeling) Islands")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("co", _("Colombia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("km", _("Comoros")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cg", _("Congo")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cd", _("Congo, The Democratic Republic of the")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ck", _("Cook Islands")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cr", _("Costa Rica")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:68: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ci", _("Côte D'ivoire")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:69: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("hr", _("Croatia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cu", _("Cuba")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:71: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cw", _("Curaçao")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cy", _("Cyprus")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("cz", _("Czech Republic")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("dk", _("Denmark")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:75: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("dj", _("Djibouti")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:76: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("dm", _("Dominica")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("do", _("Dominican Republic")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ec", _("Ecuador")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:79: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("eg", _("Egypt")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:80: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sv", _("El Salvador")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:81: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gq", _("Equatorial Guinea")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("er", _("Eritrea")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:83: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ee", _("Estonia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("et", _("Ethiopia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:85: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("fk", _("Falkland Islands (Malvinas)")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("fo", _("Faroe Islands")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:87: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("fj", _("Fiji")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:88: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("fi", _("Finland")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:89: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("fr", _("France")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:90: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gf", _("French Guiana")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:91: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("pf", _("French Polynesia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("tf", _("French Southern Territories")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ga", _("Gabon")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gm", _("Gambia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ge", _("Georgia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("de", _("Germany")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:97: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gh", _("Ghana")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:98: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gi", _("Gibraltar")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:99: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gr", _("Greece")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gl", _("Greenland")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gd", _("Grenada")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gp", _("Guadeloupe")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gu", _("Guam")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gt", _("Guatemala")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gg", _("Guernsey")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gn", _("Guinea")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gw", _("Guinea-bissau")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gy", _("Guyana")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ht", _("Haiti")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("hm", _("Heard Island and Mcdonald Islands")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:111: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("va", _("Holy See (Vatican City State)")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("hn", _("Honduras")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("hk", _("Hong Kong")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("hu", _("Hungary")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("is", _("Iceland")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("in", _("India")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:117: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("id", _("Indonesia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ir", _("Iran, Islamic Republic of")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:119: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("iq", _("Iraq")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ie", _("Ireland")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("im", _("Isle of Man")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("il", _("Israel")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("it", _("Italy")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("jm", _("Jamaica")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("jp", _("Japan")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:126: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("je", _("Jersey")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("jo", _("Jordan")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("kz", _("Kazakhstan")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ke", _("Kenya")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ki", _("Kiribati")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("kp", _("Korea, Democratic People's Republic of")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:132: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("kr", _("Korea, Republic of")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("xk", _("Kosovo")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("kw", _("Kuwait")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("kg", _("Kyrgyzstan")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:136: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("la", _("Lao People's Democratic Republic")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("lv", _("Latvia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("lb", _("Lebanon")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:139: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ls", _("Lesotho")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("lr", _("Liberia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ly", _("Libyan Arab Jamahiriya")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("li", _("Liechtenstein")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("lt", _("Lithuania")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("lu", _("Luxembourg")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mo", _("Macao")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mk", _("Macedonia, The Former Yugoslav Republic of")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mg", _("Madagascar")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:148: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mw", _("Malawi")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:149: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("my", _("Malaysia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mv", _("Maldives")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:151: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ml", _("Mali")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:152: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mt", _("Malta")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:153: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mh", _("Marshall Islands")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mq", _("Martinique")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mr", _("Mauritania")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:156: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mu", _("Mauritius")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("yt", _("Mayotte")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mx", _("Mexico")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:159: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("fm", _("Micronesia, Federated States of")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("md", _("Moldova, Republic of")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mc", _("Monaco")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:162: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mn", _("Mongolia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("me", _("Montenegro")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:164: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ms", _("Montserrat")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ma", _("Morocco")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:166: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mz", _("Mozambique")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:167: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mm", _("Myanmar")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:168: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("na", _("Namibia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:169: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("nr", _("Nauru")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("np", _("Nepal")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:171: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("nl", _("Netherlands")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:172: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("nc", _("New Caledonia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:173: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("nz", _("New Zealand")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:174: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ni", _("Nicaragua")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:175: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ne", _("Niger")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:176: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ng", _("Nigeria")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:177: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("nu", _("Niue")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("nf", _("Norfolk Island")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:179: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mp", _("Northern Mariana Islands")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:180: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("no", _("Norway")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:181: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("om", _("Oman")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:182: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("pk", _("Pakistan")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:183: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("pw", _("Palau")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:184: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ps", _("Palestine, State of")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:185: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("pa", _("Panama")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("pg", _("Papua New Guinea")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:187: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("py", _("Paraguay")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("pe", _("Peru")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:189: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ph", _("Philippines")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:190: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("pn", _("Pitcairn")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:191: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("pl", _("Poland")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:192: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("pt", _("Portugal")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:193: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("pr", _("Puerto Rico")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("qa", _("Qatar")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:195: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("re", _("Réunion")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ro", _("Romania")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ru", _("Russian Federation")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("rw", _("Rwanda")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("bl", _("Saint Barthélemy")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sh", _("Saint Helena, Ascension and Tristan Da Cunha")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:201: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("kn", _("Saint Kitts and Nevis")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("lc", _("Saint Lucia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:203: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("mf", _("Saint Martin (French part)")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:204: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("pm", _("Saint Pierre and Miquelon")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:205: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("vc", _("Saint Vincent and the Grenadines")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:206: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ws", _("Samoa")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:207: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sm", _("San Marino")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:208: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("st", _("Sao Tome and Principe")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sa", _("Saudi Arabia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:210: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sn", _("Senegal")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:211: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("rs", _("Serbia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:212: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sc", _("Seychelles")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:213: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sl", _("Sierra Leone")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sg", _("Singapore")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:215: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sx", _("Sint Maarten (Dutch part)")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:216: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sk", _("Slovakia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:217: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("si", _("Slovenia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sb", _("Solomon Islands")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:219: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("so", _("Somalia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:220: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("za", _("South Africa")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:221: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gs", _("South Georgia and the South Sandwich Islands")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:222: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ss", _("South Sudan")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:223: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("es", _("Spain")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:224: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("lk", _("Sri Lanka")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:225: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sd", _("Sudan")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sr", _("Suriname")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:227: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sj", _("Svalbard and Jan Mayen")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:228: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sz", _("Swaziland")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:229: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("se", _("Sweden")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:230: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ch", _("Switzerland")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:231: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sy", _("Syrian Arab Republic")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:232: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("tw", _("Taiwan, Province of China")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:233: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("tj", _("Tajikistan")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:234: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("tz", _("Tanzania, United Republic of")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("th", _("Thailand")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:236: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("tl", _("Timor-leste")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:237: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("tg", _("Togo")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("tk", _("Tokelau")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:239: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("to", _("Tonga")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("tt", _("Trinidad and Tobago")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:241: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("tn", _("Tunisia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("tr", _("Turkey")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("tm", _("Turkmenistan")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:244: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("tc", _("Turks and Caicos Islands")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:245: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("tv", _("Tuvalu")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ug", _("Uganda")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:247: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ua", _("Ukraine")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:248: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ae", _("United Arab Emirates")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:249: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("gb", _("United Kingdom")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("us", _("United States")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:251: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("um", _("United States Minor Outlying Islands")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:252: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("uy", _("Uruguay")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:253: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("uz", _("Uzbekistan")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:254: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("vu", _("Vanuatu")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:255: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ve", _("Venezuela, Bolivarian Republic of")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:256: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("vn", _("Vietnam")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:257: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("vg", _("Virgin Islands, British")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:258: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("vi", _("Virgin Islands, U.S.")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:259: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("wf", _("Wallis and Futuna")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:260: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("eh", _("Western Sahara")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:261: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("ye", _("Yemen")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("zm", _("Zambia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:263: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("zw", _("Zimbabwe")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:525: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("af", _("Africa")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:526: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("as", _("Asia")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:527: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("eu", _("Europe")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:528: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("na", _("North America")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:529: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("sa", _("South America")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:530: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("oc", _("Oceania")),
/var/akvo/rsr/code/akvo/rsr/iso3166.py:531: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("an", _("Antarctica")),
/var/akvo/rsr/code/akvo/rsr/fields.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = _('Latitude coordinate.')
/var/akvo/rsr/code/akvo/rsr/fields.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = _('Longitude coordinate.')
/var/akvo/rsr/code/akvo/rsr/models/benchmark.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='benchmarks', )
/var/akvo/rsr/code/akvo/rsr/models/benchmark.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category = models.ForeignKey('Category', on_delete=models.CASCADE, verbose_name=_('category'), )
/var/akvo/rsr/code/akvo/rsr/models/benchmark.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = models.ForeignKey('Benchmarkname', on_delete=models.CASCADE, verbose_name=_('benchmark name'), )
/var/akvo/rsr/code/akvo/rsr/models/benchmark.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
value = models.IntegerField(_('benchmark value'), )
/var/akvo/rsr/code/akvo/rsr/models/benchmark.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('benchmark')
/var/akvo/rsr/code/akvo/rsr/models/benchmark.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('benchmarks')
/var/akvo/rsr/code/akvo/rsr/models/benchmark.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('benchmark name'), max_length=80,
/var/akvo/rsr/code/akvo/rsr/models/benchmark.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter a name for the benchmark. (80 characters).')
/var/akvo/rsr/code/akvo/rsr/models/benchmark.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('order'), default=0,
/var/akvo/rsr/code/akvo/rsr/models/benchmark.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Used to order the benchmarks when displayed. '
/var/akvo/rsr/code/akvo/rsr/models/benchmark.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('benchmark name')
/var/akvo/rsr/code/akvo/rsr/models/benchmark.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('benchmark names')
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("1", _(u"Pipeline/identification"), _(u"The activity is being scoped or planned ")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("1", _(u"Pipeline/identification"), _(u"The activity is being scoped or planned ")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("2", _(u"Implementation"), _(u"The activity is currently being implemented")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("2", _(u"Implementation"), _(u"The activity is currently being implemented")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("3", _(u"Finalisation"), _(u"Physical activity is complete or the final disbursement has been made, but the activity remains open pending financial sign off or M&E")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("3", _(u"Finalisation"), _(u"Physical activity is complete or the final disbursement has been made, but the activity remains open pending financial sign off or M&E")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("4", _(u"Closed"), _(u"Physical activity is complete or the final disbursement has been made.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("4", _(u"Closed"), _(u"Physical activity is complete or the final disbursement has been made.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("5", _(u"Cancelled"), _(u"The activity has been cancelled")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("5", _(u"Cancelled"), _(u"The activity has been cancelled")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("6", _(u"Suspended"), _(u"The activity has been temporarily suspended")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("6", _(u"Suspended"), _(u"The activity has been temporarily suspended")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:850: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("1", _(u"General Enquiries"), _(u"General Enquiries")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:850: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("1", _(u"General Enquiries"), _(u"General Enquiries")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:851: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("2", _(u"Project Management"), _(u"Project Management")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:851: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("2", _(u"Project Management"), _(u"Project Management")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:852: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("3", _(u"Financial Management"), _(u"Financial Management")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:852: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("3", _(u"Financial Management"), _(u"Financial Management")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:853: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("4", _(u"Communications"), _(u"Communications")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:853: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("4", _(u"Communications"), _(u"Communications")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("1", _(u"Unit"), _(u"The indicator is measured in units.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("1", _(u"Unit"), _(u"The indicator is measured in units.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("2", _(u"Percentage"), _(u"The indicator is measured in percentages")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("2", _(u"Percentage"), _(u"The indicator is measured in percentages")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("3", _(u"Nominal"), _(u"The indicator is measured as a quantitative nominal scale.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("3", _(u"Nominal"), _(u"The indicator is measured as a quantitative nominal scale.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("4", _(u"Ordinal"), _(u"The indicator is measured as a quantitative ordinal scale.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("4", _(u"Ordinal"), _(u"The indicator is measured as a quantitative ordinal scale.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("5", _(u"Qualitative"), _(u"The indicator is qualitative.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:3200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("5", _(u"Qualitative"), _(u"The indicator is qualitative.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4874: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("1", _(u"Parent"), _(u"An activity that contains sub-activities (sub-components) which are reported separately to IATI")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4874: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("1", _(u"Parent"), _(u"An activity that contains sub-activities (sub-components) which are reported separately to IATI")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4875: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("2", _(u"Child"), _(u"A sub-activity (or sub-component) that sits within a larger activity (parent) which is also reported to IATI")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4875: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("2", _(u"Child"), _(u"A sub-activity (or sub-component) that sits within a larger activity (parent) which is also reported to IATI")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4876: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("3", _(u"Sibling"), _(u"A sub-activity (or sub-component) that is related to another sub-activity with the same parent ")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4876: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("3", _(u"Sibling"), _(u"A sub-activity (or sub-component) that is related to another sub-activity with the same parent ")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4877: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("4", _(u"Co-funded"), _(u"An activity that receives funding from more than one organisation")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4877: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("4", _(u"Co-funded"), _(u"An activity that receives funding from more than one organisation")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4878: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("5", _(u"Third Party"), _(u"A report by another organisation on the same activity you are reporting (excluding activities reported as part of a financial transaction - e.g. provider-activity-id or a co-funded activity, using code 4)")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4878: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("5", _(u"Third Party"), _(u"A report by another organisation on the same activity you are reporting (excluding activities reported as part of a financial transaction - e.g. provider-activity-id or a co-funded activity, using code 4)")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4888: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(RESULT_TYPE_OUTPUT, _(u"Output"), _(u"Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4888: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(RESULT_TYPE_OUTPUT, _(u"Output"), _(u"Results of the activity that came about as a direct effect of your work and specific, what is done, and what communities are reached. For example, X number of individuals.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4889: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(RESULT_TYPE_OUTCOME, _(u"Outcome"), _(u"Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4889: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(RESULT_TYPE_OUTCOME, _(u"Outcome"), _(u"Results of the activity that produce an effect on the overall communities or issues you serve. For example lower rate of infection after a vaccination programme.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4890: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(RESULT_TYPE_IMPACT, _(u"Impact"), _(u"The long term effects of the outcomes, that lead to larger, over arching results, such as improved life-expectancy.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4890: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(RESULT_TYPE_IMPACT, _(u"Impact"), _(u"The long term effects of the outcomes, that lead to larger, over arching results, such as improved life-expectancy.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4891: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(RESULT_TYPE_OTHER, _(u"Other"), _(u"Another type of result, not specified above.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:4891: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(RESULT_TYPE_OTHER, _(u"Other"), _(u"Another type of result, not specified above.")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5280: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("1", _(u"OECD DAC CRS Purpose Codes (5 digit)"), _(u"The sector reported corresponds to an OECD DAC CRS 5-digit purpose code")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5280: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("1", _(u"OECD DAC CRS Purpose Codes (5 digit)"), _(u"The sector reported corresponds to an OECD DAC CRS 5-digit purpose code")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5281: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("2", _(u"OECD DAC CRS Purpose Codes (3 digit)"), _(u"The sector reported corresponds to an OECD DAC CRS 3-digit purpose code")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5281: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("2", _(u"OECD DAC CRS Purpose Codes (3 digit)"), _(u"The sector reported corresponds to an OECD DAC CRS 3-digit purpose code")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("3", _(u"Classification of the Functions of Government (UN)"), _(u"The sector reported corresponds to the UN Classification of the Functions of Government (CoFoG)")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("3", _(u"Classification of the Functions of Government (UN)"), _(u"The sector reported corresponds to the UN Classification of the Functions of Government (CoFoG)")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5283: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("4", _(u"Statistical classification of economic activities in the European Community"), _(u"The sector reported corresponds to the statistical classifications of economic activities in the European Community")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5283: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("4", _(u"Statistical classification of economic activities in the European Community"), _(u"The sector reported corresponds to the statistical classifications of economic activities in the European Community")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5284: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("5", _(u"National Taxonomy for Exempt Entities (USA)"), _(u"The sector reported corresponds to the National Taxonomy for Exempt Entities (NTEE) - USA")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5284: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("5", _(u"National Taxonomy for Exempt Entities (USA)"), _(u"The sector reported corresponds to the National Taxonomy for Exempt Entities (NTEE) - USA")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5285: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("6", _(u"AidData"), _(u"The sector reported corresponds to AidData classifications")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5285: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("6", _(u"AidData"), _(u"The sector reported corresponds to AidData classifications")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("7", _(u"SDG Goal"), _(u"A value from the top-level list of UN sustainable development goals (SDGs) (e.g. ‘1’)")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("7", _(u"SDG Goal"), _(u"A value from the top-level list of UN sustainable development goals (SDGs) (e.g. ‘1’)")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5287: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("8", _(u"SDG Target"), _(u"A value from the second-level list of UN sustainable development goals (SDGs) (e.g. ‘1.1’)")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5287: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("8", _(u"SDG Target"), _(u"A value from the second-level list of UN sustainable development goals (SDGs) (e.g. ‘1.1’)")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("9", _(u"SDG Indicator"), _(u"A value from the second-level list of UN sustainable development (SDG) indicators")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("9", _(u"SDG Indicator"), _(u"A value from the second-level list of UN sustainable development (SDG) indicators")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("10", _(u"Humanitarian Global Clusters (Inter-Agency Standing Committee)"), _(u"The sector reported corresponds to an Inter-Agency Standard Committee Humanitarian Global Cluster code")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("10", _(u"Humanitarian Global Clusters (Inter-Agency Standing Committee)"), _(u"The sector reported corresponds to an Inter-Agency Standard Committee Humanitarian Global Cluster code")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("11", _(u"North American Industry Classification System (NAICS)"), _(u"The sector reported corresponds to the NAICS codelist")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("11", _(u"North American Industry Classification System (NAICS)"), _(u"The sector reported corresponds to the NAICS codelist")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5291: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("99", _(u"Reporting Organisation"), _(u"The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5291: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("99", _(u"Reporting Organisation"), _(u"The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5292: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("98", _(u"Reporting Organisation 2"), _(u"The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity (if they are referencing more than one)")),
/var/akvo/rsr/code/akvo/codelists/store/codelists_v203.py:5292: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
("98", _(u"Reporting Organisation 2"), _(u"The sector reported corresponds to a sector vocabulary maintained by the reporting organisation for this activity (if they are referencing more than one)")),
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
label = ValidXMLCharField(_('label'), max_length=30, unique=True, db_index=True)
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('budget item label')
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('budget item labels')
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='budget_items')
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
BudgetItemLabel, on_delete=models.CASCADE, verbose_name=_('budget item'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Select the budget item(s) to indicate how the project budget is divided. '
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
max_length=30, null=True, blank=True, verbose_name=_('other label extra info'),
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter a description for an "other" budget item.'),
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('budget item value'), max_digits=14, decimal_places=2, null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the amount of budget that is set aside for this specific budget item. '
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('budget type'), blank=True, max_length=1, choices=codelist_choices(BUDGET_TYPE),
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Select whether this is an original or revised budget of the project.')
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('budget item period start'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the start date (DD/MM/YYYY) for the budget period.')
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('budget item period end'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the end date (DD/MM/YYYY) for the budget period.')
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('budget item value date'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:71: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the date (DD/MM/YYYY) to be used for determining the exchange rate for '
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
currency = ValidXMLCharField(_('currency'), max_length=3, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('status'), max_length=1, blank=True, choices=codelist_choices(BUDGET_STATUS),
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The status explains whether the budget being reported is indicative or has '
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('budget item')
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:156: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('budget items')
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='country_budget_items')
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('country budget item'), max_length=10, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This item encodes the alignment of activities with both the functional and '
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('country budget item description'), max_length=100, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:173: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('country budget item percentage'), blank=True, null=True, max_digits=4, decimal_places=1,
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:175: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('If more than one identifier is reported, the percentage share must be '
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:191: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('country budget item')
/var/akvo/rsr/code/akvo/rsr/models/budget_item.py:192: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('country budget items')
/var/akvo/rsr/code/akvo/rsr/models/country.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = ValidXMLCharField(_('country name'), max_length=50, unique=True, db_index=True)
/var/akvo/rsr/code/akvo/rsr/models/country.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('ISO 3166 code'), max_length=2, unique=True, db_index=True, choices=ISO_3166_COUNTRIES
/var/akvo/rsr/code/akvo/rsr/models/country.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
continent = ValidXMLCharField(_('continent name'), max_length=20, db_index=True)
/var/akvo/rsr/code/akvo/rsr/models/country.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('continent code'), max_length=2, db_index=True, choices=CONTINENTS
/var/akvo/rsr/code/akvo/rsr/models/country.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('country')
/var/akvo/rsr/code/akvo/rsr/models/country.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('countries')
/var/akvo/rsr/code/akvo/rsr/models/country.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='recipient_countries'
/var/akvo/rsr/code/akvo/rsr/models/country.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('recipient country'), blank=True, max_length=2, choices=codelist_choices(COUNTRY, show_code=False),
/var/akvo/rsr/code/akvo/rsr/models/country.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The country that benefits from the project.')
/var/akvo/rsr/code/akvo/rsr/models/country.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('recipient country percentage'), blank=True, null=True, max_digits=4, decimal_places=1,
/var/akvo/rsr/code/akvo/rsr/models/country.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The percentage of total commitments or total activity budget allocated to '
/var/akvo/rsr/code/akvo/rsr/models/country.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('recipient country description'), blank=True, max_length=50,
/var/akvo/rsr/code/akvo/rsr/models/country.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter additional information about the recipient country, if necessary.')
/var/akvo/rsr/code/akvo/rsr/models/country.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('recipient country')
/var/akvo/rsr/code/akvo/rsr/models/country.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('recipient countries')
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(1, _('01 - General information')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(2, _('02 - Contact information')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(3, _('03 - Project partners')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(4, _('04 - Project descriptions')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(5, _('05 - Results and indicators')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(6, _('06 - Finance')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(7, _('07 - Project locations')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(8, _('08 - Project focus')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(9, _('09 - Links and documents')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(10, _('10 - Project comments')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('text', _('Text')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('boolean', _('Checkbox')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('dropdown', _('Dropdown')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='custom_fields')
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = ValidXMLCharField(_('name'), max_length=255, help_text=_('(max 255 characters)'))
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = ValidXMLCharField(_('name'), max_length=255, help_text=_('(max 255 characters)'))
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('admin section'), choices=SECTIONS,
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Select the section of the admin where the custom field should be displayed')
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('maximum characters'), blank=True, null=True,
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Set the maximum amount of characters that the user is allowed to fill in. '
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('help text'), max_length=1000, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The help text to be displayed with the field in the admin. Leave empty if '
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
value = ValidXMLTextField(_('value'), blank=True)
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
mandatory = models.BooleanField(_('mandatory'), default=False,
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Indicate whether this field is mandatory or not'))
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:68: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('order'), help_text=_('The order of the fields as they will be displayed in the '
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:68: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('order'), help_text=_('The order of the fields as they will be displayed in the '
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('type'), max_length=20, choices=TYPES, default='text',
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Select the type of custom field. Text will show a text area in the project '
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
dropdown_options = JSONField(_('dropdown options'), null=True, blank=True)
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
dropdown_selection = JSONField(_('dropdown selection'), null=True, blank=True)
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(1, _('01 - General information')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(2, _('02 - Contact information')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(3, _('03 - Project partners')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(4, _('04 - Project descriptions')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(5, _('05 - Results and indicators')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(6, _('06 - Finance')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(7, _('07 - Project locations')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(8, _('08 - Project focus')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(9, _('09 - Links and documents')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(10, _('10 - Project comments')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('text', _('Text')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('boolean', _('Checkbox')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('dropdown', _('Dropdown')),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', on_delete=models.CASCADE, verbose_name=_('organisation'), related_name='custom_fields'
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = ValidXMLCharField(_('name'), max_length=255, help_text=_('(max 255 characters)'))
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = ValidXMLCharField(_('name'), max_length=255, help_text=_('(max 255 characters)'))
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('admin section'), choices=SECTIONS,
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Select the section of the admin where the custom field should be displayed')
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('maximum characters'), blank=True, null=True,
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Set the maximum amount of characters that the user is allowed to fill in. '
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('help text'), max_length=1000, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The help text to be displayed with the field in the admin. Leave empty if '
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
mandatory = models.BooleanField(_('mandatory'), default=False,
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Indicate whether this field is mandatory or not'))
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('order'), help_text=_('The order of the fields as they will be displayed in the '
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('order'), help_text=_('The order of the fields as they will be displayed in the '
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('type'), max_length=20, choices=TYPES, default='text',
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Select the type of custom field. Text will show a text area in the project '
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
dropdown_options = JSONField(_('dropdown options'),
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:151: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('List of options for the dropdown fields. '
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('show in searchbar'), default=False,
/var/akvo/rsr/code/akvo/rsr/models/custom_field.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Indicate whether this field is show in the partner site search bar'))
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan terms rate 1'), blank=True, null=True, max_digits=5, decimal_places=2,
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Interest Rate. If an ODA loan with variable interest rate, report the '
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan terms rate 2'), blank=True, null=True, max_digits=5, decimal_places=2,
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Second Interest Rate. If an ODA loan with variable interest rate, report the '
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan terms repayment type'), max_length=1,
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('An IATI codelist tabulating CRS-specified values for the type of Repayment. '
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan terms repayment plan'), max_length=2,
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('An IATI codelist tabulating CRS-specified values for the number of '
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan terms commitment date'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The CRS++ reported commitment date.')
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan terms first repayment date'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The CRS++ reported first repayment date.')
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan terms final repayment date'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The CRS++ reported final repayment date.')
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan status year'), blank=True, null=True,
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('CRS reporting year (CRS++ Column 1).')
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan status currency'), blank=True, max_length=3, choices=codelist_choices(CURRENCY)
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan status value date'), blank=True, null=True,
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the specific date (DD/MM/YYYY) for the loan status values.')
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan status interest received'), max_digits=10, decimal_places=2, blank=True, null=True,
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Interest received during the reporting year.')
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:81: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan status principal outstanding'), max_digits=10, decimal_places=2, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
null=True, help_text=_('The amount of principal owed on the loan at the end of the '
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan status principal arrears'), max_digits=10, decimal_places=2, blank=True, null=True,
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:87: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Arrears of principal at the end of the year. Included in principal '
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:91: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('loan status interest arrears'), max_digits=10, decimal_places=2, blank=True, null=True,
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Arrears of interest at the end of the year.')
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('channel code'), blank=True, max_length=5, choices=codelist_choices(C_R_S_CHANNEL_CODE),
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The CRS channel code for this activity. The codelist contains both '
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:132: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('CRS reporting')
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('CRS reporting')
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('code'), max_length=1, choices=codelist_choices(C_R_S_ADD_OTHER_FLAGS),
/var/akvo/rsr/code/akvo/rsr/models/crs_add.py:144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('An IATI code describing the equivalent CRS++ columns. See the '
/var/akvo/rsr/code/akvo/rsr/models/result/result.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('aggregation status'), blank=True, null=True,
/var/akvo/rsr/code/akvo/rsr/models/result/result.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Indicate whether the data in the result set can be accumulated.')
/var/akvo/rsr/code/akvo/rsr/models/result/result.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('result description'), blank=True, max_length=2000,
/var/akvo/rsr/code/akvo/rsr/models/result/result.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('You can provide further information of the result here.')
/var/akvo/rsr/code/akvo/rsr/models/result/result.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The parent result of this result.'),
/var/akvo/rsr/code/akvo/rsr/models/result/result.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
order = models.PositiveSmallIntegerField(_('result order'), null=True, blank=True)
/var/akvo/rsr/code/akvo/rsr/models/result/result.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('result')
/var/akvo/rsr/code/akvo/rsr/models/result/result.py:179: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('results')
/var/akvo/rsr/code/akvo/rsr/models/iati_export.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
STATUS_PENDING: _('pending'),
/var/akvo/rsr/code/akvo/rsr/models/iati_export.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
STATUS_IN_PROGRESS: _('in progress'),
/var/akvo/rsr/code/akvo/rsr/models/iati_export.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
STATUS_COMPLETED: _('completed'),
/var/akvo/rsr/code/akvo/rsr/models/iati_export.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
STATUS_CANCELLED: _('cancelled')
/var/akvo/rsr/code/akvo/rsr/models/iati_export.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', on_delete=models.CASCADE, verbose_name=_('reporting organisation'), related_name='iati_exports'
/var/akvo/rsr/code/akvo/rsr/models/iati_export.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
settings.AUTH_USER_MODEL, on_delete=models.CASCADE, verbose_name=_('user'), related_name='iati_exports'
/var/akvo/rsr/code/akvo/rsr/models/iati_export.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
projects = models.ManyToManyField('Project', verbose_name=_('projects'))
/var/akvo/rsr/code/akvo/rsr/models/iati_export.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
version = ValidXMLCharField(_('version'), max_length=4, default='2.03')
/var/akvo/rsr/code/akvo/rsr/models/iati_export.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
status = models.PositiveSmallIntegerField(_('status'), default=STATUS_PENDING)
/var/akvo/rsr/code/akvo/rsr/models/iati_export.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
iati_file = models.FileField(_('IATI file'), blank=True, upload_to=file_path)
/var/akvo/rsr/code/akvo/rsr/models/iati_export.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
latest = models.BooleanField(_('latest'), default=False)
/var/akvo/rsr/code/akvo/rsr/models/iati_export.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('IATI export')
/var/akvo/rsr/code/akvo/rsr/models/iati_export.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('IATI exports')
/var/akvo/rsr/code/akvo/rsr/models/internal_organisation_id.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', on_delete=models.CASCADE, verbose_name=_('recording organisation'), related_name='internal_ids'
/var/akvo/rsr/code/akvo/rsr/models/internal_organisation_id.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', on_delete=models.CASCADE, verbose_name=_('referenced organisation'), related_name='reference_ids'
/var/akvo/rsr/code/akvo/rsr/models/internal_organisation_id.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
max_length=200, verbose_name=_('internal ID of referenced organisation'),
/var/akvo/rsr/code/akvo/rsr/models/keyword.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('label'), max_length=100, unique=True, db_index=True,
/var/akvo/rsr/code/akvo/rsr/models/keyword.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Select keywords in case you are using an Akvo Page. Keywords linked to a '
/var/akvo/rsr/code/akvo/rsr/models/keyword.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('logo'), blank=True, upload_to=logo_path,
/var/akvo/rsr/code/akvo/rsr/models/keyword.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Add your keyword logo here. You can only add one logo. '
/var/akvo/rsr/code/akvo/rsr/models/keyword.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('keyword')
/var/akvo/rsr/code/akvo/rsr/models/keyword.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('keywords')
/var/akvo/rsr/code/akvo/rsr/models/legacy_data.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='legacy_data')
/var/akvo/rsr/code/akvo/rsr/models/legacy_data.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('name'), blank=True, max_length=1000,
/var/akvo/rsr/code/akvo/rsr/models/legacy_data.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The original field name in the reporting organisation\'s system.')
/var/akvo/rsr/code/akvo/rsr/models/legacy_data.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('value'), blank=True, max_length=1000,
/var/akvo/rsr/code/akvo/rsr/models/legacy_data.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The original field value in the reporting organisation\'s system.')
/var/akvo/rsr/code/akvo/rsr/models/legacy_data.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('iati equivalent'), blank=True, max_length=1000,
/var/akvo/rsr/code/akvo/rsr/models/legacy_data.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The name of the equivalent IATI element.')
/var/akvo/rsr/code/akvo/rsr/models/legacy_data.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('legacy data')
/var/akvo/rsr/code/akvo/rsr/models/legacy_data.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('legacy data')
/var/akvo/rsr/code/akvo/rsr/models/link.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(LINK_AKVOPEDIA, _('Akvopedia entry')),
/var/akvo/rsr/code/akvo/rsr/models/link.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(LINK_EXTRNAL, _('External link')),
/var/akvo/rsr/code/akvo/rsr/models/link.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
kind = ValidXMLCharField(_('kind'), max_length=1, choices=LINK_KINDS, default='E')
/var/akvo/rsr/code/akvo/rsr/models/link.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('link url'),
/var/akvo/rsr/code/akvo/rsr/models/link.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the link to an external website you wish to redirect to from your '
/var/akvo/rsr/code/akvo/rsr/models/link.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('link caption'), max_length=50, blank=True, help_text=_('Enter a name for the link.')
/var/akvo/rsr/code/akvo/rsr/models/link.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('link caption'), max_length=50, blank=True, help_text=_('Enter a name for the link.')
/var/akvo/rsr/code/akvo/rsr/models/link.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='links')
/var/akvo/rsr/code/akvo/rsr/models/link.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('link')
/var/akvo/rsr/code/akvo/rsr/models/link.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('links')
/var/akvo/rsr/code/akvo/rsr/models/location.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('latitude'), null=True, blank=True, db_index=True, default=None,
/var/akvo/rsr/code/akvo/rsr/models/location.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Use a period to denote decimals.')
/var/akvo/rsr/code/akvo/rsr/models/location.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('longitude'), null=True, blank=True, db_index=True, default=None,
/var/akvo/rsr/code/akvo/rsr/models/location.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Use a period to denote decimals.')
/var/akvo/rsr/code/akvo/rsr/models/location.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
city = ValidXMLCharField(_('city'), blank=True, max_length=255)
/var/akvo/rsr/code/akvo/rsr/models/location.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
state = ValidXMLCharField(_('state'), blank=True, max_length=255)
/var/akvo/rsr/code/akvo/rsr/models/location.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
address_1 = ValidXMLCharField(_('address 1'), max_length=255, blank=True)
/var/akvo/rsr/code/akvo/rsr/models/location.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
address_2 = ValidXMLCharField(_('address 2'), max_length=255, blank=True)
/var/akvo/rsr/code/akvo/rsr/models/location.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
postcode = ValidXMLCharField(_('postal code'), max_length=10, blank=True)
/var/akvo/rsr/code/akvo/rsr/models/location.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
country = models.ForeignKey('Country', on_delete=models.SET_NULL, null=True, blank=True, verbose_name=_('country'))
/var/akvo/rsr/code/akvo/rsr/models/location.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('country'), blank=True, max_length=2, choices=codelist_choices(COUNTRY, show_code=False),
/var/akvo/rsr/code/akvo/rsr/models/location.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The country in which the organisation is located.')
/var/akvo/rsr/code/akvo/rsr/models/location.py:112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('reference'), blank=True, max_length=50,
/var/akvo/rsr/code/akvo/rsr/models/location.py:113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('An internal reference that describes the location in the reporting '
/var/akvo/rsr/code/akvo/rsr/models/location.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('code'), blank=True, max_length=25,
/var/akvo/rsr/code/akvo/rsr/models/location.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter a code to identify the region. Codes are based on DAC region codes. '
/var/akvo/rsr/code/akvo/rsr/models/location.py:127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
vocabulary = ValidXMLCharField(_('vocabulary'), blank=True, max_length=2,
/var/akvo/rsr/code/akvo/rsr/models/location.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('name'), blank=True, max_length=100,
/var/akvo/rsr/code/akvo/rsr/models/location.py:131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The human-readable name for the location.')
/var/akvo/rsr/code/akvo/rsr/models/location.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('location description'), blank=True, max_length=2000,
/var/akvo/rsr/code/akvo/rsr/models/location.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This provides free text space for providing an additional description, if '
/var/akvo/rsr/code/akvo/rsr/models/location.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('activity description'), blank=True, max_length=2000,
/var/akvo/rsr/code/akvo/rsr/models/location.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('A description that qualifies the activity taking place at the location. '
/var/akvo/rsr/code/akvo/rsr/models/location.py:147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('location precision'), blank=True, max_length=1,
/var/akvo/rsr/code/akvo/rsr/models/location.py:149: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Defines whether the location represents the most distinct point reasonably '
/var/akvo/rsr/code/akvo/rsr/models/location.py:154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('reach'), blank=True, max_length=1, choices=codelist_choices(GEOGRAPHIC_LOCATION_REACH),
/var/akvo/rsr/code/akvo/rsr/models/location.py:155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Does this location describe where the activity takes place or where the '
/var/akvo/rsr/code/akvo/rsr/models/location.py:159: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('class'), blank=True, max_length=1, choices=codelist_choices(GEOGRAPHIC_LOCATION_CLASS),
/var/akvo/rsr/code/akvo/rsr/models/location.py:160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Does the location refer to a physical structure such as a building, a '
/var/akvo/rsr/code/akvo/rsr/models/location.py:168: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('feature designation'), blank=True, max_length=5,
/var/akvo/rsr/code/akvo/rsr/models/location.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('A more refined coded classification of the type of feature referred to by '
/var/akvo/rsr/code/akvo/rsr/models/location.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
ProjectLocation._meta.get_field('country').help_text = _(
/var/akvo/rsr/code/akvo/rsr/models/location.py:235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'ProjectLocation', on_delete=models.CASCADE, verbose_name=_('location'), related_name='administratives'
/var/akvo/rsr/code/akvo/rsr/models/location.py:238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('administrative code'), blank=True, max_length=25,
/var/akvo/rsr/code/akvo/rsr/models/location.py:239: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Coded identification of national and sub-national divisions according to '
/var/akvo/rsr/code/akvo/rsr/models/location.py:244: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('administrative vocabulary'), blank=True, max_length=2,
/var/akvo/rsr/code/akvo/rsr/models/location.py:246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('For reference: '
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('secondary reporter'),
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_(
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('funding amount'), max_digits=14, decimal_places=2, blank=True, null=True, db_index=True,
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('It’s only possible to indicate a funding amount for funding partners. Use a '
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('partner type extra'), max_length=30, blank=True, null=True, choices=PARTNER_TYPE_EXTRAS,
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('RSR specific partner type.')
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('IATI activity ID'), max_length=100, blank=True, null=True, db_index=True,
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:139: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('A valid activity identifier published by the participating organisation '
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('Internal ID'), max_length=75, blank=True, null=True, db_index=True,
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This field can be used to indicate an internal identifier that is used by '
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_(
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('related IATI activity ID'), max_length=100, blank=True
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:187: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('project partner')
/var/akvo/rsr/code/akvo/rsr/models/partnership.py:188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('project partners')
/var/akvo/rsr/code/akvo/rsr/models/publishing_status.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(STATUS_UNPUBLISHED, _('Unpublished')),
/var/akvo/rsr/code/akvo/rsr/models/publishing_status.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(STATUS_PUBLISHED, _('Published')),
/var/akvo/rsr/code/akvo/rsr/models/publishing_status.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('publishing status')
/var/akvo/rsr/code/akvo/rsr/models/publishing_status.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('publishing statuses')
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('W', _('web')),
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('E', _('e-mail')),
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('S', _('SMS')),
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('M', _('mobile')),
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name=_('project'))
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
user = models.ForeignKey(settings.AUTH_USER_MODEL, on_delete=models.CASCADE, verbose_name=_('user'))
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
title = ValidXMLCharField(_('title'), max_length=1024, db_index=True,
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('1024 characters'))
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
text = ValidXMLTextField(_('text'), blank=True)
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The language of the update'))
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
event_date = models.DateField(help_text=_('The date of the corresponding event'),
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name=_('event date'),
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
photo = ImageField(_('photo'), blank=True, upload_to=image_path,
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The image should have 4:3 height:width ratio for best '
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
photo_caption = ValidXMLTextField(_('photo caption'), blank=True)
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
photo_credit = ValidXMLTextField(_('photo credit'), blank=True)
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
video = EmbedVideoField(_('video URL'), blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Supported providers: YouTube and Vimeo'))
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
video_caption = ValidXMLTextField(_('video caption'), blank=True)
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
video_credit = ValidXMLTextField(_('video credit'), blank=True)
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
update_method = ValidXMLCharField(_('update method'), blank=True, max_length=1,
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
user_agent = ValidXMLCharField(_('user agent'), blank=True, max_length=200, default='')
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
uuid = ValidXMLCharField(_('uuid'), blank=True, max_length=40, default='', db_index=True,
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Universally unique ID set by creating user agent'))
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
notes = ValidXMLTextField(verbose_name=_("Notes and comments"), blank=True, default='')
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('project update')
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:71: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('project updates')
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
photo = ImageField(_('photo'), upload_to=update_image_path, help_text=_(
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
photo = ImageField(_('photo'), upload_to=update_image_path, help_text=_(
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
caption = ValidXMLTextField(_('photo caption'), blank=True)
/var/akvo/rsr/code/akvo/rsr/models/project_update.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
credit = ValidXMLTextField(_('photo credit'), blank=True)
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(ORG_TYPE_NGO, _('NGO')),
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(ORG_TYPE_GOV, _('Governmental')),
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(ORG_TYPE_COM, _('Commercial')),
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(ORG_TYPE_KNO, _('Knowledge institution')),
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:69: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('name'), max_length=40, db_index=True, unique=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Short name which will appear in organisation and partner listings '
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('long name'), max_length=100, db_index=True, unique=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:75: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Full name of organisation (75 characters).'),
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('language'), max_length=2, choices=settings.RSR_LANGUAGES, default='en',
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:79: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The main language of the organisation'),
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('organisation type'), max_length=1, db_index=True, choices=ORG_TYPES, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('currency'), choices=codelist_choices(CURRENCY), max_length=3, default='EUR',
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:87: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The default currency for this organisation. Used in all financial '
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:91: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('IATI organisation type'), db_index=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
default=22, help_text=_('Check that this field is set to an organisation type that '
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:97: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('IATI organisation ID'), max_length=75, blank=True, null=True, db_index=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
logo = ImageField(_('logo'), blank=True, upload_to=image_path,
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Logos should be approximately 360x270 pixels '
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the full address of your web site, beginning with http://.'),
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the full address of your Facebook page, beginning with http://.'),
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the full address of your Twitter feed, beginning with http://.'),
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the full address of your LinkedIn page, beginning with http://.'),
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('phone'), blank=True, max_length=20, help_text=_('(20 characters).')
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('phone'), blank=True, max_length=20, help_text=_('(20 characters).')
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('mobile'), blank=True, max_length=20, help_text=_('(20 characters).')
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('mobile'), blank=True, max_length=20, help_text=_('(20 characters).')
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('fax'), blank=True, max_length=20, help_text=_('(20 characters).')
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('fax'), blank=True, max_length=20, help_text=_('(20 characters).')
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('contact person'), blank=True, max_length=30,
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Name of external contact person for your organisation (30 characters).'),
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('contact email'), blank=True, max_length=50,
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:139: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Email to which inquiries about your organisation should be sent '
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('description'), blank=True, help_text=_('Describe your organisation.')
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('description'), blank=True, help_text=_('Describe your organisation.')
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
notes = ValidXMLTextField(verbose_name=_("Notes and comments"), blank=True, default='')
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:151: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Partner editors of this organisation can create new projects, and publish '
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:156: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enforce creation of projects only under programs. If the organisation has '
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:159: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name=_(u"use project roles"),
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_(u'Projects with this organisation as reporting partner will use project'
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Organisation that maintains content for this organisation through the API.')
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:172: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('Show latest exported IATI file on organisation page.'), default=True
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:180: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('Reportable'),
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:181: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Organisation is allowed to become a reporting organisation. '
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:185: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('IATI identifier prefixes'), max_length=2000, blank=True, null=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This is a ; separated list of IATI identifier prefixes used by projects'
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:467: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('organisation')
/var/akvo/rsr/code/akvo/rsr/models/organisation.py:468: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('organisations')
/var/akvo/rsr/code/akvo/rsr/models/organisation_indicator_label.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
organisation = models.ForeignKey(Organisation, on_delete=models.CASCADE, verbose_name=_('organisation'),
/var/akvo/rsr/code/akvo/rsr/models/organisation_indicator_label.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
label = ValidXMLCharField(_('label'), max_length=100)
/var/akvo/rsr/code/akvo/rsr/models/organisation_indicator_label.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('organisation indicator label')
/var/akvo/rsr/code/akvo/rsr/models/organisation_indicator_label.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('organisation indicator labels')
/var/akvo/rsr/code/akvo/rsr/models/organisation_account.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(ACCOUNT_FREE, _('Free')),
/var/akvo/rsr/code/akvo/rsr/models/organisation_account.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(ACCOUNT_FREEMIUM, _('Freemium')),
/var/akvo/rsr/code/akvo/rsr/models/organisation_account.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(ACCOUNT_PREMIUM, _('Premium')),
/var/akvo/rsr/code/akvo/rsr/models/organisation_account.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(ACCOUNT_PLUS, _('Premium Plus')),
/var/akvo/rsr/code/akvo/rsr/models/organisation_account.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(ACCOUNT_FREE, _('Archived')),
/var/akvo/rsr/code/akvo/rsr/models/organisation_account.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('account level'), max_length=12, choices=ACCOUNT_LEVEL, default=ACCOUNT_FREE
/var/akvo/rsr/code/akvo/rsr/models/organisation_account.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('organisation account')
/var/akvo/rsr/code/akvo/rsr/models/organisation_account.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('organisation accounts')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('currency'), max_length=3, blank=True, choices=codelist_choices(CURRENCY)
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('value'), max_digits=20, decimal_places=2, null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the amount of budget that is set aside for this specific budget. '
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('value date'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the date (DD/MM/YYYY) to be used for determining the exchange rate for '
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('period start'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the start date (DD/MM/YYYY) for the budget period.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('period end'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the end date (DD/MM/YYYY) for the budget period.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('status'), max_length=1, blank=True, choices=codelist_choices(BUDGET_STATUS),
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The status explains whether the budget being reported is indicative or has '
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:90: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', on_delete=models.CASCADE, verbose_name=_('organisation'), related_name='total_budgets'
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('organisation total budget')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('organisation total budgets')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', on_delete=models.CASCADE, verbose_name=_('organisation'), related_name='recipient_org_budgets'
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', on_delete=models.CASCADE, verbose_name=_('recipient organisation'),
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('recipient organisation budget')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:111: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('recipient organisation budgets')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', on_delete=models.CASCADE, verbose_name=_('organisation'), related_name='recipient_region_budgets'
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:119: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('recipient region'), blank=True, max_length=25, choices=codelist_choices(REGION),
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This identifies the region which concerns the organisation budget.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('vocabulary'), blank=True, max_length=2,
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The vocabulary from which the region code is drawn. If it is not present 1 – '
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('vocabulary URI'), blank=True, max_length=1000,
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('If the vocabulary is 99 (reporting organisation), the URI where this '
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('description'), blank=True, max_length=100,
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Optionally enter a short description.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('organisation recipient region budget')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('organisation recipient region budgets')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', on_delete=models.CASCADE, verbose_name=_('organisation'), related_name='recipient_country_budgets'
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('recipient country'), blank=True, max_length=2, choices=codelist_choices(COUNTRY, show_code=False),
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:162: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This identifies the country which concerns the organisation budget.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('description'), blank=True, max_length=100,
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:166: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Optionally enter a short description.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:171: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('organisation recipient country budget')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:172: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('organisation recipient country budgets')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:183: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', on_delete=models.CASCADE, verbose_name=_('organisation'), related_name='total_expenditures'
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('organisation total expenditure')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:189: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('organisation total expenditures')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('currency'), max_length=3, blank=True, choices=codelist_choices(CURRENCY)
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('value'), max_digits=20, decimal_places=2, null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the amount of this specific line. Use a period to denote decimals.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:201: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('value date'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the date (DD/MM/YYYY) to be used for determining the exchange rate for '
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:206: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('reference'), blank=True, max_length=50,
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:207: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('An internal reference that describes the line in the reporting '
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:211: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('description'), blank=True, max_length=1000,
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:212: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The description for this line.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:234: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
OrganisationTotalBudget, on_delete=models.CASCADE, verbose_name=_('organisation budget'), related_name='budget_lines'
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:239: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('total budget line')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('total budget lines')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:245: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
OrganisationRecipientOrgBudget, on_delete=models.CASCADE, verbose_name=_('organisation budget'),
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:251: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('recipient organisation budget line')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:252: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('recipient organisation budget lines')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:257: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
OrganisationRegionBudget, on_delete=models.CASCADE, verbose_name=_('organisation budget'),
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:263: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('region budget line')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:264: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('region budget lines')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:269: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
OrganisationCountryBudget, on_delete=models.CASCADE, verbose_name=_('organisation budget'),
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:275: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('country budget line')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:276: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('country budget lines')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:281: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
OrganisationTotalExpenditure, on_delete=models.CASCADE, verbose_name=_('organisation expenditure'),
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:287: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('expense line')
/var/akvo/rsr/code/akvo/rsr/models/organisation_budget.py:288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('expense lines')
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', on_delete=models.CASCADE, related_name='documents', verbose_name=_('organisation')
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('document url'), blank=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the online location of your document. The URL should start with '
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('document'), blank=True, upload_to=document_path,
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('You can upload a document to your organisation. These documents will be '
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('document format'), max_length=85, blank=True, choices=codelist_choices(FILE_FORMAT),
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This provides the code for the Internet Media Type ("MIME type") of the '
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('document title'), max_length=100, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the title of your document.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('title language'), max_length=2, blank=True, choices=codelist_choices(LANGUAGE),
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Select the language of the document title.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('document language'), max_length=2, blank=True, choices=codelist_choices(LANGUAGE),
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Select the language that the document is written in.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('document date'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the date (DD/MM/YYYY) to be used for the production or publishing date '
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('organisation document')
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('organisation documents')
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name=_('document'))
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category = ValidXMLCharField(_('document category'), max_length=3, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The description of the type of content contained '
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('document category')
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('document categories')
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name=_('document'))
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:132: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('recipient country'), blank=True, max_length=2, choices=codelist_choices(COUNTRY, show_code=False),
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This identifies the country which concerns the organisation document.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:136: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('description'), blank=True, max_length=100,
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Optionally enter a short description.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('document country')
/var/akvo/rsr/code/akvo/rsr/models/organisation_document.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('document countries')
/var/akvo/rsr/code/akvo/rsr/models/organisation_codelist.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('slug'), max_length=50, db_index=True,
/var/akvo/rsr/code/akvo/rsr/models/organisation_codelist.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter a short word or hyphenated-words to identify the codelist.')
/var/akvo/rsr/code/akvo/rsr/models/organisation_codelist.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('organisation codelist')
/var/akvo/rsr/code/akvo/rsr/models/organisation_codelist.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('organisation codelists')
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'),
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('planned disbursement value'), null=True, blank=True, max_digits=14, decimal_places=2,
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This should only be used to report specific planned cash transfers. Use a '
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('planned disbursement value date'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the specific date (DD/MM/YYYY) for the planned disbursement value.'))
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
currency = ValidXMLCharField(_('currency'), blank=True, max_length=3,
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
updated = models.DateField(_('updated'), null=True, blank=True)
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('planned disbursement period start'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The exact date of the planned disbursement OR the starting date for the '
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('planned disbursement period end'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the end date (DD/MM/YYYY) for the disbursement period.'))
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
type = ValidXMLCharField(_('planned disbursement type'), blank=True, max_length=1,
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', verbose_name=_('provider organisation'),
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('provider organisation activity id'), blank=True, max_length=100,
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('If incoming funds are being provided from the budget of another activity '
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', verbose_name=_('receiver organisation'),
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('receiver organisation activity id'), blank=True, max_length=100,
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The internal identifier used by the receiver organisation for its activity '
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('planned disbursement')
/var/akvo/rsr/code/akvo/rsr/models/planned_disbursement.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('planned disbursements')
/var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='policy_markers'
/var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('policy marker'), blank=True, max_length=25, choices=codelist_choices(POLICY_MARKER),
/var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('A policy or theme addressed by the activity, based on DAC policy markers. '
/var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('policy marker significance'), max_length=2, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Each reported marker must contain the significance of the policy marker for '
/var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
vocabulary = ValidXMLCharField(_('vocabulary'), blank=True, max_length=5,
/var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
vocabulary_uri = ValidXMLCharField(_('vocabulary URI'), blank=True, max_length=1000,
/var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('If the vocabulary is 99 (reporting '
/var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = ValidXMLCharField(_('policy marker description'), max_length=255, blank=True)
/var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('policy marker')
/var/akvo/rsr/code/akvo/rsr/models/policy_marker.py:85: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('policy markers')
/var/akvo/rsr/code/akvo/rsr/models/related_project.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('related project iati identifier'), max_length=100, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/related_project.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('In case you know the IATI identifier of a project that does not exist in '
/var/akvo/rsr/code/akvo/rsr/models/related_project.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('relation'), max_length=1, choices=codelist_choices(RELATED_ACTIVITY_TYPE), blank=True,
/var/akvo/rsr/code/akvo/rsr/models/related_project.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The relationship between a project and related project. There are five types '
/var/akvo/rsr/code/akvo/rsr/models/related_project.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('related project')
/var/akvo/rsr/code/akvo/rsr/models/related_project.py:87: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('related projects')
/var/akvo/rsr/code/akvo/rsr/models/related_project.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
message = _('A project can have only one parent.')
/var/akvo/rsr/code/akvo/rsr/models/related_project.py:117: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
message = _("Cannot change a project's parent after importing results.")
/var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = CharField(_('name'), max_length=255)
/var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
description = TextField(_('description'), max_length=5000)
/var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('project editor validation set')
/var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('project editor validation sets')
/var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('Mandatory'),
/var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('Hidden'),
/var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
ProjectEditorValidationSet, on_delete=models.CASCADE, verbose_name=_('validation set'), related_name='validations'
/var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
validation = CharField(_('validation'), max_length=255)
/var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
action = PositiveSmallIntegerField(_('action'), choices=ACTIONS, db_index=True)
/var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('project editor validation')
/var/akvo/rsr/code/akvo/rsr/models/project_editor_validation.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('project editor validations')
/var/akvo/rsr/code/akvo/rsr/models/project.py:88: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(1, _('Core Activity')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:89: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(2, _('Sub Activity')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:90: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(3, _('Lower Sub Activity'))
/var/akvo/rsr/code/akvo/rsr/models/project.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('de', _('German')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('en', _('English')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('es', _('Spanish')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:97: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('fr', _('French')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:98: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('nl', _('Dutch')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:99: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('ru', _('Russian'))
/var/akvo/rsr/code/akvo/rsr/models/project.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('period', _('Period')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('indicator', _('Indicator')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
('both', _('Both'))
/var/akvo/rsr/code/akvo/rsr/models/project.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(STATUS_NEEDS_FUNDING, _('Needs funding')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:117: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(STATUS_ACTIVE, _('Active')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(STATUS_COMPLETE, _('Complete')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:119: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(STATUS_CANCELLED, _('Cancelled')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(STATUS_ARCHIVED, _('Archived')),
/var/akvo/rsr/code/akvo/rsr/models/project.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
title = ValidXMLCharField(_('project title'), max_length=200, db_index=True, blank=True)
/var/akvo/rsr/code/akvo/rsr/models/project.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
subtitle = ValidXMLCharField(_('project subtitle'), max_length=200, blank=True)
/var/akvo/rsr/code/akvo/rsr/models/project.py:160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('status'), max_length=1, choices=STATUSES, db_index=True, default=STATUS_NONE
/var/akvo/rsr/code/akvo/rsr/models/project.py:163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('status'), max_length=1, choices=(codelist_choices(ACTIVITY_STATUS)), db_index=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('There are six different project statuses:
'
/var/akvo/rsr/code/akvo/rsr/models/project.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Category', verbose_name=_('categories'), related_name='projects', blank=True
/var/akvo/rsr/code/akvo/rsr/models/project.py:181: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', verbose_name=_('partners'), through='Partnership', related_name='projects',
/var/akvo/rsr/code/akvo/rsr/models/project.py:185: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('summary of project plan'), max_length=2000, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter a brief summary, try to restrict the number of characters to 400 in '
/var/akvo/rsr/code/akvo/rsr/models/project.py:197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('photo'), blank=True, upload_to=image_path,
/var/akvo/rsr/code/akvo/rsr/models/project.py:198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Add your project photo here. You can only add one photo. If you have more, '
/var/akvo/rsr/code/akvo/rsr/models/project.py:204: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('photo caption'), blank=True, max_length=60,
/var/akvo/rsr/code/akvo/rsr/models/project.py:205: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Briefly describe who or what you see in the photo.')
/var/akvo/rsr/code/akvo/rsr/models/project.py:208: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('photo credit'), blank=True, max_length=60,
/var/akvo/rsr/code/akvo/rsr/models/project.py:209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter who took the photo.')
/var/akvo/rsr/code/akvo/rsr/models/project.py:213: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('goals overview'), blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Provide a brief description of the overall project goals. For links and '
/var/akvo/rsr/code/akvo/rsr/models/project.py:219: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('baseline situation'), blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:220: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Describe the situation at the start of the project. For links and styling of '
/var/akvo/rsr/code/akvo/rsr/models/project.py:225: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('project plan'), blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Detailed information about the implementation of the project: the what, how, '
/var/akvo/rsr/code/akvo/rsr/models/project.py:232: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('sustainability'), blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:233: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Describe how you aim to guarantee sustainability of the project until 10 '
/var/akvo/rsr/code/akvo/rsr/models/project.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('background'), blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This should describe the geographical, political, environmental, social '
/var/akvo/rsr/code/akvo/rsr/models/project.py:250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('target group'), blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:251: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This should include information about the people, organisations or resources '
/var/akvo/rsr/code/akvo/rsr/models/project.py:260: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('Aggregate results data from child projects'), default=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:261: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('By selecting this option, the results data of child projects will be aggregated to this project. '
/var/akvo/rsr/code/akvo/rsr/models/project.py:265: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('Aggregate results data to parent project'), default=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('By selecting this option, the results data of this project will be aggregated '
/var/akvo/rsr/code/akvo/rsr/models/project.py:272: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('is rsr impact project'), default=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:273: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Determines whether the results framework is active for this project.')
/var/akvo/rsr/code/akvo/rsr/models/project.py:278: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('is public project'), default=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:279: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Determines whether this project is a public project.')
/var/akvo/rsr/code/akvo/rsr/models/project.py:288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('IATI identifier'), max_length=100, blank=True, db_index=True, null=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This is a globally unique identifier for an activity. It is a requirement '
/var/akvo/rsr/code/akvo/rsr/models/project.py:303: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the language used when entering the details for this project.')
/var/akvo/rsr/code/akvo/rsr/models/project.py:306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('project comments'), blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:307: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The project comments are only for internal use and will not be displayed '
/var/akvo/rsr/code/akvo/rsr/models/project.py:311: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Keyword', verbose_name=_('keyword'), related_name='projects', blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:312: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Choose a keyword to link to this project.')
/var/akvo/rsr/code/akvo/rsr/models/project.py:316: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Which project attributes that has a target value')
/var/akvo/rsr/code/akvo/rsr/models/project.py:321: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('currency'), choices=CURRENCY_CHOICES, max_length=3, default='EUR',
/var/akvo/rsr/code/akvo/rsr/models/project.py:322: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The default currency for this project. Used in all financial '
/var/akvo/rsr/code/akvo/rsr/models/project.py:326: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('start date (planned)'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:327: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the original start date of the project (DD/MM/YYYY).')
/var/akvo/rsr/code/akvo/rsr/models/project.py:330: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('start date (actual)'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:331: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the actual start date of the project (DD/MM/YYYY).')
/var/akvo/rsr/code/akvo/rsr/models/project.py:334: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('end date (planned)'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:335: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the original end date of the project (DD/MM/YYYY).')
/var/akvo/rsr/code/akvo/rsr/models/project.py:338: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('end date (actual)'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:339: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the actual end date of the project (DD/MM/YYYY).')
/var/akvo/rsr/code/akvo/rsr/models/project.py:348: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('donate url'), null=True, blank=True, max_length=200,
/var/akvo/rsr/code/akvo/rsr/models/project.py:349: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Add a donation url for this project. If no URL is added, it is not possible '
/var/akvo/rsr/code/akvo/rsr/models/project.py:356: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The total sum of donations the project has already recieved.')
/var/akvo/rsr/code/akvo/rsr/models/project.py:361: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('IATI identifier'), max_length=100, blank=True, db_index=True, null=True, unique=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:362: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This is a globally unique identifier for this activity. It is a requirement '
/var/akvo/rsr/code/akvo/rsr/models/project.py:373: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('hierarchy'), null=True, blank=True, choices=HIERARCHY_OPTIONS,
/var/akvo/rsr/code/akvo/rsr/models/project.py:374: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('If you are reporting multiple levels of projects in RSR, you can specify '
/var/akvo/rsr/code/akvo/rsr/models/project.py:378: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('project scope'), blank=True, max_length=2, choices=codelist_choices(ACTIVITY_SCOPE),
/var/akvo/rsr/code/akvo/rsr/models/project.py:379: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Select the geographical scope of the project.')
/var/akvo/rsr/code/akvo/rsr/models/project.py:382: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('capital spend percentage'), blank=True, null=True, max_digits=4, decimal_places=1,
/var/akvo/rsr/code/akvo/rsr/models/project.py:384: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The percentage of the total commitment allocated to or planned for capital '
/var/akvo/rsr/code/akvo/rsr/models/project.py:389: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('collaboration type'), blank=True, max_length=1,
/var/akvo/rsr/code/akvo/rsr/models/project.py:391: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This is the IATI identifier for the type of collaboration involved. For '
/var/akvo/rsr/code/akvo/rsr/models/project.py:397: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('default aid type vocabulary'), blank=True, max_length=1, default='1',
/var/akvo/rsr/code/akvo/rsr/models/project.py:399: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This is the IATI identifier for the type of vocabulary being used for '
/var/akvo/rsr/code/akvo/rsr/models/project.py:406: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('default aid type'),
/var/akvo/rsr/code/akvo/rsr/models/project.py:408: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This is the IATI identifier for the type of aid being supplied or activity '
/var/akvo/rsr/code/akvo/rsr/models/project.py:416: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('default finance type'), blank=True, max_length=3,
/var/akvo/rsr/code/akvo/rsr/models/project.py:418: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This is the IATI identifier for the type of finance. This element specifies '
/var/akvo/rsr/code/akvo/rsr/models/project.py:425: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('default flow type'), blank=True, max_length=2, choices=codelist_choices(FLOW_TYPE),
/var/akvo/rsr/code/akvo/rsr/models/project.py:426: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This is the IATI identifier for how the activity (project) is funded. For '
/var/akvo/rsr/code/akvo/rsr/models/project.py:432: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('default tied status'), blank=True, max_length=10, choices=codelist_choices(TIED_STATUS),
/var/akvo/rsr/code/akvo/rsr/models/project.py:433: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This element specifies a default for all the activity’s financial '
/var/akvo/rsr/code/akvo/rsr/models/project.py:440: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('country budget vocabulary'), blank=True, max_length=1,
/var/akvo/rsr/code/akvo/rsr/models/project.py:442: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter an IATI code for the common functional classification or country '
/var/akvo/rsr/code/akvo/rsr/models/project.py:450: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('humanitarian project'), null=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:451: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Determines whether this project relates entirely or partially to humanitarian aid.'),
/var/akvo/rsr/code/akvo/rsr/models/project.py:456: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'ProjectEditorValidationSet', verbose_name=_('validations'), related_name='projects'
/var/akvo/rsr/code/akvo/rsr/models/project.py:460: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name=_(u"use project roles"),
/var/akvo/rsr/code/akvo/rsr/models/project.py:462: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_(u'Toggle between using project roles and employment based permissions'))
/var/akvo/rsr/code/akvo/rsr/models/project.py:465: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name=_(u"run iati checks"),
/var/akvo/rsr/code/akvo/rsr/models/project.py:467: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_(u'Flag to indicate that the project has pending IATI checks to be run')
/var/akvo/rsr/code/akvo/rsr/models/project.py:472: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('project budget'), max_digits=14, decimal_places=2, blank=True, null=True,
/var/akvo/rsr/code/akvo/rsr/models/project.py:489: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('project')
/var/akvo/rsr/code/akvo/rsr/models/project.py:490: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('projects')
/var/akvo/rsr/code/akvo/rsr/models/project_condition.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='conditions')
/var/akvo/rsr/code/akvo/rsr/models/project_condition.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('condition'), blank=True, max_length=100,
/var/akvo/rsr/code/akvo/rsr/models/project_condition.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The text of a specific condition attached to the Project. Organisation-wide '
/var/akvo/rsr/code/akvo/rsr/models/project_condition.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('condition type'), blank=True, max_length=1, choices=codelist_choices(CONDITION_TYPE),
/var/akvo/rsr/code/akvo/rsr/models/project_condition.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Condition type – e.g. policy, performance.
'
/var/akvo/rsr/code/akvo/rsr/models/project_condition.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('condition')
/var/akvo/rsr/code/akvo/rsr/models/project_condition.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('conditions')
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='contacts')
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('contact type'), blank=True, max_length=1, choices=codelist_choices(CONTACT_TYPE),
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('What types of enquiries this contact person is best-placed to handle.')
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('contact name'), blank=True, max_length=100,
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Please enter the name of the contact person for this project.')
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
email = models.EmailField(_('contact email'), blank=True)
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('job title'), max_length=100, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Job title of the contact person.')
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:34: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('contact organisation'), blank=True, max_length=100,
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The organisation that the contact person works for.')
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('contact phone number'), blank=True, max_length=30,
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Contact number for the contact person. Avoid giving personal contact '
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('contact address'), max_length=255, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Address of the contact person. Avoid giving personal contact details.')
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
state = ValidXMLCharField(_('state'), blank=True, max_length=100,
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('(100 characters)'))
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
country = models.ForeignKey('Country', on_delete=models.CASCADE, blank=True, null=True, verbose_name=_('country'),
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
department = ValidXMLCharField(_('department'), blank=True, max_length=100)
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('contact website'), blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The contact web address, if available. The web address should start with '
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('contact')
/var/akvo/rsr/code/akvo/rsr/models/project_contact.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('contacts')
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
project = models.ForeignKey('Project', on_delete=models.CASCADE, related_name='documents', verbose_name=_('project'))
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('document url'), blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the online location of your document. The URL should start with '
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('document'), blank=True, upload_to=document_path,
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('You can upload a document to your project. To upload multiple documents, '
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('document format'), max_length=85, blank=True, choices=codelist_choices(FILE_FORMAT),
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This provides the code for the Internet Media Type ("MIME type") of the '
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('document title'), max_length=100, blank=True, default=_('Untitled document'),
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('document title'), max_length=100, blank=True, default=_('Untitled document'),
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the title of your document.')
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('title language'), max_length=2, blank=True, choices=codelist_choices(LANGUAGE),
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Select the language of the document title.')
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('document language'), max_length=2, blank=True, choices=codelist_choices(LANGUAGE),
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Select the language that the document is written in.')
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('document date'), null=True, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the date (DD/MM/YYYY) to be used for the production or publishing date '
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('project document')
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('project documents')
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name=_('document'))
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
category = ValidXMLCharField(_('document category'), max_length=3, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The description of the type of content contained '
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('project document category')
/var/akvo/rsr/code/akvo/rsr/models/project_document.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('project document categories')
/var/akvo/rsr/code/akvo/rsr/models/project_hierarchy.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
is_master = models.BooleanField(_('is master program'), default=False)
/var/akvo/rsr/code/akvo/rsr/models/project_hierarchy.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('program')
/var/akvo/rsr/code/akvo/rsr/models/project_hierarchy.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('programs')
/var/akvo/rsr/code/akvo/rsr/models/project_role.py:13: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_(u'project'))
/var/akvo/rsr/code/akvo/rsr/models/project_role.py:14: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
user = models.ForeignKey('User', on_delete=models.CASCADE, verbose_name=_(u'user'))
/var/akvo/rsr/code/akvo/rsr/models/project_role.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
group = models.ForeignKey(Group, on_delete=models.CASCADE, verbose_name=_(u'group'))
/var/akvo/rsr/code/akvo/rsr/models/project_role.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _(u'project role')
/var/akvo/rsr/code/akvo/rsr/models/project_role.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _(u'project roles')
/var/akvo/rsr/code/akvo/rsr/models/region.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='recipient_regions'
/var/akvo/rsr/code/akvo/rsr/models/region.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('recipient region'), blank=True, max_length=25, choices=codelist_choices(REGION),
/var/akvo/rsr/code/akvo/rsr/models/region.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This identifies the region in which the activity takes place. Regions can be '
/var/akvo/rsr/code/akvo/rsr/models/region.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('recipient region vocabulary'), blank=True, max_length=2,
/var/akvo/rsr/code/akvo/rsr/models/region.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The vocabulary from which the region code is drawn. If it is not present 1 – '
/var/akvo/rsr/code/akvo/rsr/models/region.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('recipient region vocabulary URI'), blank=True, max_length=1000,
/var/akvo/rsr/code/akvo/rsr/models/region.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('If the vocabulary is 99 (reporting organisation), the URI where this '
/var/akvo/rsr/code/akvo/rsr/models/region.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('recipient region percentage'), blank=True, null=True, max_digits=4, decimal_places=1,
/var/akvo/rsr/code/akvo/rsr/models/region.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('If the activity occurs in more than one region, the percentage of activity '
/var/akvo/rsr/code/akvo/rsr/models/region.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('recipient region description'), blank=True, max_length=50,
/var/akvo/rsr/code/akvo/rsr/models/region.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Optionally enter a description.')
/var/akvo/rsr/code/akvo/rsr/models/region.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('recipient region')
/var/akvo/rsr/code/akvo/rsr/models/region.py:87: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('recipient regions')
/var/akvo/rsr/code/akvo/rsr/models/report.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = ValidXMLCharField(_('name'), max_length=30, unique=True)
/var/akvo/rsr/code/akvo/rsr/models/report.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
display_name = ValidXMLCharField(_('display name'), max_length=30, unique=True)
/var/akvo/rsr/code/akvo/rsr/models/report.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
icon = ValidXMLCharField(_('icon'), max_length=30)
/var/akvo/rsr/code/akvo/rsr/models/report.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
name = ValidXMLCharField(_('name'), max_length=100, unique=True)
/var/akvo/rsr/code/akvo/rsr/models/report.py:36: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
title = ValidXMLCharField(_('title'), max_length=200)
/var/akvo/rsr/code/akvo/rsr/models/report.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('description'), blank=True, help_text=_('Describe the report.')
/var/akvo/rsr/code/akvo/rsr/models/report.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('description'), blank=True, help_text=_('Describe the report.')
/var/akvo/rsr/code/akvo/rsr/models/report.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('url'),
/var/akvo/rsr/code/akvo/rsr/models/report.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the parametrized path for downloading the report. NOTE: one line only '
/var/akvo/rsr/code/akvo/rsr/models/sector.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='sectors')
/var/akvo/rsr/code/akvo/rsr/models/sector.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('sector code'), blank=True, max_length=25,
/var/akvo/rsr/code/akvo/rsr/models/sector.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('It is possible to specify a variety of sector codes, based on the selected '
/var/akvo/rsr/code/akvo/rsr/models/sector.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('sector description'), blank=True, max_length=100,
/var/akvo/rsr/code/akvo/rsr/models/sector.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Optionally enter a description.')
/var/akvo/rsr/code/akvo/rsr/models/sector.py:35: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('sector vocabulary'), blank=True, max_length=5,
/var/akvo/rsr/code/akvo/rsr/models/sector.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This is the code for the vocabulary used to describe the sector. Sectors '
/var/akvo/rsr/code/akvo/rsr/models/sector.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('sector vocabulary URI'), blank=True, max_length=1000,
/var/akvo/rsr/code/akvo/rsr/models/sector.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('If the vocabulary is 99 (reporting organisation), the URI where this '
/var/akvo/rsr/code/akvo/rsr/models/sector.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('sector percentage'), blank=True, null=True, max_digits=4, decimal_places=1,
/var/akvo/rsr/code/akvo/rsr/models/sector.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Percentages should add up to 100%% of the activity being reported if they are '
/var/akvo/rsr/code/akvo/rsr/models/sector.py:111: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('sector')
/var/akvo/rsr/code/akvo/rsr/models/sector.py:112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('sectors')
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
project = models.ForeignKey('Project', on_delete=models.CASCADE, verbose_name=_('project'), related_name='transactions')
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction reference'), blank=True, max_length=25,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter a reference for the transaction (eg. transaction number).')
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction aid type vocabulary'), blank=True, max_length=1, default='1',
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the type of vocabulary being used to describe the aid type '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction aid type'), blank=True, max_length=3,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the type of aid being supplied. For reference, please visit: '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction description'), max_length=255, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter additional information for the transaction, if necessary.')
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction disbursement channel'), blank=True, max_length=1,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the channel through which the funds will flow for this transaction, '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction finance type'), max_length=3, blank=True,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('For reference, please visit: '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction flow type'), max_length=2, blank=True, choices=codelist_choices(FLOW_TYPE),
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('For reference, please visit: '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction tied status'), blank=True, max_length=1,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Whether the aid is untied, tied, or partially tied. For reference visit '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction date'), blank=True, null=True,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the financial reporting date that the transaction was/will be '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction type'), blank=True, max_length=2,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Select the type of the transaction (e.g. commitment, disbursement, '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:88: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction value'), blank=True, null=True, max_digits=14, decimal_places=2,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:89: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the transaction amount. Use a period to denote decimals.')
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction value date'), blank=True, null=True,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The date to be used for determining the exchange rate for currency '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:97: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('currency'), blank=True, max_length=3, choices=codelist_choices(CURRENCY)
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', verbose_name=_('provider organisation'),
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('provider organisation activity id'), blank=True, max_length=100,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('If incoming funds are being provided from the budget of another activity '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', verbose_name=_('receiver organisation'),
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('receiver organisation activity id'), blank=True, max_length=100,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The internal identifier used by the receiver organisation for its activity '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction recipient country'), blank=True, max_length=2,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the country that will benefit from this transaction. It can only be '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction recipient region'), blank=True, max_length=25,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Enter the supranational geopolitical region (a geographical or '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('recipient region vocabulary'), blank=True, max_length=2,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('recipient region vocabulary URI'), blank=True, max_length=1000,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('If the vocabulary is 99 (reporting organisation), the URI where this '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('humanitarian transaction'),
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Determines whether this transaction relates entirely or partially to humanitarian aid.'),
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('transaction')
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('transactions')
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:252: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Transaction', on_delete=models.CASCADE, verbose_name=_('transaction'), related_name='sectors'
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:255: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction sector'), blank=True, max_length=25,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:256: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('A recognised code, from a recognised vocabulary, classifying the purpose of '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
text = ValidXMLCharField(_('transaction sector description'), blank=True, max_length=100)
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:264: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction sector vocabulary'), blank=True, max_length=5,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('An IATI code for the vocabulary (codelist) used for sector classifications. '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:270: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('transaction sector vocabulary URI'), blank=True, max_length=1000,
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:271: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('If the vocabulary is 99 (reporting organisation), the URI where this '
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:305: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('transaction sector')
/var/akvo/rsr/code/akvo/rsr/models/transaction.py:306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('transaction sectors')
/var/akvo/rsr/code/akvo/rsr/models/external_project.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('IATI identifier'), max_length=100, blank=True, db_index=True, null=True, unique=True,
/var/akvo/rsr/code/akvo/rsr/models/external_project.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('This is a globally unique identifier for this activity. It is a requirement '
/var/akvo/rsr/code/akvo/rsr/models/user.py:69: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
username = ValidXMLCharField(_('username'), max_length=254, unique=True)
/var/akvo/rsr/code/akvo/rsr/models/user.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
email = models.EmailField(_('email address'), max_length=254, unique=True)
/var/akvo/rsr/code/akvo/rsr/models/user.py:71: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
first_name = ValidXMLCharField(_('first name'), max_length=30, blank=True)
/var/akvo/rsr/code/akvo/rsr/models/user.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
last_name = ValidXMLCharField(_('last name'), max_length=30, blank=True)
/var/akvo/rsr/code/akvo/rsr/models/user.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('active'), default=False,
/var/akvo/rsr/code/akvo/rsr/models/user.py:75: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Designates whether this user should be treated as active. '
/var/akvo/rsr/code/akvo/rsr/models/user.py:79: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('staff'), default=False,
/var/akvo/rsr/code/akvo/rsr/models/user.py:80: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Designates whether the user can log into this admin site.')
/var/akvo/rsr/code/akvo/rsr/models/user.py:83: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('admin'), default=False,
/var/akvo/rsr/code/akvo/rsr/models/user.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Designates whether the user is a general RSR admin. '
/var/akvo/rsr/code/akvo/rsr/models/user.py:88: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
_('support user'), default=False,
/var/akvo/rsr/code/akvo/rsr/models/user.py:89: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('Designates whether the user is a support user. To be used for users '
/var/akvo/rsr/code/akvo/rsr/models/user.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
date_joined = models.DateTimeField(_('date joined'), default=timezone.now)
/var/akvo/rsr/code/akvo/rsr/models/user.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'Organisation', verbose_name=_('organisations'), through='Employment',
/var/akvo/rsr/code/akvo/rsr/models/user.py:98: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
notes = ValidXMLTextField(verbose_name=_('Notes and comments'), blank=True, default='')
/var/akvo/rsr/code/akvo/rsr/models/user.py:99: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
avatar = ImageField(_('avatar'), null=True, upload_to=image_path,
/var/akvo/rsr/code/akvo/rsr/models/user.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
help_text=_('The avatar should be less than 500 kb in size.'),
/var/akvo/rsr/code/akvo/rsr/models/user.py:126: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name = _('user')
/var/akvo/rsr/code/akvo/rsr/models/user.py:127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
verbose_name_plural = _('users')
/var/akvo/rsr/code/akvo/rsr/models/user.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
get_full_name.short_description = _('full name')
/var/akvo/rsr/code/akvo/rsr/models/user.py:159: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
get_organisation_names.short_description = _('organisations')
/var/akvo/rsr/code/akvo/rsr/models/user.py:571: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
User._meta.get_field('is_superuser').help_text = _(
/usr/local/lib/python3.8/site-packages/django_pgviews/signals.py:4: RemovedInDjango40Warning: The providing_args argument is deprecated. As it is purely documentational, it has no replacement. If you rely on this argument as documentation, you can move the text to a code comment or docstring.
view_synced = Signal(
/var/akvo/rsr/code/akvo/rsr/admin.py:265: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(_('General information'),
/var/akvo/rsr/code/akvo/rsr/admin.py:268: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(_('Contact information'),
/var/akvo/rsr/code/akvo/rsr/admin.py:271: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(_('Organisation settings'),
/var/akvo/rsr/code/akvo/rsr/admin.py:274: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(_('Notes'), {'fields': ('notes', )}),
/var/akvo/rsr/code/akvo/rsr/admin.py:454: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
(_('General Information'), {
/var/akvo/rsr/code/akvo/rsr/admin.py:455: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
'description': '
%s
' % _( /var/akvo/rsr/code/akvo/rsr/admin.py:518: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_("Username"), max_length=254, /var/akvo/rsr/code/akvo/rsr/admin.py:520: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_("Required. 254 characters or fewer. Letters, digits and " /var/akvo/rsr/code/akvo/rsr/admin.py:523: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'invalid': _("This value may contain only letters, numbers and " /var/akvo/rsr/code/akvo/rsr/admin.py:530: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_("Username"), max_length=254, regex=r"^[\w.@+-]+$", /var/akvo/rsr/code/akvo/rsr/admin.py:531: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). help_text=_("Required. 254 characters or fewer. Letters, digits and " /var/akvo/rsr/code/akvo/rsr/admin.py:534: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). 'invalid': _("This value may contain only letters, numbers and " /var/akvo/rsr/code/akvo/rsr/admin.py:542: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Personal info'), {'fields': ('first_name', 'last_name')}), /var/akvo/rsr/code/akvo/rsr/admin.py:543: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Permissions'), { /var/akvo/rsr/code/akvo/rsr/admin.py:546: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Important dates'), {'fields': ('last_login', 'date_joined')}), /var/akvo/rsr/code/akvo/rsr/admin.py:627: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('General Information'), { /var/akvo/rsr/code/akvo/rsr/admin.py:630: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Content'), { /var/akvo/rsr/code/akvo/rsr/admin.py:633: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Image and video'), { /var/akvo/rsr/code/akvo/rsr/admin.py:672: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). (_('Project selection'), { /var/akvo/rsr/code/akvo/rsr/feeds.py:235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). title = _('Last 25 RSR project updates') /var/akvo/rsr/code/akvo/rsr/feeds.py:240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). description = _('Project updates for all Akvo RSR projects') /var/akvo/rsr/code/akvo/rsr/forms.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Email'), /var/akvo/rsr/code/akvo/rsr/forms.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Email')} /var/akvo/rsr/code/akvo/rsr/forms.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('First name'), /var/akvo/rsr/code/akvo/rsr/forms.py:68: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('First name')} /var/akvo/rsr/code/akvo/rsr/forms.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Last name'), /var/akvo/rsr/code/akvo/rsr/forms.py:75: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Last name')} /var/akvo/rsr/code/akvo/rsr/forms.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('First name'), /var/akvo/rsr/code/akvo/rsr/forms.py:123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('First name')} /var/akvo/rsr/code/akvo/rsr/forms.py:127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Last name'), /var/akvo/rsr/code/akvo/rsr/forms.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Last name')} /var/akvo/rsr/code/akvo/rsr/forms.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Password'), /var/akvo/rsr/code/akvo/rsr/forms.py:136: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Password')}, /var/akvo/rsr/code/akvo/rsr/forms.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). label=_('Repeat password'), /var/akvo/rsr/code/akvo/rsr/forms.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). attrs={'placeholder': _('Repeat password')}, /var/akvo/rsr/code/akvo/rsr/views/translations.py:15: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related projects": _("Related projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:16: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Parent": _("Parent"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:17: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Child": _("Child"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:18: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sibling": _("Sibling"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:19: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Co-founded": _("Co-founded"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:20: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Third-party": _("Third-party"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:21: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another related project": _("Add another related project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:22: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "relation": _("Relation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:23: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project": _("Project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:24: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related project": _("Related RSR project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:25: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related project is not present in RSR": _("Related project is not present in RSR"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:26: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Related project tooltip": _("Check this box if you would like to indicate a related project that is not present in RSR. Instead, you will be able to fill in the IATI activity ID of the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:27: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project photo": _("Project Photo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:28: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Uploading": _("Uploading"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:29: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Upload New Image": _("Upload New Image"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:30: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Drag file here": _("Drag file here"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:31: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "or click to browse from computer": _("or click to browse from computer"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:32: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Photo": _("photo"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:33: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project photo tooltip": _('Add your project photo here. You can only add one photo. If you have more, ' /var/akvo/rsr/code/akvo/rsr/views/translations.py:37: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "optional": _("optional"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:38: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another contact": _("Add another contact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:39: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Contact": _("Contact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:40: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Yes": _("Yes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:41: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No": _("No"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:42: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another participating organisation": _("Add another participating organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:43: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Accountable partner": _("Accountable partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:44: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Extending partner": _("Extending partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:45: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Funding partner": _("Funding partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:46: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Implementing partner": _("Implementing partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:47: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting organisation": _("Reporting organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:48: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sponsor partner": _("Sponsor partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:49: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add description": _("Add description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another contact": _("Add another contact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:51: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Accountable partner": _("Accountable partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:52: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Extending partner": _("Extending partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:53: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Funding partner": _("Funding partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:54: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Implementing partner": _("Implementing partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:55: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting organisation": _("Reporting organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:56: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sponsor partner": _("Sponsor partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:57: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Yes": _("Yes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:58: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No": _("No"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:59: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another participating organisation": _("Add another participating organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:60: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add description": _("Add description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:61: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add result": _("Add result"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:62: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "No results": _("No results"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:63: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Import the results framework from parent project": _("Import the results framework from parent project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:64: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Import results set": _("Import results set"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:65: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Copy the results framework from an existing project": _("Copy the results framework from an existing project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:66: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "optional": _("optional"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:67: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Identification": _("Identification"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:68: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Implementation": _("Implementation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:69: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Completion": _("Completion"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:70: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Post-completion": _("Post-completion"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:71: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Canceled": _("Canceled"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:72: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Suspended": _("Suspended"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:73: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bilateral": _("Bilateral"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:74: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Multilateral (inflows)": _("Multilateral (inflows)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:75: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bilateral, core contributions to NGOs and other private bodies / PPPs": _("Bilateral, core contributions to NGOs and other private bodies / PPPs"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:76: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Multilateral outflows": _("Multilateral outflows"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:77: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Private sector outflows": _("Private sector outflows"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:78: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Bilateral, ex-post reporting on NGOs' activities funded through core contributions": _("Bilateral, ex-post reporting on NGOs' activities funded through core contributions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:79: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "bilateral, triangular co-operation: activities where one or more bilateral providers of development co-operation or international organisations support South-South co-operation, joining forces with developing countries to facilitate a sharing of knowledge and experience among all partners involved.": _("bilateral, triangular co-operation: activities where one or more bilateral providers of development co-operation or international organisations support South-South co-operation, joining forces with developing countries to facilitate a sharing of knowledge and experience among all partners involved."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:80: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Core Activity": _("Core Activity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:81: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sub Activity": _("Sub Activity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:82: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Lower Sub Activity": _("Lower Sub Activity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:83: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "IATI Identifier": _("IATI Identifier"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:84: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Within each result indicators can be defined. Indicators should be items that can be counted and evaluated as the project continues and is completed.": _("Within each result indicators can be defined. Indicators should be items that can be counted and evaluated as the project continues and is completed."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:85: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add label": _("Add label"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:86: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Edit": _("Edit"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:87: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add": _("Add"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:88: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this?": _("Are you sure to delete this?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:89: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Done": _("Done"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:90: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The term \"disaggregation\" is equivalent to the IATI term \"dimension\". For those reporting to IATI via RSR, disaggregations and their associated data are mapped accordingly as dimensions in your IATI export.": _('The term "disaggregation" is equivalent to the IATI term "dimension". For those reporting to IATI via RSR, disaggregations and their associated data are mapped accordingly as dimensions in your IATI export.'), /var/akvo/rsr/code/akvo/rsr/views/translations.py:91: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Disaggregations": _("Disaggregations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:92: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Remove": _("Remove"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:93: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add disaggregation": _("Add disaggregation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:94: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add New Disaggregation": _("Add New Disaggregation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:95: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Cancel": _("Cancel"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:96: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Create new": _("Create new"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:97: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Disaggregation category": _("Disaggregation category"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:98: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ex: Age": _("Ex: Age"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:99: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Label": _("Label"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:100: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ex: Under 18": _("Ex: Under 18"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:101: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ex: Above 18": _("Ex: Above 18"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:102: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Remove label": _("Remove label"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:103: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicator": _("Indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:104: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this indicator?": _("Are you sure to delete this indicator?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:105: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Title": _("Title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:106: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Choose how the indicator will be measured (in percentage or units).": _("Choose how the indicator will be measured (in percentage or units)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:107: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Measure": _("Measure"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:108: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Unit": _("Unit"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:109: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Percentage": _("Percentage"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:110: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Choose ascending if the target value of the indicator is higher than the baseline value (eg. people with access to sanitation). Choose descending if the target value of the indicator is lower than the baseline value (eg. people with diarrhea).": _("Choose ascending if the target value of the indicator is higher than the baseline value (eg. people with access to sanitation). Choose descending if the target value of the indicator is lower than the baseline value (eg. people with diarrhea)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:111: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Order": _("Order"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:112: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Ascending": _("Ascending"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:113: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Descending": _("Descending"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:114: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "You can provide further information of the indicator here.": _("You can provide further information of the indicator here."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:115: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Description": _("Description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:116: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Baseline year": _("Baseline year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:117: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Baseline value": _("Baseline value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:118: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Baseline comment": _("Baseline comment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:119: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Quantitative": _("Quantitative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:120: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Qualitative": _("Qualitative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:121: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add indicator": _("Add indicator"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:122: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Copy results": _("Copy results"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:123: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Create a new results framework": _("Create a new results framework"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:124: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Full preview": _("Full preview"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:125: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this result?": _("Are you sure to delete this result?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:126: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "You can provide further information of the result here.": _("You can provide further information of the result here."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:127: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enable aggregation": _("Enable aggregation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:128: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicators": _("Indicators"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:129: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Budget items": _("Budget items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:130: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Total budget": _("Total Budget"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:131: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Budget item": _("Budget item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:132: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Budget type": _("Budget type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:133: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Original": _("Original"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:134: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Revised": _("Revised"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:135: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Status": _("Status"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:136: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicative": _("Indicative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:137: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Committed": _("Committed"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:138: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add Budget Item": _("Add Budget Item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:139: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add a donation url for this project. If no URL is added, it is not possible to donate to this project through RSR.": _("Add a donation url for this project. If no URL is added, it is not possible to donate to this project through RSR."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:140: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Donate URL": _("donate url"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:141: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The percentage of the total commitment allocated to or planned for capital expenditure. Content must be a positive decimal number between 0 and 100, with no percentage sign. Use a period to denote decimals.": _("The percentage of the total commitment allocated to or planned for capital expenditure. Content must be a positive decimal number between 0 and 100, with no percentage sign. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:142: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Capital spend percentage": _("capital spend percentage"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:143: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Country budget items": _("Country budget items"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:144: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter an IATI code for the common functional classification or country system (this allows for common codes, country-specific codes, or any other classification agreed between countries and donors) see: http://iatistandard.org/201/codelists/BudgetIdentifierVocabulary/.": _("Enter an IATI code for the common functional classification or country system (this allows for common codes, country-specific codes, or any other classification agreed between countries and donors) see: http://iatistandard.org/201/codelists/BudgetIdentifierVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:145: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Vocabulary": _("Vocabulary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:146: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Country Chart of Accounts": _("Country Chart of Accounts"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:147: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Other Country System": _("Other Country System"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:148: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Reporting Organisation": _("Reporting Organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:149: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Other": _("Other"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:150: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transactions": _("Transactions"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:151: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Planned disbursements": _("Planned disbursements"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:152: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "currency": _("currency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:153: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Amount": _("Amount"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:154: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the amount of budget that is set aside for this specific budget item. Use a period to denote decimals.": _("Enter the amount of budget that is set aside for this specific budget item. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:155: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Additional info": _("Additional info"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:156: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "budget type": _("budget type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:157: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The status explains whether the budget being reported is indicative or has been formally committed.": _("The status explains whether the budget being reported is indicative or has been formally committed."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:158: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "period start": _("period start"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:159: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the start date (DD/MM/YYYY) for the budget period.": _("Enter the start date (DD/MM/YYYY) for the budget period."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:160: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "period end": _("period end"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:161: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the end date (DD/MM/YYYY) for the budget period.": _("Enter the end date (DD/MM/YYYY) for the budget period."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:162: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "value date": _("value date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:163: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the date (DD/MM/YYYY) to be used for determining the exchange rate for currency conversions.": _("Enter the date (DD/MM/YYYY) to be used for determining the exchange rate for currency conversions."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:164: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Item code": _("Item code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:165: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If more than one identifier is reported, the percentage share must be reported and all percentages should add up to 100 percent. Use a period to denote decimals.": _("If more than one identifier is reported, the percentage share must be reported and all percentages should add up to 100 percent. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:166: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add country budget item": _("Add country budget item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:167: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Country budget item": _("Country budget item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:168: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "value": _("value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:169: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "type": _("type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:170: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The exact date of the planned disbursement OR the starting date for the disbursement period (DD/MM/YYYY).": _("The exact date of the planned disbursement OR the starting date for the disbursement period (DD/MM/YYYY)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:171: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the end date (DD/MM/YYYY) for the disbursement period.": _("Enter the end date (DD/MM/YYYY) for the disbursement period."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:172: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "provider organisation": _("provider organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:173: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Provider organisation": _("Provider organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:174: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For incoming funds, this is the organisation from which the funds originated. It will default to the reporting organisation.": _("For incoming funds, this is the organisation from which the funds originated. It will default to the reporting organisation."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:175: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Activity ID": _("Activity ID"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:176: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "recipient organisation": _("recipient organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:177: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The organisation that receives the incoming funds.": _("The organisation that receives the incoming funds."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:178: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The internal identifier used by the receiver organisation for its activity that receives the funds from this disbursement (not to be confused with the IATI identifier for the target activity).": _("The internal identifier used by the receiver organisation for its activity that receives the funds from this disbursement (not to be confused with the IATI identifier for the target activity)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:179: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add planned disbursement": _("Add planned disbursement"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:181: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "A recognised code, from a recognised vocabulary, classifying the purpose of this transaction. If this element is used then ALL transaction elements should contain a transaction/sector element and iati-activity/sector should NOT be used. This element can be used multiple times, but only one sector can be reported per vocabulary.": _("A recognised code, from a recognised vocabulary, classifying the purpose of this transaction. If this element is used then ALL transaction elements should contain a transaction/sector element and iati-activity/sector should NOT be used. This element can be used multiple times, but only one sector can be reported per vocabulary."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:182: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Name": _("Name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:183: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An IATI code for the vocabulary (codelist) used for sector classifications. If omitted, OECD DAC 5-digit Purpose Codes are assumed. Note that at transaction level, only one sector per vocabulary can be reported.": _("An IATI code for the vocabulary (codelist) used for sector classifications. If omitted, OECD DAC 5-digit Purpose Codes are assumed. Note that at transaction level, only one sector per vocabulary can be reported."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:184: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "vocabulary": _("vocabulary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:185: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If the vocabulary is 99 (reporting organisation), the URI where this internal vocabulary is defined.": _("If the vocabulary is 99 (reporting organisation), the URI where this internal vocabulary is defined."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:186: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add sector": _("Add sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:187: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the type of the transaction (e.g. commitment, disbursement, expenditure).": _("Select the type of the transaction (e.g. commitment, disbursement, expenditure)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:188: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transaction item": _("Transaction item"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:189: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the transaction amount. Use a period to denote decimals.": _("Enter the transaction amount. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:190: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Determines whether this transaction relates entirely or partially to humanitarian aid.": _("Determines whether this transaction relates entirely or partially to humanitarian aid."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:191: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "humanitarian transaction": _("humanitarian transaction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:192: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the financial reporting date that the transaction was/will be undertaken.": _("Enter the financial reporting date that the transaction was/will be undertaken."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:193: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "date": _("date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:194: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The date to be used for determining the exchange rate for currency conversions of the transaction.": _("The date to be used for determining the exchange rate for currency conversions of the transaction."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:195: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "organisation": _("organisation"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:196: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The internal identifier used by the receiver organisation for its activity that receives the funds from this transaction (not to be confused with the IATI identifier for the target activity).": _("The internal identifier used by the receiver organisation for its activity that receives the funds from this transaction (not to be confused with the IATI identifier for the target activity)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:197: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "description": _("description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:198: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter additional information for the transaction, if necessary.": _("Enter additional information for the transaction, if necessary."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:199: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "transaction reference": _("transaction reference"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:200: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter a reference for the transaction (eg. transaction number).": _("Enter a reference for the transaction (eg. transaction number)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:201: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transaction aid type vocabulary": _("Transaction aid type vocabulary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:202: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the type of vocabulary being used to describe the aid type For reference, please visit: http://iatistandard.org/203/codelists/AidTypeVocabulary/.": _("Enter the type of vocabulary being used to describe the aid type For reference, please visit: http://iatistandard.org/203/codelists/AidTypeVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:203: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the type of aid being supplied. For reference, please visit: http://iatistandard.org/202/codelists/AidType/": _("Enter the type of aid being supplied. For reference, please visit: http://iatistandard.org/202/codelists/AidType/"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:204: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "aid type": _("aid type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:205: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the channel through which the funds will flow for this transaction, from an IATI codelist. For reference, please visit: http://iatistandard.org/202/codelists/DisbursementChannel/": _("Enter the channel through which the funds will flow for this transaction, from an IATI codelist. For reference, please visit: http://iatistandard.org/202/codelists/DisbursementChannel/"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:206: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Disbursement channel": _("Disbursement channel"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:207: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference, please visit: http://iatistandard.org/202/codelists/FinanceType/.": _("For reference, please visit: http://iatistandard.org/202/codelists/FinanceType/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:208: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Finance type": _("Finance type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:209: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference, please visit: http://iatistandard.org/202/codelists/FlowType/.": _("For reference, please visit: http://iatistandard.org/202/codelists/FlowType/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:210: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Flow type": _("Flow type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:211: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Whether the aid is untied, tied, or partially tied. For reference visit http://iatistandard.org/202/codelists/TiedStatus/.": _("Whether the aid is untied, tied, or partially tied. For reference visit http://iatistandard.org/202/codelists/TiedStatus/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:212: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Tied status": _("Tied status"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:213: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Recipient": _("Recipient"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:214: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the country that will benefit from this transaction. It can only be one country per transaction. For reference, please visit: http://iatistandard.org/202/codelists/Country/.": _("Enter the country that will benefit from this transaction. It can only be one country per transaction. For reference, please visit: http://iatistandard.org/202/codelists/Country/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:215: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "country": _("country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:216: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the supranational geopolitical region (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) that will benefit from this transaction. For reference, please visit: http://iatistandard.org/202/codelists/Region/.": _("Enter the supranational geopolitical region (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) that will benefit from this transaction. For reference, please visit: http://iatistandard.org/202/codelists/Region/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:217: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "region": _("region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:218: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "region vocabulary": _("region vocabulary"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:219: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Region vocabulary uri": _("Region vocabulary uri"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:220: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transaction sectors": _("Transaction sectors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:221: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add transaction": _("Add transaction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:222: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This should only be used to report specific planned cash transfers. Use a period to denote decimals.": _("This should only be used to report specific planned cash transfers. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:223: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this sector?": _("Are you sure to delete this sector?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:224: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the type of vocabulary being used to describe the aid type For reference, please visit: http://iatistandard.org/203/codelists/AidTypeVocabulary/.": _("Enter the type of vocabulary being used to describe the aid type For reference, please visit: http://iatistandard.org/203/codelists/AidTypeVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:225: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the type of aid being supplied. For reference, please visit: http://iatistandard.org/202/codelists/AidType/": _("Enter the type of aid being supplied. For reference, please visit: http://iatistandard.org/202/codelists/AidType/"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:226: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the channel through which the funds will flow for this transaction, from an IATI codelist. For reference, please visit: http://iatistandard.org/202/codelists/DisbursementChannel/": _("Enter the channel through which the funds will flow for this transaction, from an IATI codelist. For reference, please visit: http://iatistandard.org/202/codelists/DisbursementChannel/"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:227: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference, please visit: http://iatistandard.org/202/codelists/FinanceType/.": _("For reference, please visit: http://iatistandard.org/202/codelists/FinanceType/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:228: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference, please visit: http://iatistandard.org/202/codelists/FlowType/.": _("For reference, please visit: http://iatistandard.org/202/codelists/FlowType/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:229: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Whether the aid is untied, tied, or partially tied. For reference visit http://iatistandard.org/202/codelists/TiedStatus/.": _("Whether the aid is untied, tied, or partially tied. For reference visit http://iatistandard.org/202/codelists/TiedStatus/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:230: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the country that will benefit from this transaction. It can only be one country per transaction. For reference, please visit: http://iatistandard.org/202/codelists/Country/.": _("Enter the country that will benefit from this transaction. It can only be one country per transaction. For reference, please visit: http://iatistandard.org/202/codelists/Country/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:231: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the supranational geopolitical region (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) that will benefit from this transaction. For reference, please visit: http://iatistandard.org/202/codelists/Region/.": _("Enter the supranational geopolitical region (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) that will benefit from this transaction. For reference, please visit: http://iatistandard.org/202/codelists/Region/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:232: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The aim of the project in one sentence. This doesn’t need to be something that can be directly counted, but it should describe an overall goal of the project. There can be multiple results for one project.": _("The aim of the project in one sentence. This doesn’t need to be something that can be directly counted, but it should describe an overall goal of the project. There can be multiple results for one project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:233: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the budget item(s) to indicate how the project budget is divided. Use the ‘Other’ fields to add custom budget items.": _("Select the budget item(s) to indicate how the project budget is divided. Use the ‘Other’ fields to add custom budget items."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:234: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This item encodes the alignment of activities with both the functional and administrative classifications used in the recipient country’s Chart of Accounts. This applies to both on- and off-budget activities.": _("This item encodes the alignment of activities with both the functional and administrative classifications used in the recipient country’s Chart of Accounts. This applies to both on- and off-budget activities."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:235: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the specific date (DD/MM/YYYY) for the planned disbursement value.": _("Enter the specific date (DD/MM/YYYY) for the planned disbursement value."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:236: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If incoming funds are being provided from the budget of another activity that is reported to IATI, it is STRONGLY RECOMMENDED that this should record the provider’s unique IATI activity identifier for that activity.": _("If incoming funds are being provided from the budget of another activity that is reported to IATI, it is STRONGLY RECOMMENDED that this should record the provider’s unique IATI activity identifier for that activity."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:237: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Administrative": _("Administrative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:238: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this administrative?": _("Are you sure to delete this administrative?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:239: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "For reference: http://iatistandard.org/202/codelists/GeographicVocabulary/.": _("For reference: http://iatistandard.org/202/codelists/GeographicVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:240: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Coded identification of national and sub-national divisions according to recognised administrative boundary repositories. Multiple levels may be reported.": _("Coded identification of national and sub-national divisions according to recognised administrative boundary repositories. Multiple levels may be reported."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:241: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "administrative code": _("administrative code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:242: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "administrative level": _("administrative level"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:243: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add administrative": _("Add administrative"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:244: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Locations": _("Locations"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:245: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "address 1": _("address 1"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:246: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "address 2": _("address 2"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:247: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "postal code": _("postal code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:248: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "name": _("name"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:249: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The human-readable name for the location.": _("The human-readable name for the location."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:250: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "reference": _("reference"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:251: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An internal reference that describes the location in the reporting organisation's own system.For reference see: http://iatistandard.org/202/activity-standard/iati-activities/iati-activity/location/#attributes.": _("An internal reference that describes the location in the reporting organisation's own system.For reference see: http://iatistandard.org/202/activity-standard/iati-activities/iati-activity/location/#attributes."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:252: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "code": _("code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:253: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter a code to identify the region. Codes are based on DAC region codes. Where an activity is considered global, the code 998 can be used. For reference: http://www.oecd.org/dac/stats/dacandcrscodelists.htm.": _("Enter a code to identify the region. Codes are based on DAC region codes. Where an activity is considered global, the code 998 can be used. For reference: http://www.oecd.org/dac/stats/dacandcrscodelists.htm."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:254: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "location description": _("location description"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:255: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This provides free text space for providing an additional description, if needed, of the actual target of the activity. A description that qualifies the location, not the activity.": _("This provides free text space for providing an additional description, if needed, of the actual target of the activity. A description that qualifies the location, not the activity."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:256: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "A description that qualifies the activity taking place at the location. This should not duplicate information provided in the main activity description, and should typically be used to distinguish between activities at multiple locations within a single iati-activity record.": _("A description that qualifies the activity taking place at the location. This should not duplicate information provided in the main activity description, and should typically be used to distinguish between activities at multiple locations within a single iati-activity record."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:257: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "location precision": _("location precision"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:258: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Defines whether the location represents the most distinct point reasonably possible for this type of activity or is an approximation due to lack of more detailed information.": _("Defines whether the location represents the most distinct point reasonably possible for this type of activity or is an approximation due to lack of more detailed information."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:259: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Activity": _("Activity"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:260: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Intended beneficiaries": _("Intended beneficiaries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:261: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "reach": _("reach"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:262: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Does this location describe where the activity takes place or where the intended beneficiaries reside?": _("Does this location describe where the activity takes place or where the intended beneficiaries reside?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:263: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Administrative Region": _("Administrative Region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:264: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Populated Place": _("Populated Place"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:265: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Structure": _("Structure"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:266: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Other Topographical Feature": _("Other Topographical Feature"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:267: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "class": _("class"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:268: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Does the location refer to a physical structure such as a building, a populated place (e.g. city or village), an administrative division, or another topological feature (e.g. river, nature reserve)? For reference: http://iatistandard.org/202/codelists/GeographicLocationClass/.": _("Does the location refer to a physical structure such as a building, a populated place (e.g. city or village), an administrative division, or another topological feature (e.g. river, nature reserve)? For reference: http://iatistandard.org/202/codelists/GeographicLocationClass/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:269: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "feature desgination": _("feature desgination"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:270: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Administratives": _("Administratives"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:271: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add location": _("Add location"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:272: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Type to search...": _("Type to search..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:273: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project Scope": _("Project Scope"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:274: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "recipient country": _("recipient country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:275: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The percentage of total commitments or total activity budget allocated to this country. Content must be a positive decimal number between 0 and 100, with no percentage sign. Percentages for all reported countries and regions MUST add up to 100%. Use a period to denote decimals.": _("The percentage of total commitments or total activity budget allocated to this country. Content must be a positive decimal number between 0 and 100, with no percentage sign. Percentages for all reported countries and regions MUST add up to 100%. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:276: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Percentage": _("Percentage"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:277: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter additional information about the recipient country, if necessary.": _("Enter additional information about the recipient country, if necessary."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:278: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add recipient country": _("Add recipient country"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:279: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Recipient region": _("Recipient region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:280: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "recipient region": _("recipient region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:281: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This identifies the region in which the activity takes place. Regions can be supra-national (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) or 'global' (activities benefiting substantially all developing countries). For the codes to use, please see http://iatistandard.org/202/codelists/Region/.": _("This identifies the region in which the activity takes place. Regions can be supra-national (a geographical or administrative grouping of countries into a region - e.g. Sub-Saharan Africa, Mekong Delta) or 'global' (activities benefiting substantially all developing countries). For the codes to use, please see http://iatistandard.org/202/codelists/Region/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:282: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The vocabulary from which the region code is drawn. If it is not present 1 – 'OECD DAC' is assumed. For more information, see http://iatistandard.org/202/codelists/RegionVocabulary/.": _("The vocabulary from which the region code is drawn. If it is not present 1 – 'OECD DAC' is assumed. For more information, see http://iatistandard.org/202/codelists/RegionVocabulary/."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:283: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If the activity occurs in more than one region, the percentage of activity commitment allocated to each region should be provided if available. Percentages should add up to 100% of the activity being reported if they are shown for each region. Use a period to denote decimals.": _("If the activity occurs in more than one region, the percentage of activity commitment allocated to each region should be provided if available. Percentages should add up to 100% of the activity being reported if they are shown for each region. Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:284: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add recipient region": _("Add recipient region"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:285: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Determines whether this project relates entirely or partially to humanitarian aid.": _("Determines whether this project relates entirely or partially to humanitarian aid."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:286: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "humanitarian project": _("humanitarian project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:287: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Policy markers": _("Policy markers"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:288: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "policy marker": _("policy marker"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:289: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "A policy or theme addressed by the activity, based on DAC policy markers. These indicators track key policy issues, like gender equality, environment, and trade development.": _("A policy or theme addressed by the activity, based on DAC policy markers. These indicators track key policy issues, like gender equality, environment, and trade development."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:290: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Each reported marker must contain the significance of the policy marker for this activity. Choices are:0 - Not targeted1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity. 2 - Principal objective: the policy objective was the primary reason to undertake this activity. 3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only. 4 - Explicit primary objective: only to be used in combination with policy marker.9 - reproductive, maternal, newborn and child health.": _("Each reported marker must contain the significance of the policy marker for this activity. Choices are:0 - Not targeted1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity. 2 - Principal objective: the policy objective was the primary reason to undertake this activity. 3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only. 4 - Explicit primary objective: only to be used in combination with policy marker.9 - reproductive, maternal, newborn and child health."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:291: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Significance": _("Significance"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:292: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add Policy Marker": _("Add Policy Marker"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:293: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sectors": _("Sectors"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:294: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "sector": _("sector"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:295: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "This is the code for the vocabulary used to describe the sector. Sectors should be mapped to DAC sectors to enable international comparison.": _("This is the code for the vocabulary used to describe the sector. Sectors should be mapped to DAC sectors to enable international comparison."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:296: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "It is possible to specify a variety of sector codes, based on the selected vocabulary. The sector codes for the DAC-5 and DAC-3 vocabularies can be found here: DAC-5 sector codes and DAC-3 sector codes.": _("It is possible to specify a variety of sector codes, based on the selected vocabulary. The sector codes for the DAC-5 and DAC-3 vocabularies can be found here: DAC-5 sector codes and DAC-3 sector codes."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:297: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "sector code": _("sector code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:298: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Percentages should add up to 100% of the activity being reported if they are shown for each sector. Fill in 100% if there's one sector.Use a period to denote decimals.": _("Percentages should add up to 100%% of the activity being reported if they are shown for each sector. Fill in 100%% if there's one sector.Use a period to denote decimals."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:299: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "city": _("city"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:300: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the geographical scope of the project.": _("Select the geographical scope of the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:301: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The country that benefits from the project.": _("The country that benefits from the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:302: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "vocabulary URI": _("vocabulary URI"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:303: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "humanitarian scopes": _("humanitarian scopes"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:304: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Humanitarian scope": _("Humanitarian scope"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:305: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The type of event or action being classified. See the IATI codelist.": _("The type of event or action being classified. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:306: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Type": _("Type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:307: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Emergency": _("Emergency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:308: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Appeal": _("Appeal"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:309: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Code": _("Code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:310: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Humanitarian plan": _("Humanitarian plan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:311: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add Humanitarian Scope": _("Add Humanitarian Scope"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:312: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Documents": _("Documents"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:313: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Document": _("Document"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:314: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Upload": _("Upload"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:315: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the title of your document.": _("Enter the title of your document."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:316: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "title": _("title"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:317: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the language of the document title.": _("Select the language of the document title."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:318: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "title language": _("title language"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:319: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select the language that the document is written in.": _("Select the language that the document is written in."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:320: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "document language": _("document language"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:321: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the date (DD/MM/YYYY) to be used for the production or publishing date of the relevant document to identify the specific document version.": _("Enter the date (DD/MM/YYYY) to be used for the production or publishing date of the relevant document to identify the specific document version."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:322: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "document date": _("document date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:323: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "document format": _("document format"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:324: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The description of the type of content contained within the document.": _("The description of the type of content contained within the document."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:325: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Document categories": _("Document categories"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:326: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Please select...": _("Please select..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:327: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add document": _("Add document"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:328: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Links": _("Links"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:329: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Link": _("Link"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:330: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the link to an external website you wish to redirect to from your project page. The URL should start with 'http://' or 'https://'.": _("Enter the link to an external website you wish to redirect to from your project page. The URL should start with 'http://' or 'https://'."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:331: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "link url": _("link url"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:332: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter a name for the link.": _("Enter a name for the link."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:333: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "link caption": _("link caption"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:334: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another link": _("Add another link"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:335: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Max: 5MB": _("Max: 5MB"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:336: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The project comments are only for internal use and will not be displayed anywhere on the project page.": _("The project comments are only for internal use and will not be displayed anywhere on the project page."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:337: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Comments": _("Comments"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:338: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select keywords in case you are using an Akvo Page. Keywords linked to a project will determine if a project appears on the Akvo Page or not.": _("Select keywords in case you are using an Akvo Page. Keywords linked to a project will determine if a project appears on the Akvo Page or not."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:339: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Keywords": _("Keywords"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:340: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "CRS++ other flag": _("CRS++ other flag"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:341: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An IATI code describing the equivalent CRS++ columns. See the IATI codelist.": _("An IATI code describing the equivalent CRS++ columns. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:342: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicate whether the flag applies or not.": _("Indicate whether the flag applies or not."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:343: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "significance": _("significance"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:344: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add CRS++ other flag": _("Add CRS++ other flag"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:345: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "CRS++ other forecast": _("CRS++ other forecast"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:346: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The forecast value for each year.": _("The forecast value for each year."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:347: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The calendar year that the forward spend covers.": _("The calendar year that the forward spend covers."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:348: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "year": _("year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:349: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the specific date (DD/MM/YYYY) for the forecast value.": _("Enter the specific date (DD/MM/YYYY) for the forecast value."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:350: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Legacy data": _("Legacy data"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:351: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The original field name in the reporting organisation's system.": _("The original field name in the reporting organisation's system."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:352: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The original field value in the reporting organisation's system.": _("The original field value in the reporting organisation's system."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:353: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The name of the equivalent IATI element.": _("The name of the equivalent IATI element."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:354: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "IATI equivalent": _("IATI equivalent"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:355: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add legacy data": _("Add legacy data"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:356: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Loan terms": _("Loan terms"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:357: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An IATI codelist tabulating CRS-specified values for the type of Repayment. See the IATI codelist.": _("An IATI codelist tabulating CRS-specified values for the type of Repayment. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:358: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Repayment type": _("Repayment type"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:359: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "An IATI codelist tabulating CRS-specified values for the number of repayments per annum. See the IATI codelist.": _("An IATI codelist tabulating CRS-specified values for the number of repayments per annum. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:360: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Repayment plan": _("Repayment plan"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:361: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The CRS++ reported commitment date.": _("The CRS++ reported commitment date."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:362: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Commitment date": _("Commitment date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:363: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The CRS++ reported first repayment date.": _("The CRS++ reported first repayment date."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:364: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "First repayment date": _("First repayment date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:365: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The CRS++ reported final repayment date.": _("The CRS++ reported final repayment date."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:366: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Final repayment date": _("Final repayment date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:367: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Interest Rate. If an ODA loan with variable interest rate, report the variable rate here and the reference fixed rate as rate 2.": _("Interest Rate. If an ODA loan with variable interest rate, report the variable rate here and the reference fixed rate as rate 2."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:368: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Rate": _("Rate"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:369: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Second Interest Rate. If an ODA loan with variable interest rate, report the variable rate as rate 1 and the reference fixed rate here.": _("Second Interest Rate. If an ODA loan with variable interest rate, report the variable rate as rate 1 and the reference fixed rate here."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:370: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Loan Status": _("Loan Status"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:371: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "CRS reporting year (CRS++ Column 1).": _("CRS reporting year (CRS++ Column 1)."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:372: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Year": _("Year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:373: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Currency": _("Currency"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:374: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Enter the specific date (DD/MM/YYYY) for the loan status values.": _("Enter the specific date (DD/MM/YYYY) for the loan status values."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:375: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Interest received during the reporting year.": _("Interest received during the reporting year."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:376: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Interest received": _("Interest received"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:377: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The amount of principal owed on the loan at the end of the reporting year.": _("The amount of principal owed on the loan at the end of the reporting year."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:378: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Principal outstanding": _("Principal outstanding"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:379: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Arrears of principal at the end of the year. Included in principal outstanding.": _("Arrears of principal at the end of the year. Included in principal outstanding."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:380: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Principal arrears": _("Principal arrears"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:381: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Arrears of interest at the end of the year.": _("Arrears of interest at the end of the year."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:382: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Interest arrears": _("Interest arrears"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:383: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The CRS channel code for this activity. The codelist contains both organisation types and names of organisations. For non-CRS purposes these should be reported using participating organisations. See the IATI codelist.": _("The CRS channel code for this activity. The codelist contains both organisation types and names of organisations. For non-CRS purposes these should be reported using participating organisations. See the IATI codelist."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:384: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "channel code": _("channel code"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:385: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The exact date when the information was collected or extracted from donors' aid management systems.": _("The exact date when the information was collected or extracted from donors' aid management systems."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:386: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "extraction date": _("extraction date"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:387: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "If there are plans to phase out operations from the partner country, this shows the projected year of last disbursements.": _("If there are plans to phase out operations from the partner country, this shows the projected year of last disbursements."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:388: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "phaseout year": _("phaseout year"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:389: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "True if the partner country is a priority partner country.": _("True if the partner country is a priority partner country."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:390: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "priority": _("priority"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:391: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "FSS forecasts": _("FSS forecasts"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:392: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "General Inquiries": _("General Inquiries"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:393: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project Management": _("Project Management"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:394: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Financial Management": _("Financial Management"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:395: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Communications": _("Communications"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:396: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "project partner": _("project partner"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:397: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Select an organisation that is playing a role in the project. If an organisation is not currently featured in RSR, please contact support@akvo.org to request to add it to the database.": _("Select an organisation that is playing a role in the project. If an organisation is not currently featured in RSR, please contact support@akvo.org to request to add it to the database."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:398: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "output": _("Output"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:399: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "outcome": _("Outcome"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:400: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "impact": _("Impact"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:401: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "other": _("Other"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:402: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Results framework preview": _("Results framework preview"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:403: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saving...": _("Saving..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:404: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Saved": _("Saved"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:405: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Something went wrong": _("Something went wrong"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:406: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Publish": _("Publish"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:407: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The project is unpublished": _("The project is unpublished"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:408: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Unpublish": _("Unpublish"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:409: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The project is published": _("The project is published"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:410: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Untitled project": _("Untitled project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:411: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Start typing...": _("Start typing..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:412: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Are you sure to delete this period?": _("Are you sure to delete this period?"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:413: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Minimum one required": _("Minimum one required"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:414: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Planned disbursement": _("Planned disbursement"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:415: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Location": _("Location"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:416: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Each reported marker must contain the significance of the policy marker for this activity. Choices are:0 - Not targeted1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity. 2 - Principal objective: the policy objective was the primary reason to undertake this activity. 3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only. 4 - Explicit primary objective: only to be used in combination with policy marker.9 - reproductive, maternal, newborn and child health.": _("Each reported marker must contain the significance of the policy marker for this activity. Choices are:0 - Not targeted1 - Significant objective: the policy objectives are important, but were not the prime motivation for undertaking the activity. 2 - Principal objective: the policy objective was the primary reason to undertake this activity. 3 - Principal objective AND in support of an action programme: valid for the markers dealing with Desertification only. 4 - Explicit primary objective: only to be used in combination with policy marker.9 - reproductive, maternal, newborn and child health."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:417: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Projects": _("Projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:418: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Date End (Planned)": _("Date End (Planned)"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:419: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "My projects": _("My projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:420: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Find a project...": _("Find a project..."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:421: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Create new project": _("Create new project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:422: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Periods": _("Periods"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:423: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Period": _("Period"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:424: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Target value": _("Target value"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:425: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Comment": _("Comment"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:426: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add period": _("Add period"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:427: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The default RSR validation set which indicates the mandatory fields to publish a project in RSR and hides all advanced IATI fields.": _("The default RSR validation set which indicates the mandatory fields to publish a project in RSR and hides all advanced IATI fields."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:428: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The validation set for publishing to IATI v2.02. The mandatory fields in this validation set are the minimum requirements to publish a valid IATI v2.02 file.": _("The validation set for publishing to IATI v2.02. The mandatory fields in this validation set are the minimum requirements to publish a valid IATI v2.02 file."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:429: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Private project": _("Private project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:430: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Indicate whether this is a private project. Private projects do not appear in any public lists. These projects can only be viewed in the My Projects portfolio a user that has the permission rights to edit the project.": _("Indicate whether this is a private project. Private projects do not appear in any public lists. These projects can only be viewed in the My Projects portfolio a user that has the permission rights to edit the project."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:431: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Validation sets": _("Validation sets"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:432: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "It is possible to add or remove validation sets to your project. This determines which fields will be mandatory and which fields will be hidden. Only admins of partners with an RSR contract are able to edit this.": _("It is possible to add or remove validation sets to your project. This determines which fields will be mandatory and which fields will be hidden. Only admins of partners with an RSR contract are able to edit this."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:433: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "A validation set with specific requirements for the Netherlands Leprosy Relief.": _("A validation set with specific requirements for the Netherlands Leprosy Relief."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:434: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "To be used by all Gietrenk projects": _("To be used by all Gietrenk projects"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:435: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Validation set for The EU Emergency Trust Fund for Africa.": _("Validation set for The EU Emergency Trust Fund for Africa."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:436: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The validation set for publishing to IATI according to the guidelines of the Dutch Ministry of Foreign Affairs. These guidelines can be found here.": _("The validation set for publishing to IATI according to the guidelines of the Dutch Ministry of Foreign Affairs. These guidelines can be found here."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:437: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "DFID minimum IATI requirements based on the following government policy. Please note that contact and document are also mandatory.": _("DFID minimum IATI requirements based on the following government policy. Please note that contact and document are also mandatory."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:438: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Create New Project": _("Create New Project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:439: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Next: Edit Project Info": _("Next: Edit Project Info"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:440: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Updated": _("Updated"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:441: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "by": _("by"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:442: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "View Project Page": _("View project page"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:443: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Date created": _("Date created"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:444: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Please upload an image": _("Please upload an image"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:445: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "The uploaded file is too big": _("The uploaded file is too big"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:446: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Only the the mandatory fields, i.e. the minimum requirements, to publish a valid IATI v2.02 file.": _("Only the the mandatory fields, i.e. the minimum requirements, to publish a valid IATI v2.02 file."), /var/akvo/rsr/code/akvo/rsr/views/translations.py:447: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Required fields:": _("Required fields:"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:448: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "more to fill": _("more to fill"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:449: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "All done": _("All done"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:450: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Show required": _("Show required"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:451: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "My details": _("My details"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:452: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Sign out": _("Sign out"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:453: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Results": _("Results"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:454: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Parent project": _("Parent project"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:455: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project contacts": _("Project contacts"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:456: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Project partners": _("Project partners"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:457: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Disbursement": _("Disbursement"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:458: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Transaction": _("Transaction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:459: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Add another transaction": _("Add another transaction"), /var/akvo/rsr/code/akvo/rsr/views/translations.py:460: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy(). "Each reported marker must contain the significance of the policy marker for this activity. Choices are: